1. 19 10月, 2019 4 次提交
  2. 02 8月, 2019 1 次提交
  3. 22 7月, 2019 1 次提交
  4. 03 7月, 2019 1 次提交
  5. 02 7月, 2019 1 次提交
  6. 31 5月, 2019 1 次提交
    • T
      treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 · c942fddf
      Thomas Gleixner 提交于
      Based on 3 normalized pattern(s):
      
        this program is free software you can redistribute it and or modify
        it under the terms of the gnu general public license as published by
        the free software foundation either version 2 of the license or at
        your option any later version this program is distributed in the
        hope that it will be useful but without any warranty without even
        the implied warranty of merchantability or fitness for a particular
        purpose see the gnu general public license for more details
      
        this program is free software you can redistribute it and or modify
        it under the terms of the gnu general public license as published by
        the free software foundation either version 2 of the license or at
        your option any later version [author] [kishon] [vijay] [abraham]
        [i] [kishon]@[ti] [com] this program is distributed in the hope that
        it will be useful but without any warranty without even the implied
        warranty of merchantability or fitness for a particular purpose see
        the gnu general public license for more details
      
        this program is free software you can redistribute it and or modify
        it under the terms of the gnu general public license as published by
        the free software foundation either version 2 of the license or at
        your option any later version [author] [graeme] [gregory]
        [gg]@[slimlogic] [co] [uk] [author] [kishon] [vijay] [abraham] [i]
        [kishon]@[ti] [com] [based] [on] [twl6030]_[usb] [c] [author] [hema]
        [hk] [hemahk]@[ti] [com] this program is distributed in the hope
        that it will be useful but without any warranty without even the
        implied warranty of merchantability or fitness for a particular
        purpose see the gnu general public license for more details
      
      extracted by the scancode license scanner the SPDX license identifier
      
        GPL-2.0-or-later
      
      has been chosen to replace the boilerplate/reference in 1105 file(s).
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Reviewed-by: NAllison Randal <allison@lohutok.net>
      Reviewed-by: NRichard Fontana <rfontana@redhat.com>
      Reviewed-by: NKate Stewart <kstewart@linuxfoundation.org>
      Cc: linux-spdx@vger.kernel.org
      Link: https://lkml.kernel.org/r/20190527070033.202006027@linutronix.deSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      c942fddf
  7. 02 5月, 2019 3 次提交
  8. 08 4月, 2019 1 次提交
    • F
      spi: pxa2xxx: change "no DMA channels..." msg from debug to warning · 8b57b11b
      Flavio Suligoi 提交于
      Change the type of the diagnostic message:
      
      "no DMA channels available, using PIO"
      
      from debug to warning.
      
      The lack of an available DMA channel is very important regard the
      spi-pxa2xx performance. The transfer speed can be reduced more than 50%.
      
      So it is very important to warn the user about this, without enabling
      the full SPI debug with CONFIG_SPI_DEBUG.
      
      Moreover, enabling the full SPI debug only to enable this specific
      debug message, the dmesg buffer fills quickly with a lot of
      repetitive information during the SPI data transfer.
      This cause the loss of all the first important messages
      written during the initialization.
      Signed-off-by: NFlavio Suligoi <f.suligoi@asem.it>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      8b57b11b
  9. 02 4月, 2019 2 次提交
  10. 21 3月, 2019 3 次提交
  11. 21 2月, 2019 1 次提交
  12. 23 1月, 2019 1 次提交
  13. 17 11月, 2018 1 次提交
  14. 14 11月, 2018 3 次提交
  15. 05 11月, 2018 1 次提交
    • J
      spi: pxa2xx: Remove LPSS private register restoring during resume · b53548f9
      Jarkko Nikula 提交于
      Intel LPSS private register restoring in spi-pxa2xx.c: pxa2xx_spi_resume()
      was added before there was no any other code restoring them. This was
      changed after following commits for previous and current LPSS platforms:
      
      c78b0830 ("ACPI / LPSS: custom power domain for LPSS")
      41a3da2b ("mfd: intel-lpss: Save register context on suspend")
      
      However there is one caveat: There is no LPSS private register context
      save/restore for the Intel Lynxpoint in the Linux kernel code.
      
      I did some debugging on one Lynxpoint based device I have and on it the
      LPSS register context is not lost over suspend/resume cycle (s2idle).
      Which happens for instance on Intel Braswell. I'm speculating but I guess
      either firmware does it or the LPSS is kept always on Lynxpoint.
      
      Given that we haven't needed to implement Lynxpoint LPSS I2C or UART
      private register context save/restore over four years time I think we are
      safe to remove this LPSS private register restoring during resume here.
      Signed-off-by: NJarkko Nikula <jarkko.nikula@linux.intel.com>
      Acked-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      b53548f9
  16. 11 10月, 2018 2 次提交
  17. 04 10月, 2018 1 次提交
  18. 18 9月, 2018 1 次提交
  19. 05 9月, 2018 1 次提交
  20. 28 6月, 2018 1 次提交
  21. 04 5月, 2018 1 次提交
  22. 18 4月, 2018 4 次提交
  23. 07 3月, 2018 1 次提交
  24. 12 2月, 2018 2 次提交
  25. 23 12月, 2017 1 次提交