1. 04 2月, 2020 1 次提交
  2. 23 1月, 2020 2 次提交
    • P
      gpio: do not include <asm/arch/gpio.h> on ARCH_BCM68360 · e520036f
      Philippe Reynes 提交于
      As no gpio.h is defined for this architecture, to avoid
      compilation failure, do not include <asm/arch/gpio.h> for
      arch bcm68360.
      Signed-off-by: NPhilippe Reynes <philippe.reynes@softathome.com>
      e520036f
    • S
      arm: Add support for ST-Ericsson U8500 SoC · 689088f9
      Stephan Gerhold 提交于
      The NovaThor U8500 SoC was released by ST-Ericsson in 2011.
      It was used for some development boards like the CALAO Systems
      Snowball SBC, but mass production was primarily for Android
      smartphones like the Samsung Galaxy S III mini.
      
      Previous support for U8500 was removed in
      commit 68282f55 ("arm: Remove unused ST-Ericsson u8500 arch")
      since none of the boards were converted to generic boards
      before the deadline.
      
      The new code does not have much in common with the previous code.
      I have completely rewritten everything, embracing the Driver Model
      and device trees wherever possible.
      
      The U8500 support is a bit more minimal for now - my primary
      use case is to use U-Boot as alternative bootloader for some of the
      U8500 Samsung smartphones. At the moment U-Boot is chain-loaded from
      the original Samsung bootloader. A side effect of this is that we
      can (temporarily) get away without implementing some functionality
      - e.g. all clocks are already enabled by the original bootloader.
      
      More functionality will be added in future patches.
      
      Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
      Cc: John Rigby <john.rigby@linaro.org>
      Signed-off-by: NStephan Gerhold <stephan@gerhold.net>
      Reviewed-by: NLinus Walleij <linus.walleij@linaro.org>
      689088f9
  3. 05 9月, 2019 1 次提交
  4. 22 8月, 2019 4 次提交
  5. 01 5月, 2019 1 次提交
  6. 12 4月, 2019 2 次提交
  7. 11 9月, 2018 1 次提交
  8. 15 3月, 2017 1 次提交
  9. 29 2月, 2016 1 次提交
  10. 10 1月, 2012 1 次提交
  11. 04 7月, 2011 1 次提交
  12. 17 7月, 2003 1 次提交
  13. 15 7月, 2003 1 次提交
    • W
      * Patches by Yuli Barcohen, 13 Jul 2003: · 8564acf9
      wdenk 提交于
        - Correct flash and JFFS2 support for MPC8260ADS
        - fix PVR values and clock generation for PowerQUICC II family
          (8270/8275/8280)
      
      * Patch by Bernhard Kuhn, 08 Jul 2003:
        - add support for M68K targets
      
      * Patch by Ken Chou, 3 Jul:
        - Fix PCI config table for A3000
        - Fix iobase for natsemi.c
          (PCI_BASE_ADDRESS_0 is the IO base register for DP83815)
      
      * Allow to enable "slow" POST routines by key press on power-on
      * Fix temperature dependend switching of LCD backlight on LWMON
      * Tweak output format for LWMON
      8564acf9
  14. 13 11月, 2000 1 次提交