| Submitter | Kamal Mostafa |
|---|---|
| Date | Feb. 5, 2013, 4:55 p.m. |
| Message ID | <1360083331.3164.150.camel@fourier> |
| Download | mbox |
| Permalink | /patch/218296/ |
| State | New |
| Headers | show |
Pull-request
git://kernel.ubuntu.com/kamal/ubuntu-raring.git alx-importComments
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 - -- Tim Gardner tim.gardner@canonical.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQIcBAEBCgAGBQJREUH6AAoJED12yEX6FEfK4rMQAKYlX6qqEWHuXyeIW3GJ7bnD YPxUIkjNjsBTSJbfOhpYRooFovBjVuv6mBmfVVZ4q+9ZgMjoFJ7mDQqODP5p+Gxd W9ui8v8dI2mDOOZi38cAQMMWU1xpFEdnvBnHxhatkNRLzi5JeIN//HDsylq4H3Yo S/Lo0giUhZSL920N1FMoXzHilEgcyFf18ClAzFFnmTS1RjBm5cqhYlz1GVJIyV44 OnowhfAdHEfwygaq4WJ5OZzG+OfqTpgTNQkN+WoMCC/PNemazluA6N969CF4qOiT nSFjAux5xgjaN1ndvanGX72BLO4f+ydJMb/7eFO1uuaJsnU/maMixKdOHvVXAX2j coX6Mvr1OQF95xwA6sEzKW4ukNcdaagi7OG6zocPSPv/DkuoeKANGOGCVcNfBDgx CSPuofiPmAOelHHoy8Yw4SEdPoBFNpOYtYbU+lovRhi/mcV2uURamRhIOph4JKpt t/+hwW0lqpahgSMNGJ+KrDnMlWgJiGb17+fOaxa/hctrg28NUF6PjQvSYn5yD9HZ Bado9bT/CylTg4I7qtB3mdYsI8+EK5TOXcr1TzWNNSh2yzxtFOqUV56uuOouqdKi bLenf2YZXoI/5GfSm+hjqrgP9QgIk1UtHmbnBVEOlj3514UBGL8/P6w8rtL513NF 6H8+3Ge8HpsUeI+DHfjc =mPBH -----END PGP SIGNATURE-----
Import the upstream alx (Qualcomm Atheros) Ethernet driver into ubuntu/alx/. This import is from Adrian Chadd's alx repo on github: http://github.com/erikarn/alx (Adrian is taking care of alx while Luis is on holiday). Note: a Quantal SRU request for this will follow, pending inclusion in Raring. -Kamal -- >8 ------------------------ The following changes since commit 066ac1faa17d9d83b1cb7d9045b154af48469254: UBUNTU: [packaging] Remove dangling symlink from headers package (2013-02-05 09:05:44 -0700) are available in the git repository at: git://kernel.ubuntu.com/kamal/ubuntu-raring.git alx-import for you to fetch changes up to 7b796a6a8dd320e3614d4cef10ef519b64b7b892: UBUNTU: [Config] Add alx to d-i nic-modules (2013-02-05 08:31:42 -0800) ---------------------------------------------------------------- Kamal Mostafa (1): UBUNTU: SAUCE: alx driver import script Qualcomm Atheros, Inc (1): UBUNTU: SAUCE: alx: Update to heads/master Tim Gardner (2): UBUNTU: [config] CONFIG_ALX=m UBUNTU: [Config] Add alx to d-i nic-modules debian.master/config/config.common.ubuntu | 1 + debian.master/d-i/modules/nic-modules | 1 + ubuntu/Kconfig | 9 +- ubuntu/Makefile | 6 +- ubuntu/alx/Kconfig | 18 + ubuntu/alx/LICENSE | 15 + ubuntu/alx/Makefile | 3 + ubuntu/alx/README.md | 60 + ubuntu/alx/alx.h | 213 +++ ubuntu/alx/alx_ethtool.c | 1802 ++++++++++++++++++ ubuntu/alx/alx_hw.c | 1461 +++++++++++++++ ubuntu/alx/alx_hw.h | 661 +++++++ ubuntu/alx/alx_main.c | 2818 +++++++++++++++++++++++++++++ ubuntu/alx/alx_reg.h | 2295 +++++++++++++++++++++++ ubuntu/alx/update.sh | 22 + 15 files changed, 9383 insertions(+), 2 deletions(-) create mode 100644 ubuntu/alx/Kconfig create mode 100644 ubuntu/alx/LICENSE create mode 100644 ubuntu/alx/Makefile create mode 100644 ubuntu/alx/README.md create mode 100644 ubuntu/alx/alx.h create mode 100644 ubuntu/alx/alx_ethtool.c create mode 100644 ubuntu/alx/alx_hw.c create mode 100644 ubuntu/alx/alx_hw.h create mode 100644 ubuntu/alx/alx_main.c create mode 100644 ubuntu/alx/alx_reg.h create mode 100755 ubuntu/alx/update.sh