1. 30 1月, 2023 4 次提交
  2. 10 11月, 2022 1 次提交
  3. 08 11月, 2022 1 次提交
  4. 26 10月, 2022 1 次提交
  5. 25 10月, 2022 3 次提交
  6. 17 10月, 2022 1 次提交
  7. 01 9月, 2022 1 次提交
  8. 31 8月, 2022 2 次提交
  9. 20 7月, 2022 4 次提交
  10. 19 7月, 2022 2 次提交
  11. 02 5月, 2022 1 次提交
  12. 26 4月, 2022 1 次提交
  13. 19 4月, 2022 1 次提交
  14. 25 2月, 2022 1 次提交
  15. 02 2月, 2022 1 次提交
  16. 24 1月, 2022 1 次提交
  17. 17 12月, 2021 1 次提交
  18. 29 11月, 2021 1 次提交
  19. 16 11月, 2021 1 次提交
    • R
      gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errors · d6912b12
      Randy Dunlap 提交于
      gpio-rockchip uses interfaces that are provided by the Kconfig
      symbol GENERIC_IRQ_CHIP, so the driver should select that symbol
      in order to prevent build errors.
      
      Fixes these build errors (and more):
      
      aarch64-linux-ld: drivers/gpio/gpio-rockchip.o: in function `rockchip_irq_disable':
      gpio-rockchip.c:(.text+0x454): undefined reference to `irq_gc_mask_set_bit'
      aarch64-linux-ld: drivers/gpio/gpio-rockchip.o: in function `rockchip_irq_enable':
      gpio-rockchip.c:(.text+0x478): undefined reference to `irq_gc_mask_clr_bit'
      aarch64-linux-ld: drivers/gpio/gpio-rockchip.o: in function `rockchip_interrupts_register':
      gpio-rockchip.c:(.text+0x518): undefined reference to `irq_generic_chip_ops'
      aarch64-linux-ld: gpio-rockchip.c:(.text+0x594): undefined reference to `__irq_alloc_domain_generic_chips'
      aarch64-linux-ld: gpio-rockchip.c:(.text+0x5cc): undefined reference to `irq_get_domain_generic_chip'
      aarch64-linux-ld: gpio-rockchip.c:(.text+0x5e0): undefined reference to `irq_gc_ack_set_bit'
      aarch64-linux-ld: gpio-rockchip.c:(.text+0x604): undefined reference to `irq_gc_set_wake'
      
      Fixes: 936ee267 ("gpio/rockchip: add driver for rockchip gpio")
      Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
      Reported-by: Nkernel test robot <lkp@intel.com>
      Signed-off-by: NBartosz Golaszewski <brgl@bgdev.pl>
      d6912b12
  20. 15 11月, 2021 1 次提交
  21. 04 11月, 2021 1 次提交
  22. 30 10月, 2021 1 次提交
    • R
      gpio: clean up Kconfig file · dd1695a2
      Randy Dunlap 提交于
      Fix multiple problems in punctuation, capitalization, grammar,
      wording, and typos in the GPIO Kconfig file.
      Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Bartosz Golaszewski <brgl@bgdev.pl>
      Cc: linux-gpio@vger.kernel.org
      Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
      Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
      Cc: Geert Uytterhoeven <geert+renesas@glider.be>
      Cc: Sean Young <sean@mess.org>
      Cc: Bamvor Jian Zhang <bamv2005@gmail.com>
      Cc: Michael Walle <michael@walle.cc>
      Acked-by: NAndy Shevchenko <andy.shevchenko@gmail.com>
      Signed-off-by: NBartosz Golaszewski <brgl@bgdev.pl>
      dd1695a2
  23. 23 9月, 2021 1 次提交
  24. 23 8月, 2021 2 次提交
  25. 17 8月, 2021 1 次提交
  26. 25 6月, 2021 1 次提交
  27. 17 6月, 2021 1 次提交
  28. 07 6月, 2021 1 次提交
  29. 05 5月, 2021 1 次提交