1. 19 2月, 2017 1 次提交
  2. 17 2月, 2017 1 次提交
  3. 16 2月, 2017 2 次提交
  4. 15 2月, 2017 1 次提交
  5. 13 2月, 2017 3 次提交
  6. 08 2月, 2017 1 次提交
  7. 07 2月, 2017 2 次提交
  8. 04 2月, 2017 1 次提交
  9. 03 2月, 2017 1 次提交
  10. 01 2月, 2017 1 次提交
    • F
      sched/cputime: Remove generic asm headers · b672592f
      Frederic Weisbecker 提交于
      cputime_t is now only used by two architectures:
      
      	* powerpc (when CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y)
      	* s390
      
      And since the core doesn't use it anymore, we don't need any arch support
      from the others. So we can remove their stub implementations.
      
      A final cleanup would be to provide an efficient pure arch
      implementation of cputime_to_nsec() for s390 and powerpc and finally
      remove include/linux/cputime.h .
      Signed-off-by: NFrederic Weisbecker <fweisbec@gmail.com>
      Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      Cc: Fenghua Yu <fenghua.yu@intel.com>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      Cc: Michael Ellerman <mpe@ellerman.id.au>
      Cc: Paul Mackerras <paulus@samba.org>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Rik van Riel <riel@redhat.com>
      Cc: Stanislaw Gruszka <sgruszka@redhat.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Tony Luck <tony.luck@intel.com>
      Cc: Wanpeng Li <wanpeng.li@hotmail.com>
      Link: http://lkml.kernel.org/r/1485832191-26889-36-git-send-email-fweisbec@gmail.comSigned-off-by: NIngo Molnar <mingo@kernel.org>
      b672592f
  11. 31 1月, 2017 2 次提交
  12. 30 1月, 2017 3 次提交
  13. 27 1月, 2017 1 次提交
    • P
      ARM: dts: STiH407-family: set snps,dis_u3_susphy_quirk · 8413299c
      Patrice Chotard 提交于
      Since v4.10-rc1, the following logs appears in loop :
      [  801.953836] usb usb6-port1: Cannot enable. Maybe the USB cable is bad?
      [  801.960455] xhci-hcd xhci-hcd.0.auto: Cannot set link state.
      [  801.966611] usb usb6-port1: cannot disable (err = -32)
      [  806.083772] usb usb6-port1: Cannot enable. Maybe the USB cable is bad?
      [  806.090370] xhci-hcd xhci-hcd.0.auto: Cannot set link state.
      [  806.096494] usb usb6-port1: cannot disable (err = -32)
      
      After analysis, xhci try to set link in U3 and returns an error.
      Using snps,dis_u3_susphy_quirk fix this issue.
      Signed-off-by: NPatrice Chotard <patrice.chotard@st.com>
      8413299c
  14. 26 1月, 2017 2 次提交
  15. 25 1月, 2017 1 次提交
  16. 24 1月, 2017 1 次提交
  17. 23 1月, 2017 2 次提交
  18. 20 1月, 2017 1 次提交
  19. 19 1月, 2017 1 次提交
  20. 18 1月, 2017 1 次提交
  21. 17 1月, 2017 1 次提交
  22. 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
  23. 13 1月, 2017 5 次提交
  24. 12 1月, 2017 1 次提交
  25. 11 1月, 2017 2 次提交