Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Aug 23, 2021
  2. Aug 16, 2021
  3. Aug 13, 2021
    • Bartosz Golaszewski's avatar
      Merge tag 'intel-gpio-v5.15-1' of... · 0a6e7e41
      Bartosz Golaszewski authored
      Merge tag 'intel-gpio-v5.15-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/andy/linux-gpio-intel into gpio/for-next
      
      intel-gpio for v5.15-1
      
      * Rework DesignWare driver to use software nodes instead of platform data
      * Drop duplication of forward declaration for ACPI in consumer.h
      * Get rid of legacy PCI PM code in ML IOH driver
      
      The following is an automated git shortlog grouped by driver:
      
      dwapb:
       -  Get rid of legacy platform data
       -  Read GPIO base from gpio-base property
       -  Unify ACPI enumeration checks in get_irq() and configure_irqs()
      
      gpiolib:
       -  Deduplicate forward declaration in the consumer.h header
      
      mfd:
       -  intel_quark_i2c_gpio: Convert GPIO to use software nodes
      
      ml-ioh:
       -  Convert to dev_pm_ops
      0a6e7e41
  4. Aug 11, 2021
  5. Aug 05, 2021
  6. Jul 29, 2021
  7. Jul 21, 2021
  8. Jul 16, 2021
  9. Jul 13, 2021
  10. Jul 11, 2021
  11. Jul 10, 2021
    • 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 SPD...
      de554096