1. 08 2月, 2017 4 次提交
  2. 30 1月, 2017 6 次提交
  3. 25 1月, 2017 1 次提交
  4. 20 1月, 2017 1 次提交
  5. 18 1月, 2017 1 次提交
  6. 17 1月, 2017 1 次提交
  7. 14 1月, 2017 2 次提交
    • J
      ARM: dts: OMAP5 / DRA7: indicate that SATA port 0 is available. · 87cb1291
      Jean-Jacques Hiblot 提交于
      AHCI provides the register PORTS_IMPL to let the software know which port
      is supported. The register must be initialized by the bootloader. However
      in some cases u-boot doesn't properly initialize this value (if it is not
      compiled with SATA support for example or if the SATA initialization fails).
      The DTS entry "ports-implemented" can be used to override the value in
      PORTS_IMPL.
      
      Without this patch the SATA will not work in the following two cases:
      
      * if there has been a failure to initialize SATA in u-boot.
      
      * if ahci_platform module has been removed and re-inserted. The reason is
        that the content of PORTS_IMPL is lost after the module is removed.
        I suspect that it's because the controller is reset by the hwmod.
      
      Cc: <stable@vger.kernel.org> # v4.6+
      Signed-off-by: NJean-Jacques Hiblot <jjhiblot@ti.com>
      Acked-by: NRoger Quadros <rogerq@ti.com>
      [tony@atomide.com: updated comments with what goes wrong]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      87cb1291
    • N
      ARM: put types.h in uapi · ed79c9d3
      Nicolas Dichtel 提交于
      Due to the way kbuild works, this header was unintentionally exported
      back in 2013 when it was created, despite it not being in a uapi/
      directory.  This is very non-intuitive behaviour by Kbuild.
      
      However, we've had this include exported to userland for almost four
      years, and searching google for "ARM types.h __UINTPTR_TYPE__" gives
      no hint that anyone has complained about it.  So, let's make it
      officially exported in this state.
      Signed-off-by: NNicolas Dichtel <nicolas.dichtel@6wind.com>
      Signed-off-by: NRussell King <rmk+kernel@armlinux.org.uk>
      ed79c9d3
  8. 13 1月, 2017 5 次提交
  9. 12 1月, 2017 1 次提交
  10. 11 1月, 2017 6 次提交
  11. 10 1月, 2017 3 次提交
  12. 07 1月, 2017 1 次提交
  13. 06 1月, 2017 2 次提交
  14. 03 1月, 2017 3 次提交
  15. 02 1月, 2017 3 次提交