[linux-yocto] [PATCH 0/91] Routerstation Pro patches on kernel 3.8

michel.thebeau at windriver.com michel.thebeau at windriver.com
Mon Apr 22 08:49:46 PDT 2013


Hi Bruce,

Here is a review for standard/routerstationpro branch and meta of
linux-yocto 3.8 kernel.  There is a "pull request" below: kernel bsp
branch, as I expect I shouldn't dump that set of patches onto the list.
While I am sending along the commit for meta to disable FTRACE.

Here is a summary of the work.

There are 91 commits in the resulting series for Routerstation Pro on
top of 3.8 kernel.  These commits originate from the list of 123 patches
in yocto-kernel-cache. They are refreshed on top of v3.8 kernel so that:
 - 38 patches which merged upstream are dropped
 - 20 patches are refreshed
 - 6 new patches are added to fix compile errors

I am showing the merge work you had for 3.6 and 3.7.  Except for
micrel.c, I do not deviate from your work.  The 6 patches for compile
fixes could be squashed into the rsp patches which introduce them.

The commit for meta disables FTRACE, since it is a known issue that
dynamic FTRACE is broken for mips on v3.8+.  Confirmed that the board
does not boot with dynamic ftrace enabled.

The kernel booted off usb and nfs, and the network works (ping, ssh).
I compared the following:
 - .config from v3.4 to v3.8 (before disabling ftrace)
 - boot log from v3.4 to v3.8

I am sending along the diffs for boot log and .config.  Someone might
find something to be interesting.

I have notes for you as well for the yocto-kernel-cache.

M


The following changes since commit d9a45e3325030f7bd6f37947a7a0b12da7f602c3:

  Makefile: add -grecord-gcc-switches if using -mfentry (2013-04-16 12:04:55 -0700)

are available in the git repository at:

  git at git.yoctoproject.org:linux-yocto-contrib mthebeau/v3.8/standard/routerstationpro

for you to fetch changes up to d5f18a36a42aca8c4aeff7d7f0b73353370a239f:

  swconfig_leds: refactor led_brightness_set to led_set_brightness (2013-04-19 16:25:33 -0400)

----------------------------------------------------------------
Gabor Juhos (19):
      MIPS: pci-ar724x: convert to a platform driver
      MIPS: pci-ar71xx: convert to a platform driver
      MIPS: ath79: move global PCI defines into a common header
      MIPS: ath79: register platform devices for the PCI controllers
      MIPS: ath79: remove unused ar7{1x,24}x_pcibios_init functions
      MIPS: avoid possible resource conflict in register_pci_controller
      MIPS: pci-ar724x: use dynamically allocated PCI controller structure
      MIPS: pci-ar724x: remove static PCI resources
      MIPS: pci-ar724x: use per-controller IRQ base
      MIPS: pci-ar724x: setup command register of the PCI controller
      MIPS: pci-ar71xx: use dynamically allocated PCI controller structure
      MIPS: pci-ar71xx: remove static PCI controller resources
      MIPS: ath79: allow to specify bus number in PCI IRQ maps
      spi/ath79: add delay between SCK changes
      spi/ath79: add missing HIGH->LOW SCK transition
      spi/ath79: remove superfluous chip select code
      spi/ath79: use gpio_request_one
      spi/ath79: avoid multiple initialization of the SPI controller
      spi/ath79: add shutdown handler

Michel Thebeau (6):
      ag71xx: drop __devinit, __devexit
      ag71xx: specify new parameter frag_size parameter for build_skb()
      net/phy: drop NLA_PUT macros
      net/phy: refactor genl_info->snd_pid to snd_portid
      net/phy: refactor netlink_skb_parms.pid to portid
      swconfig_leds: refactor led_brightness_set to led_set_brightness

