Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | atheros: remove static gpio_request() from board setup and include generic ↵ | Jo-Philipp Wich | 2013-05-02 | 1 | -3/+1 |
| | | | | | | | | | kmod-gpio-button-hotplug instead. This change is based on a patch by Karl Palsson <karlp@remake.is> See http://patchwork.openwrt.org/patch/3536/. SVN-Revision: 36513 | ||||
* | kernel: update linux 3.8 to 3.8.3 | Gabor Juhos | 2013-03-15 | 1 | -1/+1 |
| | | | | | | | | Also refresh the related generic/platform patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36039 | ||||
* | kernel: update linux 3.8 to 3.8.1 | Gabor Juhos | 2013-03-03 | 7 | -16/+15 |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35862 | ||||
* | atheros: add support for linux kernel v3.8 | Gabor Juhos | 2013-02-21 | 12 | -0/+6404 |
This builds and boots. Because of the function pointer indirection (e.g. mtd_info's read function pointer is assigned to spiflash_read), it is difficult for me to understand where the calls are coming from (could be anywhere, conditionally pointing at spiflash versions), so I punted and used the renamed function pointers (_erase, _read, _write). If someone knows better what to do, please fix. Cleaned up other sundry kernel tracking issues like get_phy_id and __devinit,etc. [juhosg: don't switch to that yet] Signed-off-by: Russell Senior <russell@personaltelco.net> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35727 |