1. 09 Aug, 2021 1 commit
  2. 05 Aug, 2021 2 commits
  3. 03 Aug, 2021 4 commits
  4. 22 Jul, 2021 1 commit
  5. 19 Jul, 2021 7 commits
  6. 14 Jul, 2021 3 commits
  7. 12 Jul, 2021 1 commit
    • Mark Brown's avatar
      Merge series "spi: stm32: various fixes & cleanup" from Alain Volmat <alain.volmat@foss.st.com>: · 65ab894f
      Mark Brown authored
      This series contains fixes & cleanup mainly regarding fifo
      and the way end of transfer triggered, when used with or
      without DMA.
      An additional patch cleans up the pm_runtime calls and another
      one enables the autosuspend.
      
      v2: - split pm_runtime fix patch into two
          - correct revert commit subject line
      
      Alain Volmat (6):
        spi: stm32: fixes pm_runtime calls in probe/remove
        spi: stm32: enable pm_runtime autosuspend
        spi: stm32h7: fix full duplex irq handler handling
        spi: stm32: Revert "properly handle 0 byte transfer"
        spi: stm32h7: don't wait for EOT and flush fifo on disable
        spi: stm32: finalize message either on dma callback or EOT
      
      Amelie Delaunay (1):
        spi: stm32h7: rework rx fifo read function
      
       drivers/spi/spi-stm32.c | 146 +++++++++++++++++-----------------------
       1 file changed, 61 insertions(+), 85 deletions(-)
      
      --
      2.25.1
      65ab894f
  8. 11 Jul, 2021 20 commits
  9. 10 Jul, 2021 1 commit
    • Linus Torvalds's avatar
      Merge tag 'rtc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux · de554096
      Linus Torvalds authored
      Pull RTC updates from Alexandre Belloni:
       "Mostly documentation/comment changes and non urgent fixes.
      
         - add or fix SPDX identifiers
      
         - NXP pcf*: fix datasheet URLs
      
         - imxdi: add wakeup support
      
         - pcf2127: handle timestamp interrupts, this fixes a possible
           interrupt storm
      
         - bd70528: Drop BD70528 support"
      
      * tag 'rtc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: (33 commits)
        rtc: pcf8523: rename register and bit defines
        rtc: pcf2127: handle timestamp interrupts
        rtc: at91sam9: Remove unnecessary offset variable checks
        rtc: s5m: Check return value of s5m_check_peding_alarm_interrupt()
        rtc: spear: convert to SPDX identifier
        rtc: tps6586x: convert to SPDX identifier
        rtc: tps80031: convert to SPDX identifier
        rtc: rtd119x: Fix format of SPDX identifier
        rtc: sc27xx: Fix format of SPDX identifier
        rtc: palmas: convert to SPDX identifier
        rtc: max6900: convert to SPDX identifier
        rtc: ds1374: convert to SPDX identifier
        rtc: au1xxx: convert to SPDX identifier
        rtc: pcf85063: Update the PCF85063A datasheet revision
        dt-bindings: rtc: ti,bq32k: take maintainership
        rtc: pcf8563: Fix the datasheet URL
        rtc: pcf85063: Fix the datasheet URL
        rtc: pcf2127: Fix the datasheet URL
        dt-bindings: rtc: ti,bq32k: Convert to json-schema
        dt-bindings: rtc: rx8900: Convert to YAML schema
        ...
      de554096