⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 common_atheros_sdiostack.patch

📁 AR6000芯片的sdio在linux环境下的driver
💻 PATCH
字号:
 arch/arm/Kconfig                                  |    4  drivers/Kconfig                                   |    2  drivers/Makefile                                  |    1  drivers/sdio/Kconfig                              |   18  drivers/sdio/Makefile                             |    2  drivers/sdio/busdriver/Makefile                   |    7  drivers/sdio/busdriver/_busdriver.h               |  462 +++ drivers/sdio/busdriver/sdio_bus.c                 | 2119 ++++++++++++++ drivers/sdio/busdriver/sdio_bus_events.c          | 1073 +++++++ drivers/sdio/busdriver/sdio_bus_misc.c            | 3184 ++++++++++++++++++++++ drivers/sdio/busdriver/sdio_bus_os.c              |  818 +++++ drivers/sdio/busdriver/sdio_function.c            |  711 ++++ drivers/sdio/function/Kconfig                     |   25  drivers/sdio/function/Makefile                    |    6  drivers/sdio/function/bluetooth/Makefile          |    5  drivers/sdio/function/bluetooth/sdio_bt.c         |  769 +++++ drivers/sdio/function/bluetooth/sdio_bt.h         |  176 + drivers/sdio/function/bluetooth/sdio_bt_linux.h   |   70  drivers/sdio/function/bluetooth/sdio_bt_os.c      |  584 ++++ drivers/sdio/function/gps/Makefile                |    5  drivers/sdio/function/gps/gps.c                   |  392 ++ drivers/sdio/function/gps/gps.h                   |  194 + drivers/sdio/function/gps/gps_linux.h             |   63  drivers/sdio/function/gps/gps_os.c                |  640 ++++ drivers/sdio/function/memory/Makefile             |    5  drivers/sdio/function/memory/sdio_memory.c        |  926 ++++++ drivers/sdio/function/memory/sdio_memory.h        |   98  drivers/sdio/function/memory/sdio_memory_linux.h  |   80  drivers/sdio/function/memory/sdio_memory_os.c     | 1030 +++++++ drivers/sdio/hcd/Kconfig                          |   56  drivers/sdio/hcd/Makefile                         |    8  drivers/sdio/hcd/mx21/Makefile                    |    7  drivers/sdio/hcd/mx21/sdio_mx21.c                 | 1286 ++++++++ drivers/sdio/hcd/mx21/sdio_mx21.h                 |  210 + drivers/sdio/hcd/mx21/sdio_mx21_linux.h           |  105  drivers/sdio/hcd/mx21/sdio_mx21_os.c              |  435 +++ drivers/sdio/hcd/omap/Makefile                    |    3  drivers/sdio/hcd/omap/sdio_hcd.c                  | 1337 +++++++++ drivers/sdio/hcd/omap/sdio_hcd_linux.h            |  165 + drivers/sdio/hcd/omap/sdio_hcd_os_2_6.c           |  574 +++ drivers/sdio/hcd/omap/sdio_omap_hcd.h             |  372 ++ drivers/sdio/hcd/omap_2420/Makefile               |    3  drivers/sdio/hcd/omap_2420/sdio_hcd.c             | 1363 +++++++++ drivers/sdio/hcd/omap_2420/sdio_hcd_linux.h       |  147 + drivers/sdio/hcd/omap_2420/sdio_hcd_os.c          |  608 ++++ drivers/sdio/hcd/omap_2420/sdio_hcd_os_2_6.c      |  731 +++++ drivers/sdio/hcd/omap_2420/sdio_omap_hcd.h        |  370 ++ drivers/sdio/hcd/pci_ellen/Makefile               |    7  drivers/sdio/hcd/pci_ellen/sdio_hcd.c             | 1238 ++++++++ drivers/sdio/hcd/pci_ellen/sdio_hcd_linux.h       |  185 + drivers/sdio/hcd/pci_ellen/sdio_hcd_os.c          |  781 +++++ drivers/sdio/hcd/pci_ellen/sdio_pciellen_hcd.h    |  253 + drivers/sdio/hcd/pci_std/Makefile                 |    4  drivers/sdio/hcd/pci_std/sdio_hcd_os.c            |  569 +++ drivers/sdio/hcd/pxa255/Makefile                  |    5  drivers/sdio/hcd/pxa255/sdio_hcd.c                |  914 ++++++ drivers/sdio/hcd/pxa255/sdio_hcd_linux.h          |  136  drivers/sdio/hcd/pxa255/sdio_hcd_os.c             |  589 ++++ drivers/sdio/hcd/pxa255/sdio_pxa255hcd.h          |  227 + drivers/sdio/hcd/pxa270/Makefile                  |    5  drivers/sdio/hcd/pxa270/sdio_hcd.c                | 1087 +++++++ drivers/sdio/hcd/pxa270/sdio_hcd_linux.h          |  150 + drivers/sdio/hcd/pxa270/sdio_hcd_os.c             | 1084 +++++++ drivers/sdio/hcd/pxa270/sdio_pxa270hcd.h          |  273 + drivers/sdio/lib/Makefile                         |    6  drivers/sdio/lib/sdio_lib_c.c                     |  903 ++++++ drivers/sdio/lib/sdio_lib_os.c                    |  255 + include/linux/sdio/_sdio_defs.h                   |  632 ++++ include/linux/sdio/ctsystem.h                     |  110  include/linux/sdio/ctsystem_linux.h               | 1034 +++++++ include/linux/sdio/mmc_defs.h                     |   99  include/linux/sdio/sdio_busdriver.h               | 1431 +++++++++ include/linux/sdio/sdio_hcd_defs.h                |  215 + include/linux/sdio/sdio_lib.h                     |  262 + include/linux/sdio/sdlist.h                       |  137  81 files changed, 36875 insertions(+), 2 deletions(-)Index: linux-2.6.10/include/linux/sdio/_sdio_defs.h===================================================================--- /dev/null+++ linux-2.6.10/include/linux/sdio/_sdio_defs.h@@ -0,0 +1,632 @@+/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++@file: _sdio_defs.h++@abstract: SD/SDIO definitions++@notice: Copyright (c), 2004-2006 Atheros Communications, Inc.+ *+ *  This program is free software; you can redistribute it and/or modify+ *  it under the terms of the GNU General Public License version 2 as+ *  published by the Free Software Foundation;+ *+ *  Software distributed under the License is distributed on an "AS+ *  IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or+ *  implied. See the License for the specific language governing+ *  rights and limitations under the License.+ *+ *  Portions o this code were developed with information supplied from the+ *  SD Card Association Simplified Specifications. The following conditions and disclaimers may apply:+ *+ *   The following conditions apply to the release of the SD simplified specification (揝implified+ *   Specification

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -