Skip to content
Snippets Groups Projects
  1. May 31, 2017
  2. May 23, 2017
  3. May 22, 2017
  4. May 15, 2017
  5. May 08, 2017
  6. May 02, 2017
  7. Apr 30, 2017
  8. Apr 27, 2017
  9. Apr 18, 2017
  10. Apr 05, 2017
  11. Mar 29, 2017
  12. Mar 26, 2017
    • Patrice Chotard's avatar
      reset: Add STi reset support · 584861ff
      Patrice Chotard authored
      
      This patch adds a reset controller implementation for STMicroelectronics
      STi family SoCs; it allows a group of related reset like controls found
      in multiple system configuration registers to be represented by a single
      controller device.
      
      Driver code has been mainly extracted from kernel
      drivers/reset/sti/reset-stih407.c
      
      Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
      584861ff
  13. Mar 23, 2017
  14. Mar 21, 2017
  15. Mar 20, 2017
  16. Mar 19, 2017
  17. Mar 17, 2017
  18. Mar 15, 2017
  19. Mar 10, 2017
  20. Feb 17, 2017
  21. Jan 28, 2017
    • Marcin Niestroj's avatar
      board/chiliboard: Add support for chiliBoard · ab38bf6a
      Marcin Niestroj authored
      
      chiliBoard is a development board which uses chiliSOM as its base.
      
      Hardware specification:
       * chiliSOM (TI AM335x, DRAM, NAND)
       * Ethernet PHY (id 0)
       * USB host (usb1)
       * MicroSD slot (mmc0)
      
      Signed-off-by: default avatarMarcin Niestroj <m.niestroj@grinn-global.com>
      Reviewed-by: default avatarTom Rini <trini@konsulko.com>
      ab38bf6a
    • maxims@google.com's avatar
      aspeed: Add drivers common to all Aspeed SoCs · 4697abea
      maxims@google.com authored
      
      Add support for Watchdog Timer, which is compatible with AST2400 and
      AST2500 watchdogs. There is no uclass for Watchdog yet, so the driver
      does not follow the driver model. It also uses fixed clock, so no clock
      driver is needed.
      
      Add support for timer for Aspeed ast2400/ast2500 devices.
      The driver actually controls several devices, but because all devices
      share the same Control Register, it is somewhat difficult to completely
      decouple them. Since only one timer is needed at the moment, this should
      be OK. The timer uses fixed clock, so does not rely on a clock driver.
      
      Add sysreset driver, which uses watchdog timer to do resets and particular
      watchdog device to use is hardcoded (0)
      Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
      4697abea
  22. Jan 27, 2017
  23. Jan 25, 2017
Loading