Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Issue 646055: Atheros AR600x driver + build glue (Closed)

Created:
10 years, 10 months ago by Sam Leffler
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

Atheros AR600x driver + build glue

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92235 lines, -1 line) Patch
M chromeos/drivers/Kconfig View 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/drivers/Makefile View 1 chunk +6 lines, -1 line 0 comments Download
A chromeos/drivers/ath6kl/Kconfig View 1 chunk +77 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/Makefile View 1 chunk +106 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/bmi/include/bmi_internal.h View 1 chunk +51 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/bmi/src/bmi.c View 1 chunk +983 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/bmi/src/makefile View 1 chunk +22 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/hif/common/hif_sdio_common.h View 1 chunk +88 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/hif/sdio/Makefile View 1 chunk +86 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/hif/sdio/linux_sdio/include/hif_internal.h View 1 chunk +72 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/hif/sdio/linux_sdio/nativemmcstack_readme.txt View 1 chunk +35 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/hif/sdio/linux_sdio/src/hif.c View 1 chunk +813 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/hif/sdio/linux_sdio/src/hif_scatter.c View 1 chunk +25 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/htc2/AR6000/ar6k.h View 1 chunk +383 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/htc2/AR6000/ar6k.c View 1 chunk +1393 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/htc2/AR6000/ar6k_events.c View 1 chunk +757 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/htc2/AR6000/ar6k_gmbox.c View 1 chunk +752 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/htc2/AR6000/ar6k_gmbox_hciuart.c View 1 chunk +1217 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/htc2/AR6000/makefile View 1 chunk +22 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/htc2/htc.c View 1 chunk +558 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/htc2/htc_debug.h View 1 chunk +34 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/htc2/htc_internal.h View 1 chunk +212 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/htc2/htc_recv.c View 1 chunk +1533 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/htc2/htc_send.c View 1 chunk +1019 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/htc2/htc_services.c View 1 chunk +444 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/AR6002_regdump.h View 1 chunk +57 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/AR6K_version.h View 1 chunk +47 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/addrs.h View 1 chunk +86 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw/analog_intf_reg.h View 1 chunk +83 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw/analog_reg.h View 1 chunk +1951 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw/apb_map.h View 1 chunk +32 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw/gpio_reg.h View 1 chunk +996 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw/mbox_host_reg.h View 1 chunk +405 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw/mbox_reg.h View 1 chunk +500 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw/rtc_reg.h View 1 chunk +1182 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw/si_reg.h View 1 chunk +205 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw/uart_reg.h View 1 chunk +346 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw/vmc_reg.h View 1 chunk +95 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw2.0/hw/analog_intf_reg.h View 1 chunk +83 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw2.0/hw/analog_reg.h View 1 chunk +1951 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw2.0/hw/apb_map.h View 1 chunk +32 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw2.0/hw/gpio_reg.h View 1 chunk +996 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw2.0/hw/mbox_host_reg.h View 1 chunk +405 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw2.0/hw/mbox_reg.h View 1 chunk +500 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw2.0/hw/rtc_reg.h View 1 chunk +1182 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw2.0/hw/si_reg.h View 1 chunk +205 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw2.0/hw/uart_reg.h View 1 chunk +346 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw2.0/hw/vmc_reg.h View 1 chunk +95 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/analog_intf_ares_reg.h View 1 chunk +3287 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/analog_intf_athr_wlan_reg.h View 1 chunk +3670 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/analog_intf_reg.h View 1 chunk +33 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/apb_athr_wlan_map.h View 1 chunk +36 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/apb_map.h View 1 chunk +44 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/bb_lc_reg.h View 1 chunk +7072 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/efuse_reg.h View 1 chunk +104 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/gpio_athr_wlan_reg.h View 1 chunk +1249 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/gpio_reg.h View 1 chunk +1090 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/mac_dma_reg.h View 1 chunk +587 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/mac_pcu_reg.h View 1 chunk +3061 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/mbox_host_reg.h View 1 chunk +33 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/mbox_reg.h View 1 chunk +556 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/mbox_wlan_host_reg.h View 1 chunk +518 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/mbox_wlan_reg.h View 1 chunk +634 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/rdma_reg.h View 1 chunk +560 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/rtc_reg.h View 1 chunk +971 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/rtc_wlan_reg.h View 1 chunk +2061 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/si_reg.h View 1 chunk +205 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/uart_reg.h View 1 chunk +256 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/umbox_reg.h View 1 chunk +33 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/umbox_wlan_reg.h View 1 chunk +318 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/vmc_reg.h View 1 chunk +163 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/AR6002/hw4.0/hw/vmc_wlan_reg.h View 1 chunk +191 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/a_config.h View 1 chunk +45 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/a_debug.h View 1 chunk +215 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/a_drv.h View 1 chunk +46 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/a_drv_api.h View 1 chunk +228 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/a_hci.h View 1 chunk +668 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/a_osapi.h View 1 chunk +53 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/a_types.h View 1 chunk +50 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/aggr_recv_api.h View 1 chunk +136 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/ar3kconfig.h View 1 chunk +58 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/ar6000_api.h View 1 chunk +50 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/ar6000_diag.h View 1 chunk +44 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/ar6kap_common.h View 1 chunk +40 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/athbtfilter.h View 1 chunk +127 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/athdefs.h View 1 chunk +80 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/athendpack.h View 1 chunk +48 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/athstartpack.h View 1 chunk +47 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/bmi.h View 1 chunk +128 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/bmi_msg.h View 1 chunk +231 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/btcoexGpio.h View 1 chunk +43 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/cnxmgmt.h View 1 chunk +32 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/common_drv.h View 1 chunk +88 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/dbglog.h View 1 chunk +122 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/dbglog_api.h View 1 chunk +48 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/dbglog_id.h View 1 chunk +519 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/discovery.h View 1 chunk +71 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/dl_list.h View 1 chunk +149 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/dset_api.h View 1 chunk +61 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/dset_internal.h View 1 chunk +51 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/dsetid.h View 1 chunk +122 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/epping_test.h View 1 chunk +112 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/gmboxif.h View 1 chunk +72 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/gpio.h View 1 chunk +43 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/gpio_api.h View 1 chunk +55 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/hci_transport_api.h View 1 chunk +230 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/hif.h View 1 chunk +418 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/host_version.h View 1 chunk +48 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/htc.h View 1 chunk +232 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/htc_api.h View 1 chunk +568 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/htc_packet.h View 1 chunk +223 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/htc_services.h View 1 chunk +48 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/ini_dset.h View 1 chunk +80 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/pkt_log.h View 1 chunk +41 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/regdump.h View 1 chunk +45 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/roaming.h View 1 chunk +37 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/targaddrs.h View 1 chunk +229 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/target_reg_table.h View 1 chunk +236 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/testcmd.h View 1 chunk +167 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/wlan_api.h View 1 chunk +116 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/wlan_defs.h View 1 chunk +75 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/wlan_dset.h View 1 chunk +30 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/wmi.h View 1 chunk +3032 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/wmi_api.h View 1 chunk +425 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/wmi_thin.h View 1 chunk +319 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/include/wmix.h View 1 chunk +275 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/miscdrv/RamPatch.txt View 1 chunk +2 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/miscdrv/ar3kconfig.c View 1 chunk +445 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/miscdrv/ar3kps/ar3kpsconfig.h View 1 chunk +74 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/miscdrv/ar3kps/ar3kpsconfig.c View 1 chunk +506 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/miscdrv/ar3kps/ar3kpsparser.h View 1 chunk +156 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/miscdrv/ar3kps/ar3kpsparser.c View 1 chunk +972 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/miscdrv/common_drv.c View 1 chunk +965 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/miscdrv/credit_dist.c View 1 chunk +370 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/miscdrv/makefile View 1 chunk +22 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/miscdrv/miscdrv.h View 1 chunk +40 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/ar6000_drv.c View 1 chunk +5789 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/ar6000_raw_if.c View 1 chunk +437 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/cfg80211.c View 1 chunk +1467 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/eeprom.c View 1 chunk +585 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/export_hci_transport.c View 1 chunk +116 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/hci_bridge.c View 1 chunk +1117 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/include/ar6000_drv.h View 1 chunk +589 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/include/ar6xapi_linux.h View 1 chunk +173 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/include/athdrv_linux.h View 1 chunk +1202 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/include/athtypes_linux.h View 1 chunk +45 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/include/cfg80211.h View 1 chunk +46 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/include/config_linux.h View 1 chunk +54 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/include/debug_linux.h View 1 chunk +45 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/include/export_hci_transport.h View 1 chunk +67 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/include/ieee80211_ioctl.h View 1 chunk +174 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/include/osapi_linux.h View 1 chunk +336 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/include/wlan_config.h View 1 chunk +40 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/include/wmi_filter_linux.h View 1 chunk +281 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/ioctl.c View 1 chunk +4522 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/netbuf.c View 1 chunk +233 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/os/linux/wireless_ext.c View 1 chunk +2745 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/reorder/aggr_rx_internal.h View 1 chunk +112 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/reorder/makefile View 1 chunk +22 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/reorder/rcv_aggr.c View 1 chunk +663 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/wlan/include/ieee80211.h View 1 chunk +397 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/wlan/include/ieee80211_node.h View 1 chunk +81 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/wlan/src/makefile View 1 chunk +22 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/wlan/src/wlan_node.c View 1 chunk +486 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/wlan/src/wlan_recv_beacon.c View 1 chunk +196 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/wlan/src/wlan_utils.c View 1 chunk +57 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/wmi/makefile View 1 chunk +22 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/wmi/wmi.c View 1 chunk +6516 lines, -0 lines 0 comments Download
A chromeos/drivers/ath6kl/wmi/wmi_host.h View 1 chunk +78 lines, -0 lines 0 comments Download
M debian.chrome/config/config.common.chromeos View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Sam Leffler
10 years, 10 months ago (2010-02-19 00:04:09 UTC) #1
Builds on both x86 and arm; requires firmware which is a separate CL.

Powered by Google App Engine
This is Rietveld 408576698