Hi Sergey, 2014-06-09 17:29 GMT-07:00 Sergey Ryazanov <[email protected]>: > This series is an attempt to cleanup checkpatch generated warnings and errors > to make AR231x patches suitable for upstream merge.
You might want to take a look at the recent SPI-NOR framework that MTD came up with, this might allow you to get the SPI flash driver integrated in a nicer way. AFAIR it's only available on 3.15+ though. > > Sergey Ryazanov (17): > atheros: avoid CamelCase > atheros: various comments fixes > atheros: parenthesis around complex macroses value > atheros: remove parentheses around return values > atheros: do not assignment in if condition > atheros: remove trailing whitespace > atheros: do not initialize statics to 0 or false > atheros: various braces fixes > atheros: various printk(...) fixes > atheros: fix includes > atheros: indent fixes > atheros: spaces fixes > atheros: trailing statements fixes > atheros: avoid __FUNCTION__ usage > atheros: constify some static structures > atheros: shorten lines > atheros: fix too short msleep > > target/linux/atheros/patches-3.10/100-board.patch | 864 > +++++++++++---------- > .../patches-3.10/101-early-printk-support.patch | 8 +- > .../atheros/patches-3.10/105-ar2315_pci.patch | 64 +- > .../atheros/patches-3.10/110-ar2313_ethernet.patch | 369 ++++----- > .../linux/atheros/patches-3.10/120-spiflash.patch | 68 +- > .../linux/atheros/patches-3.10/130-watchdog.patch | 85 +- > .../patches-3.10/140-redboot_boardconfig.patch | 14 +- > .../patches-3.10/141-redboot_partition_scan.patch | 4 +- > .../142-redboot_various_erase_size_fix.patch | 12 +- > .../atheros/patches-3.10/210-reset_button.patch | 4 +- > .../patches-3.10/220-enet_micrel_workaround.patch | 28 +- > .../atheros/patches-3.10/230-3_10-updates.patch | 10 +- > 12 files changed, 781 insertions(+), 749 deletions(-) > > -- > 1.8.1.5 > _______________________________________________ > openwrt-devel mailing list > [email protected] > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel -- Florian _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
