Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | p54: move under intersil vendor directory | Kalle Valo | 2015-11-18 | 1 | -125/+0 |
| | | | | | | Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo <kvalo@codeaurora.org> | ||||
* | drivers/net: use __packed annotation | Eric Dumazet | 2010-06-03 | 1 | -1/+1 |
| | | | | | | | | | cleanup patch. Use new __packed annotation in drivers/net/ Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | p54spi: remove arch specific dependencies | Christian Lamparter | 2009-01-29 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | On Friday 16 January 2009 20:33:43 Kalle Valo wrote: > N800 and N810 support is not on mainline yet, for stlc45xx I decided > to add module parameters for the gpio numbers. Here's the commit from > stlc45xx repo: > > http://gitorious.org/projects/stlc45xx/repos/mainline/commits/35afc5df0027d02d49e6f5bf986dcc4deb4ee6cf This is the same patch for p54spi. It removes all N800/N810 specific code from p54spi, so the driver can be used on other architectures, or configurations as well. Signed-off-by: Christian Lamparter <chunkeey@web.de> Signed-off-by: John W. Linville <linville@tuxdriver.com> | ||||
* | p54spi: p54spi driver | Christian Lamparter | 2009-01-29 | 1 | -0/+127 |
This patch adds the p54spi driver. Signed-off-by: Christian Lamparter <chunkeey@web.de> Signed-off-by: John W. Linville <linville@tuxdriver.com> |