1. 07 3月, 2013 1 次提交
  2. 04 3月, 2013 3 次提交
  3. 05 2月, 2013 2 次提交
  4. 29 1月, 2013 1 次提交
  5. 26 1月, 2013 1 次提交
  6. 15 1月, 2013 1 次提交
  7. 11 1月, 2013 1 次提交
  8. 25 12月, 2012 1 次提交
  9. 20 11月, 2012 1 次提交
  10. 15 11月, 2012 1 次提交
  11. 12 11月, 2012 1 次提交
  12. 05 11月, 2012 1 次提交
  13. 30 10月, 2012 1 次提交
    • M
      ARM: mx28: Skip OCOTP FEC MAC setup if in DT · 16d47701
      Marek Vasut 提交于
      Currently, the kernel unconditionally adds "local-mac-address" and
      "mac-address" properties under both FEC ethernet DT nodes in case
      the update_fec_mac_prop() function is called. These properties are
      loaded with MAC address compiled from vendors OUI and a per-device
      NIC saved in OCOTP storage.
      
      Some more advanced bootloaders do augment the DT passed to the kernel
      by these properties already. In such case, it is wrong for kernel to
      override these values.
      
      Adjust the FEC MAC address loading so that in case the DT properties
      are already present in the DT passed from the bootloader, skip the
      loading from OCOTP altogether. If the DT properties are not present,
      load them from OCOTP.
      
      Note that the later case will lead to zeroed out MAC address if OCOTP
      is not programmed. This will lead to FEC not working at all.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      16d47701
  14. 19 10月, 2012 1 次提交
  15. 15 10月, 2012 1 次提交
  16. 25 9月, 2012 1 次提交
    • M
      phy/micrel: Rename KS80xx to KSZ80xx · 510d573f
      Marek Vasut 提交于
      There is no such part as KS8001, KS8041 or KS8051. There are only
      KSZ8001, KSZ8041 and KSZ8051. Rename these parts as such to match
      the Micrel naming.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: David J. Choi <david.choi@micrel.com>
      Cc: David S. Miller <davem@davemloft.net>
      Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
      Cc: Linux ARM kernel <linux-arm-kernel@lists.infradead.org>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Shawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      510d573f
  17. 19 9月, 2012 1 次提交
  18. 14 9月, 2012 2 次提交
    • R
      ARM: move all dtb targets out of Makefile.boot · 360a0cab
      Rob Herring 提交于
      In preparation to support multi-platform kernels, move all the dtb targets
      out of the mach Makefile.boot and into the arch/arm/boot/dts/Makefile
      which is closer to the sources.
      
      DTBs are only built when CONFIG_OF is enabled and now use top level
      CONFIG_ARCH_xxx instead of chip or board specific config options.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Andrew Victor <linux@maxim.org.za>
      Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
      Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Cc: Jason Cooper <jason@lakedaemon.net>
      Cc: Andrew Lunn <andrew@lunn.ch>
      Cc: Gregory Clement <gregory.clement@free-electrons.com>
      Acked-by: NShawn Guo <shawn.guo@linaro.org>
      Cc: Viresh Kumar <viresh.linux@gmail.com>
      Cc: Shiraz Hashim <shiraz.hashim@st.com>
      Cc: Rajeev Kumar <rajeev-dlh.kumar@st.com>
      Cc: Stephen Warren <swarren@wwwdotorg.org>
      Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      360a0cab
    • R
      ARM: make mach/gpio.h headers optional · 01464226
      Rob Herring 提交于
      Most platforms don't need mach/gpio.h and it prevents multi-platform
      kernel images. Add CONFIG_NEED_MACH_GPIO_H and make platforns select it
      if they need gpio.h. This is platforms that define __GPIOLIB_COMPLEX
      or have lots of implicit includes pulled in by mach/gpio.h.
      
      at91 and omap have gpio clean-up pending and can drop
      CONFIG_NEED_MACH_GPIO_H once that is in.
      Signed-off-by: NRob Herring <rob.herring@calxeda.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Acked-by: NJason Cooper <jason@lakedaemon.net>
      Acked-by: NLinus Walleij <linus.walleij@linaro.org>
      01464226
  19. 03 9月, 2012 6 次提交
  20. 28 8月, 2012 1 次提交
  21. 17 8月, 2012 8 次提交
  22. 04 8月, 2012 1 次提交
  23. 26 7月, 2012 1 次提交
  24. 11 7月, 2012 1 次提交