Paul Gortmaker (11):
      generic openwrt include files
      generic openwrt phy files
      remaining generic openwrt files
      openwrt ar71xx driver files
      openwrt ar71xx arch/mips files
      openwrt include
      mtd: add underscore to openwrt specific additions
      spi/ath79: make chipselect logic more flexible
      501-MIPS-ath79-add-mac-argument-to-ath79_register_wmac
      ar71xx: fixups for not carrying QCA platform
      ath79: fixup for not carrying Ubiquiti LSX/LSS

nbd (55):
      102-ehci_hcd_ignore_oc
      309-mips_fuse_workaround
      400-rootfs_split
      401-partial_eraseblock_write
      410-mtd_info_move_forward_decl
      420-redboot_space
      421-redboot_boardconfig
      430-mtd_myloader_partition_parser
      440-block2mtd_init
      441-block2mtd_refresh
      442-block2mtd_probe
      470-mtd_m25p80_add_pm25lv_flash_support
      473-mtd_m25p80_add_w25q128
      476-mtd-m25p80-allow-to-disable-small-sector-erase
      700-swconfig
      701-phy_extension
      721-phy_packets
      724-phy_ar8216
      835-gpiodev
      861-04_spi_gpio_implement_spi_delay
      862-gpio_spi_driver
      863-gpiommc
      864-gpiommc_configfs_locking
      401-mtd-physmap-add-lock-unlock
      403-mtd_fix_cfi_cmdset_0002_status_check
      406-mtd-m25p80-allow-to-specify-max-read-size
      407-mtd-m25p80-allow-to-pass-probe-types-via-platform-data
      408-mtd-redboot_partition_scan
      412-mtd-m25p80-zero-partition-parser-data
      420-net-ar71xx_mac_driver
      430-drivers-link-spi-before-mtd
      431-spi-add-various-flags
      434-spi-ap83_spi_controller
      460-spi-bitbang-export-spi_bitbang_bufs
      461-spi-add-type-field-to-spi_transfer
      462-mtd-m25p80-set-spi-transfer-type
      463-spi-ath79-add-fast-flash-read
      470-MIPS-ath79-swizzle-pci-address-for-ar71xx
      502-MIPS-ath79-export-ath79_gpio_base
      503-MIPS-ath79-add-flash-acquire-release
      504-MIPS-ath79-add-ath79_device_reset_get
      505-MIPS-ath79-add-ath79_gpio_function_select
      506-MIPS-ath79-prom-parse-redboot-args
      507-MIPS-ath79-prom-add-myloader-support
      508-MIPS-ath79-prom-image-command-line-hack
      509-MIPS-ath79-process-board-kernel-option
      510-MIPS-ath79-init-gpio-pin-of-wmac-device
      511-MIPS-ath79-add-ath79_set_usb_power_gpio
      520-MIPS-ath79-enable-UART-function
      521-MIPS-ath79-enable-UART-for-early_serial
      601-MIPS-ath79-add-more-register-defines
      602-MIPS-ath79-add-openwrt-stuff
      607-MIPS-ath79-ubnt-xm-fixes
      608-MIPS-ath79-ubnt-xm-add-more-boards
      610-MIPS-ath79-openwrt-machines

 Documentation/gpiommc.txt                          |   97 ++
 Documentation/networking/adm6996.txt               |  110 ++
 MAINTAINERS                                        |    5 +
 arch/mips/ath79/Kconfig                            |   42 +-
 arch/mips/ath79/Makefile                           |   11 +
 arch/mips/ath79/common.c                           |   39 +
 arch/mips/ath79/common.h                           |    1 +
 arch/mips/ath79/dev-ap9x-pci.c                     |  153 ++
 arch/mips/ath79/dev-ap9x-pci.h                     |   45 +
 arch/mips/ath79/dev-common.c                       |    9 +
 arch/mips/ath79/dev-dsa.c                          |   36 +
 arch/mips/ath79/dev-dsa.h                          |   21 +
 arch/mips/ath79/dev-eth.c                          |  982 +++++++++++
 arch/mips/ath79/dev-eth.h                          |   48 +
 arch/mips/ath79/dev-m25p80.c                       |  117 ++
 arch/mips/ath79/dev-m25p80.h                       |   17 +
 arch/mips/ath79/dev-usb.c                          |   22 +
 arch/mips/ath79/dev-usb.h                          |    2 +
 arch/mips/ath79/dev-wmac.c                         |   14 +-
 arch/mips/ath79/dev-wmac.h                         |    2 +-
 arch/mips/ath79/early_printk.c                     |   44 +-
 arch/mips/ath79/gpio.c                             |   32 +-
 arch/mips/ath79/mach-alfa-ap96.c                   |  154 ++
 arch/mips/ath79/mach-alfa-nx.c                     |  113 ++
 arch/mips/ath79/mach-all0258n.c                    |   88 +
 arch/mips/ath79/mach-ap113.c                       |   84 +
 arch/mips/ath79/mach-ap121.c                       |    8 +-
 arch/mips/ath79/mach-ap81.c                        |    8 +-
 arch/mips/ath79/mach-ap83.c                        |  275 +++
 arch/mips/ath79/mach-ap96.c                        |  142 ++
 arch/mips/ath79/mach-aw-nr580.c                    |  107 ++
 arch/mips/ath79/mach-db120.c                       |    8 +-
 arch/mips/ath79/mach-dir-600-a1.c                  |  151 ++
 arch/mips/ath79/mach-dir-615-c1.c                  |  133 ++
 arch/mips/ath79/mach-dir-825-b1.c                  |  173 ++
 arch/mips/ath79/mach-eap7660d.c                    |  178 ++
 arch/mips/ath79/mach-ew-dorin.c                    |  108 ++
 arch/mips/ath79/mach-hornet-ub.c                   |  136 ++
 arch/mips/ath79/mach-ja76pf.c                      |  190 +++
 arch/mips/ath79/mach-jwap003.c                     |   95 ++
 arch/mips/ath79/mach-mzk-w04nu.c                   |  124 ++
 arch/mips/ath79/mach-mzk-w300nh.c                  |  115 ++
 arch/mips/ath79/mach-nbg460n.c                     |  220 +++
 arch/mips/ath79/mach-om2p.c                        |  176 ++
 arch/mips/ath79/mach-pb42.c                        |   83 +
 arch/mips/ath79/mach-pb44.c                        |    6 +
 arch/mips/ath79/mach-pb92.c                        |   70 +
 arch/mips/ath79/mach-rb4xx.c                       |  405 +++++
 arch/mips/ath79/mach-rb750.c                       |  356 ++++
 arch/mips/ath79/mach-rw2458n.c                     |  100 ++
 arch/mips/ath79/mach-tew-632brp.c                  |  109 ++
 arch/mips/ath79/mach-tew-673gru.c                  |  182 ++
 arch/mips/ath79/mach-tl-mr11u.c                    |  110 ++
 arch/mips/ath79/mach-tl-mr3020.c                   |  125 ++
 arch/mips/ath79/mach-tl-mr3x20.c                   |  146 ++
 arch/mips/ath79/mach-tl-wa901nd-v2.c               |  104 ++
 arch/mips/ath79/mach-tl-wa901nd.c                  |  109 ++
 arch/mips/ath79/mach-tl-wdr4300.c                  |  203 +++
 arch/mips/ath79/mach-tl-wr1041n-v2.c               |  154 ++
 arch/mips/ath79/mach-tl-wr1043nd.c                 |  128 ++
 arch/mips/ath79/mach-tl-wr2543n.c                  |  132 ++
 arch/mips/ath79/mach-tl-wr703n.c                   |   85 +
 arch/mips/ath79/mach-tl-wr741nd-v4.c               |  135 ++
 arch/mips/ath79/mach-tl-wr741nd.c                  |  130 ++
 arch/mips/ath79/mach-tl-wr841n.c                   |  140 ++
 arch/mips/ath79/mach-tl-wr941nd.c                  |  121 ++
 arch/mips/ath79/mach-ubnt-xm.c                     |  170 +-
 arch/mips/ath79/mach-ubnt.c                        |  145 ++
 arch/mips/ath79/mach-whr-hp-g300n.c                |  155 ++
 arch/mips/ath79/mach-wndr3700.c                    |  172 ++
 arch/mips/ath79/mach-wnr2000.c                     |  145 ++
 arch/mips/ath79/mach-wp543.c                       |  107 ++
 arch/mips/ath79/mach-wpe72.c                       |   96 ++
 arch/mips/ath79/mach-wrt160nl.c                    |  126 ++
 arch/mips/ath79/mach-wrt400n.c                     |  161 ++
 arch/mips/ath79/mach-wzr-hp-ag300h.c               |  156 ++
 arch/mips/ath79/mach-wzr-hp-g300nh.c               |  287 ++++
 arch/mips/ath79/mach-wzr-hp-g300nh2.c              |  177 ++
 arch/mips/ath79/mach-wzr-hp-g450h.c                |  169 ++
 arch/mips/ath79/mach-zcn-1523h.c                   |  157 ++
 arch/mips/ath79/machtypes.h                        |    7 +
 arch/mips/ath79/nvram.c                            |   75 +
 arch/mips/ath79/nvram.h                            |   19 +
 arch/mips/ath79/pci-ath9k-fixup.c                  |  123 ++
 arch/mips/ath79/pci-ath9k-fixup.h                  |    6 +
 arch/mips/ath79/pci.c                              |  161 +-
 arch/mips/ath79/pci.h                              |    1 +
 arch/mips/ath79/prom.c                             |  131 ++
 arch/mips/ath79/setup.c                            |    2 +
 arch/mips/fw/myloader/Makefile                     |    5 +
 arch/mips/fw/myloader/myloader.c                   |   63 +
 arch/mips/include/asm/fw/myloader/myloader.h       |   34 +
 arch/mips/include/asm/mach-ath79/ag71xx_platform.h |   58 +
 arch/mips/include/asm/mach-ath79/ar71xx_regs.h     |  216 +++
 arch/mips/include/asm/mach-ath79/ath79.h           |    5 +
 .../include/asm/mach-ath79/ath79_spi_platform.h    |    9 +-
 arch/mips/include/asm/mach-ath79/mach-rb750.h      |   84 +
 arch/mips/include/asm/mach-ath79/mangle-port.h     |   37 +
 arch/mips/include/asm/mach-ath79/pci.h             |   28 -
 arch/mips/include/asm/mach-ath79/rb4xx_cpld.h      |   48 +
 arch/mips/mm/cache.c                               |    1 +
 arch/mips/pci/pci-ar71xx.c                         |  152 +-
 arch/mips/pci/pci-ar724x.c                         |  304 +++-
 arch/mips/pci/pci.c                                |   15 +-
 block/partition-generic.c                          |    1 +
 drivers/Makefile                                   |    2 +-
 drivers/char/Kconfig                               |    8 +
 drivers/char/Makefile                              |    1 +
 drivers/char/gpio_dev.c                            |  179 ++
 drivers/gpio/gpio-nxp-74hc153.c                    |  247 +++
 drivers/input/misc/gpio_buttons.c                  |  232 +++
 drivers/leds/leds-rb750.c                          |  144 ++
 drivers/leds/leds-wndr3700-usb.c                   |   76 +
 drivers/leds/ledtrig-morse.c                       |  366 ++++
 drivers/leds/ledtrig-netdev.c                      |  451 +++++
 drivers/leds/ledtrig-usbdev.c                      |  348 ++++
 drivers/mmc/host/Kconfig                           |   25 +
 drivers/mmc/host/Makefile                          |    1 +
 drivers/mmc/host/gpiommc.c                         |  620 +++++++
 drivers/mtd/Kconfig                                |   24 +
 drivers/mtd/Makefile                               |    1 +
 drivers/mtd/chips/cfi_cmdset_0002.c                |   17 +-
 drivers/mtd/devices/Kconfig                        |    8 +
 drivers/mtd/devices/block2mtd.c                    |  204 ++-
 drivers/mtd/devices/m25p80.c                       |   80 +-
 drivers/mtd/maps/physmap.c                         |   67 +
 drivers/mtd/mtdchar.c                              |    6 +
 drivers/mtd/mtdpart.c                              |  289 +++-
 drivers/mtd/myloader.c                             |  186 ++
 drivers/mtd/nand/rb4xx_nand.c                      |  309 ++++
 drivers/mtd/nand/rb750_nand.c                      |  367 ++++
 drivers/mtd/redboot.c                              |   51 +-
 drivers/mtd/tplinkpart.c                           |  197 +++
 drivers/mtd/wrt160nl_part.c                        |  205 +++
 drivers/net/dsa/mv88e6063.c                        |  294 ++++
 drivers/net/ethernet/atheros/Kconfig               |    4 +-
 drivers/net/ethernet/atheros/Makefile              |    1 +
 drivers/net/ethernet/atheros/ag71xx/Kconfig        |   33 +
 drivers/net/ethernet/atheros/ag71xx/Makefile       |   14 +
 drivers/net/ethernet/atheros/ag71xx/ag71xx.h       |  477 ++++++
 .../net/ethernet/atheros/ag71xx/ag71xx_ar7240.c    | 1193 +++++++++++++
 .../net/ethernet/atheros/ag71xx/ag71xx_ar8216.c    |   44 +
 .../net/ethernet/atheros/ag71xx/ag71xx_debugfs.c   |  280 ++++
 .../net/ethernet/atheros/ag71xx/ag71xx_ethtool.c   |  124 ++
 drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c  | 1258 ++++++++++++++
 drivers/net/ethernet/atheros/ag71xx/ag71xx_mdio.c  |  259 +++
 drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c   |  235 +++
 drivers/net/phy/Kconfig                            |   15 +
 drivers/net/phy/Makefile                           |    2 +
 drivers/net/phy/adm6996.c                          |  737 ++++++++
 drivers/net/phy/adm6996.h                          |  162 ++
 drivers/net/phy/ar8216.c                           | 1535 +++++++++++++++++
 drivers/net/phy/ar8216.h                           |  341 ++++
 drivers/net/phy/ip17xx.c                           | 1410 ++++++++++++++++
 drivers/net/phy/micrel.c                           |  299 +---
 drivers/net/phy/mvswitch.c                         |  422 +++++
 drivers/net/phy/mvswitch.h                         |  145 ++
 drivers/net/phy/phy.c                              |   46 +-
 drivers/net/phy/psb6970.c                          |  438 +++++
 drivers/net/phy/rtl8306.c                          | 1055 ++++++++++++
 drivers/net/phy/rtl8366_smi.c                      | 1350 +++++++++++++++
 drivers/net/phy/rtl8366_smi.h                      |  148 ++
 drivers/net/phy/rtl8366rb.c                        | 1269 ++++++++++++++
 drivers/net/phy/rtl8366s.c                         | 1148 +++++++++++++
 drivers/net/phy/rtl8367.c                          | 1773 ++++++++++++++++++++
 drivers/net/phy/swconfig.c                         | 1050 ++++++++++++
 drivers/net/phy/swconfig_leds.c                    |  354 ++++
 drivers/spi/Kconfig                                |   17 +
 drivers/spi/Makefile                               |    2 +
 drivers/spi/spi-ap83.c                             |  283 ++++
 drivers/spi/spi-ath79.c                            |  299 +++-
 drivers/spi/spi-bitbang.c                          |    3 +-
 drivers/spi/spi-gpio.c                             |   21 +-
 drivers/spi/spi-rb4xx-cpld.c                       |  441 +++++
 drivers/spi/spi-rb4xx.c                            |  507 ++++++
 drivers/spi/spi-vsc7385.c                          |  620 +++++++
 drivers/spi/spi_gpio_old.c                         |  251 +++
 drivers/usb/host/ehci-hcd.c                        |    2 +-
 drivers/usb/host/ehci-hub.c                        |    4 +-
 drivers/usb/host/ehci.h                            |    1 +
 fs/fuse/dev.c                                      |    6 +
 include/linux/ar8216_platform.h                    |   81 +
 include/linux/ath5k_platform.h                     |   30 +
 include/linux/ath9k_platform.h                     |    4 +
 include/linux/glamo-engine.h                       |   27 +
 include/linux/glamofb.h                            |   35 +
 include/linux/gpio_buttons.h                       |   33 +
 include/linux/gpio_dev.h                           |   42 +
 include/linux/mmc/gpiommc.h                        |   71 +
 include/linux/mtd/mtd.h                            |    9 +
 include/linux/mtd/partitions.h                     |    4 +-
 include/linux/mtd/physmap.h                        |    2 +
 include/linux/myloader.h                           |  121 ++
 include/linux/netdevice.h                          |    8 +
 include/linux/nxp_74hc153.h                        |   24 +
 include/linux/phy.h                                |    1 +
 include/linux/pwm/pwm.h                            |  165 ++
 include/linux/rt2x00_platform.h                    |   23 +
 include/linux/rtl8366.h                            |   38 +
 include/linux/rtl8367.h                            |   58 +
 include/linux/skbuff.h                             |   14 +-
 include/linux/spi/flash.h                          |    2 +
 include/linux/spi/spi.h                            |   10 +
 include/linux/spi/spi_bitbang.h                    |    1 +
 include/linux/spi/spi_gpio_old.h                   |   73 +
 include/linux/spi/vsc7385.h                        |   19 +
 include/linux/switch.h                             |  237 +++
 include/uapi/linux/if.h                            |    1 +
 include/uapi/mtd/mtd-abi.h                         |    1 +
 net/Kconfig                                        |    6 +
 net/core/dev.c                                     |   32 +-
 net/core/skbuff.c                                  |   17 +
 net/dsa/mv88e6063.c                                |  294 ++++
 net/ethernet/eth.c                                 |    6 +
 214 files changed, 37474 insertions(+), 674 deletions(-)
 create mode 100644 Documentation/gpiommc.txt
 create mode 100644 Documentation/networking/adm6996.txt
 create mode 100644 arch/mips/ath79/dev-ap9x-pci.c
 create mode 100644 arch/mips/ath79/dev-ap9x-pci.h
 create mode 100644 arch/mips/ath79/dev-dsa.c
 create mode 100644 arch/mips/ath79/dev-dsa.h
 create mode 100644 arch/mips/ath79/dev-eth.c
 create mode 100644 arch/mips/ath79/dev-eth.h
 create mode 100644 arch/mips/ath79/dev-m25p80.c
 create mode 100644 arch/mips/ath79/dev-m25p80.h
 create mode 100644 arch/mips/ath79/mach-alfa-ap96.c
 create mode 100644 arch/mips/ath79/mach-alfa-nx.c
 create mode 100644 arch/mips/ath79/mach-all0258n.c
 create mode 100644 arch/mips/ath79/mach-ap113.c
 create mode 100644 arch/mips/ath79/mach-ap83.c
 create mode 100644 arch/mips/ath79/mach-ap96.c
 create mode 100644 arch/mips/ath79/mach-aw-nr580.c
 create mode 100644 arch/mips/ath79/mach-dir-600-a1.c
 create mode 100644 arch/mips/ath79/mach-dir-615-c1.c
 create mode 100644 arch/mips/ath79/mach-dir-825-b1.c
 create mode 100644 arch/mips/ath79/mach-eap7660d.c
 create mode 100644 arch/mips/ath79/mach-ew-dorin.c
 create mode 100644 arch/mips/ath79/mach-hornet-ub.c
 create mode 100644 arch/mips/ath79/mach-ja76pf.c
 create mode 100644 arch/mips/ath79/mach-jwap003.c
 create mode 100644 arch/mips/ath79/mach-mzk-w04nu.c
 create mode 100644 arch/mips/ath79/mach-mzk-w300nh.c
 create mode 100644 arch/mips/ath79/mach-nbg460n.c
 create mode 100644 arch/mips/ath79/mach-om2p.c
 create mode 100644 arch/mips/ath79/mach-pb42.c
 create mode 100644 arch/mips/ath79/mach-pb92.c
 create mode 100644 arch/mips/ath79/mach-rb4xx.c
 create mode 100644 arch/mips/ath79/mach-rb750.c
 create mode 100644 arch/mips/ath79/mach-rw2458n.c
 create mode 100644 arch/mips/ath79/mach-tew-632brp.c
 create mode 100644 arch/mips/ath79/mach-tew-673gru.c
 create mode 100644 arch/mips/ath79/mach-tl-mr11u.c
 create mode 100644 arch/mips/ath79/mach-tl-mr3020.c
 create mode 100644 arch/mips/ath79/mach-tl-mr3x20.c
 create mode 100644 arch/mips/ath79/mach-tl-wa901nd-v2.c
 create mode 100644 arch/mips/ath79/mach-tl-wa901nd.c
 create mode 100644 arch/mips/ath79/mach-tl-wdr4300.c
 create mode 100644 arch/mips/ath79/mach-tl-wr1041n-v2.c
 create mode 100644 arch/mips/ath79/mach-tl-wr1043nd.c
 create mode 100644 arch/mips/ath79/mach-tl-wr2543n.c
 create mode 100644 arch/mips/ath79/mach-tl-wr703n.c
 create mode 100644 arch/mips/ath79/mach-tl-wr741nd-v4.c
 create mode 100644 arch/mips/ath79/mach-tl-wr741nd.c
 create mode 100644 arch/mips/ath79/mach-tl-wr841n.c
 create mode 100644 arch/mips/ath79/mach-tl-wr941nd.c
 create mode 100644 arch/mips/ath79/mach-ubnt.c
 create mode 100644 arch/mips/ath79/mach-whr-hp-g300n.c
 create mode 100644 arch/mips/ath79/mach-wndr3700.c
 create mode 100644 arch/mips/ath79/mach-wnr2000.c
 create mode 100644 arch/mips/ath79/mach-wp543.c
 create mode 100644 arch/mips/ath79/mach-wpe72.c
 create mode 100644 arch/mips/ath79/mach-wrt160nl.c
 create mode 100644 arch/mips/ath79/mach-wrt400n.c
 create mode 100644 arch/mips/ath79/mach-wzr-hp-ag300h.c
 create mode 100644 arch/mips/ath79/mach-wzr-hp-g300nh.c
 create mode 100644 arch/mips/ath79/mach-wzr-hp-g300nh2.c
 create mode 100644 arch/mips/ath79/mach-wzr-hp-g450h.c
 create mode 100644 arch/mips/ath79/mach-zcn-1523h.c
 create mode 100644 arch/mips/ath79/nvram.c
 create mode 100644 arch/mips/ath79/nvram.h
 create mode 100644 arch/mips/ath79/pci-ath9k-fixup.c
 create mode 100644 arch/mips/ath79/pci-ath9k-fixup.h
 create mode 100644 arch/mips/fw/myloader/Makefile
 create mode 100644 arch/mips/fw/myloader/myloader.c
 create mode 100644 arch/mips/include/asm/fw/myloader/myloader.h
 create mode 100644 arch/mips/include/asm/mach-ath79/ag71xx_platform.h
 create mode 100644 arch/mips/include/asm/mach-ath79/mach-rb750.h
 create mode 100644 arch/mips/include/asm/mach-ath79/mangle-port.h
 delete mode 100644 arch/mips/include/asm/mach-ath79/pci.h
 create mode 100644 arch/mips/include/asm/mach-ath79/rb4xx_cpld.h
 create mode 100644 drivers/char/gpio_dev.c
 create mode 100644 drivers/gpio/gpio-nxp-74hc153.c
 create mode 100644 drivers/input/misc/gpio_buttons.c
 create mode 100644 drivers/leds/leds-rb750.c
 create mode 100644 drivers/leds/leds-wndr3700-usb.c
 create mode 100644 drivers/leds/ledtrig-morse.c
 create mode 100644 drivers/leds/ledtrig-netdev.c
 create mode 100644 drivers/leds/ledtrig-usbdev.c
 create mode 100644 drivers/mmc/host/gpiommc.c
 create mode 100644 drivers/mtd/myloader.c
 create mode 100644 drivers/mtd/nand/rb4xx_nand.c
 create mode 100644 drivers/mtd/nand/rb750_nand.c
 create mode 100644 drivers/mtd/tplinkpart.c
 create mode 100644 drivers/mtd/wrt160nl_part.c
 create mode 100644 drivers/net/dsa/mv88e6063.c
 create mode 100644 drivers/net/ethernet/atheros/ag71xx/Kconfig
 create mode 100644 drivers/net/ethernet/atheros/ag71xx/Makefile
 create mode 100644 drivers/net/ethernet/atheros/ag71xx/ag71xx.h
 create mode 100644 drivers/net/ethernet/atheros/ag71xx/ag71xx_ar7240.c
 create mode 100644 drivers/net/ethernet/atheros/ag71xx/ag71xx_ar8216.c
 create mode 100644 drivers/net/ethernet/atheros/ag71xx/ag71xx_debugfs.c
 create mode 100644 drivers/net/ethernet/atheros/ag71xx/ag71xx_ethtool.c
 create mode 100644 drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c
 create mode 100644 drivers/net/ethernet/atheros/ag71xx/ag71xx_mdio.c
 create mode 100644 drivers/net/ethernet/atheros/ag71xx/ag71xx_phy.c
 create mode 100644 drivers/net/phy/adm6996.c
 create mode 100644 drivers/net/phy/adm6996.h
 create mode 100644 drivers/net/phy/ar8216.c
 create mode 100644 drivers/net/phy/ar8216.h
 create mode 100644 drivers/net/phy/ip17xx.c
 create mode 100644 drivers/net/phy/mvswitch.c
 create mode 100644 drivers/net/phy/mvswitch.h
 create mode 100644 drivers/net/phy/psb6970.c
 create mode 100644 drivers/net/phy/rtl8306.c
 create mode 100644 drivers/net/phy/rtl8366_smi.c
 create mode 100644 drivers/net/phy/rtl8366_smi.h
 create mode 100644 drivers/net/phy/rtl8366rb.c
 create mode 100644 drivers/net/phy/rtl8366s.c
 create mode 100644 drivers/net/phy/rtl8367.c
 create mode 100644 drivers/net/phy/swconfig.c
 create mode 100644 drivers/net/phy/swconfig_leds.c
 create mode 100644 drivers/spi/spi-ap83.c
 create mode 100644 drivers/spi/spi-rb4xx-cpld.c
 create mode 100644 drivers/spi/spi-rb4xx.c
 create mode 100644 drivers/spi/spi-vsc7385.c
 create mode 100644 drivers/spi/spi_gpio_old.c
 create mode 100644 include/linux/ar8216_platform.h
 create mode 100644 include/linux/ath5k_platform.h
 create mode 100644 include/linux/glamo-engine.h
 create mode 100644 include/linux/glamofb.h
 create mode 100644 include/linux/gpio_buttons.h
 create mode 100644 include/linux/gpio_dev.h
 create mode 100644 include/linux/mmc/gpiommc.h
 create mode 100644 include/linux/myloader.h
 create mode 100644 include/linux/nxp_74hc153.h
 create mode 100644 include/linux/pwm/pwm.h
 create mode 100644 include/linux/rt2x00_platform.h
 create mode 100644 include/linux/rtl8366.h
 create mode 100644 include/linux/rtl8367.h
 create mode 100644 include/linux/spi/spi_gpio_old.h
 create mode 100644 include/linux/spi/vsc7385.h
 create mode 100644 include/linux/switch.h
 create mode 100644 net/dsa/mv88e6063.c



More information about the linux-yocto mailing list