VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-08-12
Revert "gpio: mpc8xxx: change the gpio interrupt flags."
Rasmus Villemoes
2021-08-12
gpio: tqmx86: really make IRQ optional
Matthias Schiffer
2021-07-20
gpio: pca953x: Add support for the On Semi pca9655
Peter Robinson
2021-07-20
gpio: zynq: Check return value of irq_get_irq_data
Srinivas Neeli
2021-07-20
gpio: zynq: Check return value of pm_runtime_get_sync
Srinivas Neeli
2021-06-25
gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP
Johannes Berg
2021-06-22
gpiolib: cdev: zero padding during conversion to gpioline_info_changed
Gabriel Knezek
2021-06-21
gpio: mxc: Fix disabled interrupt wake-up support
Loic Poulain
2021-05-27
gpio: wcd934x: Fix shift-out-of-bounds error
Srinivas Kandagatla
2021-05-12
gpio: tegra186: Don't set parent IRQ affinity
Jon Hunter
2021-05-12
gpio: xilinx: Correct kernel doc for xgpio_probe()
Andy Shevchenko
2021-05-12
gpio: cadence: Add missing MODULE_DEVICE_TABLE
Zou Wei
2021-05-05
Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
2021-05-05
gpio: mxs: remove useless function
Jiapeng Chong
2021-05-05
gpio: it87: remove unused code
Jiapeng Chong
2021-05-05
gpio: 104-dio-48e: Fix coding style issues
Barney Goette
2021-05-05
gpio: mpc8xxx: Add ACPI support
Ran Wang
2021-05-05
gpio: ich: Switch to be dependent on LPC_ICH
Andy Shevchenko
2021-05-05
gpio: sch: Drop MFD_CORE selection
Andy Shevchenko
2021-05-05
gpio: sch: depends on LPC_SCH
Randy Dunlap
2021-05-05
gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055
Hans de Goede
2021-05-05
gpio: sch: Hook into ACPI GPE handler to catch GPIO edge events
Andy Shevchenko
2021-05-05
gpio: sch: Add edge event support
Jan Kiszka
2021-05-05
gpio: aggregator: Replace custom get_arg() with a generic next_arg()
Andy Shevchenko
2021-05-05
gpio: omap: Use device_get_match_data() helper
Tian Tao
2021-05-05
gpio: Add Realtek Otto GPIO support
Sander Vanheule
2021-04-30
Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
2021-04-28
Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
2021-04-26
Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2021-04-23
Merge tag 'gpio-fixes-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
2021-04-21
gpio: omap: Save and restore sysconfig
Tony Lindgren
2021-04-15
Merge tag 'gpio-fixes-for-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
2021-04-14
Merge tags 'ib-mfd-clk-gpio-regulator-rtc-v5.13', 'ib-mfd-extcon-v5.13', 'ib-mfd-input-v5.13-1', 'ib-mfd-platform-x86-v5.13', 'ib-mfd-power-v5.13', 'ib-mfd-pwm-rtc-v5.13-1' and 'ib-regulator-list-ramp-helpers-v5.13' into ibs-for-mfd-merged
Lee Jones
2021-04-14
gpio: Support ROHM BD71815 GPOs
Matti Vaittinen
2021-04-09
treewide: change my e-mail address, fix my name
Marek Behún
2021-03-31
gpio: sysfs: Obey valid_mask
Matti Vaittinen
2021-03-29
gpio: regmap: set gpio_chip of_node
Álvaro Fernández Rojas
2021-03-26
gpio: mockup: Drop duplicate NULL check in gpio_mockup_unregister_pdevs()
Andy Shevchenko
2021-03-26
gpiolib: Fold conditionals into a simple ternary operator
Andy Shevchenko
2021-03-26
gpiolib: Reuse device's fwnode to create IRQ domain
Andy Shevchenko
2021-03-26
gpiolib: Introduce acpi_gpio_dev_init() and call it from core
Andy Shevchenko
2021-03-26
gpiolib: Move of_node operations to gpiolib-of and correct fwnode use
Andy Shevchenko
2021-03-26
gpiolib: Unify the checks on fwnode type
Andy Shevchenko
2021-03-22
gpio: raspberrypi-exp: Release firmware handle on unbind
Nicolas Saenz Julienne
2021-03-16
gpiolib: Assign fwnode to parent's if no primary one provided
Andy Shevchenko
2021-03-12
gpiolib: Fix error return code in gpiolib_dev_init()
Wei Yongjun
2021-03-08
gpiolib: Read "gpio-line-names" from a firmware node
Andy Shevchenko
2021-03-08
gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2
Andy Shevchenko
2021-03-08
gpiolib: acpi: Allow to find GpioInt() resource by name and index
Andy Shevchenko
2021-03-08
gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk
Andy Shevchenko
2021-03-08
gpiolib: acpi: Add missing IRQF_ONESHOT
Yang Li
2021-03-08
gpio: fix gpio-device list corruption
Johan Hovold
2021-03-08
gpio: fix NULL-deref-on-deregistration regression
Johan Hovold
2021-02-24
Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
2021-02-22
Merge tag 'gpio-updates-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
2021-02-22
Merge tag 'mfd-next-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
2021-02-22
Merge branch 'i2c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
2021-02-22
Merge tag 'platform-drivers-x86-v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
2021-02-18
gpio: pcf857x: Fix missing first interrupt
Maxim Kiselev
2021-02-15
gpio: ep93xx: refactor base IRQ number
Nikita Shubin
2021-02-15
gpio: ep93xx: refactor ep93xx_gpio_add_bank
Nikita Shubin
2021-02-15
gpio: ep93xx: Fix typo s/hierarchial/hierarchical
Nikita Shubin
2021-02-15
gpio: ep93xx: drop to_irq binding
Nikita Shubin
2021-02-15
gpio: ep93xx: Fix wrong irq numbers in port F
Nikita Shubin
2021-02-15
gpio: gpio-xilinx: Add check if width exceeds 32
Srinivas Neeli
2021-02-15
gpio: gpio-xilinx: Add support for suspend and resume
Srinivas Neeli
2021-02-15
gpio: gpio-xilinx: Add interrupt support
Srinivas Neeli
2021-02-15
gpio: gpio-xilinx: Reduce spinlock array to array
Srinivas Neeli
2021-02-15
gpio: gpio-xilinx: Simplify with dev_err_probe()
Srinivas Neeli
2021-02-15
gpio: msic: Drop driver from Makefile
Andy Shevchenko
2021-02-15
gpio: wcove: Split out to_ireg() helper and deduplicate the code
Andy Shevchenko
2021-02-15
gpio: wcove: Switch to use regmap_set_bits(), regmap_clear_bits()
Andy Shevchenko
2021-02-15
gpio: wcove: Get rid of error prone casting in IRQ handler
Andy Shevchenko
2021-02-15
gpio: intel-mid: Remove driver for deprecated platform
Andy Shevchenko
2021-02-15
gpio: msic: Remove driver for deprecated platform
Andy Shevchenko
2021-02-15
gpio: aggregator: Remove trailing comma in terminator entries
Andy Shevchenko
2021-02-15
gpio: aggregator: Use compound literal from the header
Andy Shevchenko
2021-02-15
gpio: aggregator: Replace isrange() by using get_options()
Andy Shevchenko
2021-02-15
gpio: merrifield: Make bias configuration available for GPIOs
Andy Shevchenko
2021-02-15
gpio: mvebu: add pwm support for Armada 8K/7K
Baruch Siach
2021-02-15
gpio: tegra: Fix irq_set_affinity
Dmitry Osipenko
2021-02-15
gpio: tegra: Support building driver as a loadable module
Dmitry Osipenko
2021-02-15
gpio: tegra: Clean up whitespaces in tegra_gpio_driver
Dmitry Osipenko
2021-02-15
gpio: tegra: Use debugfs_create_devm_seqfile()
Dmitry Osipenko
2021-02-15
gpio: tegra: Improve formatting of the code
Dmitry Osipenko
2021-02-15
gpio: mvebu: improve handling of pwm zero on/off values
Baruch Siach
2021-02-15
gpio: mvebu: don't limit pwm period/duty_cycle to UINT_MAX
Baruch Siach
2021-02-15
gpio: mvebu: make pwm .get_state closer to idempotent
Baruch Siach
2021-02-15
gpio: mvebu: improve pwm period calculation accuracy
Baruch Siach
2021-02-15
gpio: mockup: tweak the Kconfig help text
Bartosz Golaszewski
2021-02-15
gpio: wcove: convert comma to semicolon
Zheng Yongjun
2021-02-15
gpio: vx855: convert comma to semicolon
Zheng Yongjun
2021-02-15
gpio: tegra186: convert comma to semicolon
Zheng Yongjun
2021-02-15
gpio: max77620: convert comma to semicolon
Zheng Yongjun
2021-02-15
gpio: remove zte zx driver
Arnd Bergmann
2021-02-15
gpio: tegra: Fix wake interrupt
Dmitry Osipenko
2021-02-15
gpio: pca953x: Add support for pca9506
Uwe Kleine-König
2021-02-15
gpio: rcar: Add R-Car V3U (R8A779A0) support
Geert Uytterhoeven
2021-02-15
gpio: rcar: Optimize GPIO pin state read on R-Car Gen3
Geert Uytterhoeven
2021-02-15
gpio: bd7xxxx: use helper variable for pdev->dev
Bartosz Golaszewski
2021-02-15
gpio: tegra: Convert to gpio_irq_chip
Thierry Reding
2021-02-15
gpio: visconti: Add Toshiba Visconti GPIO support
Nobuhiro Iwamatsu
2021-02-15
gpio: bd7xxxx: Do not depend on parent driver data
Matti Vaittinen
2021-02-15
gpio: Kconfig: Update help description for GPIO_RCAR config
Lad Prabhakar
2021-02-15
gpio: sl28cpld: convert comma to semicolon
Zheng Yongjun
2021-02-15
gpio: rcar: Remove redundant compatible values
Lad Prabhakar
2021-02-15
gpio: fix spelling mistake in Kconfig "supprot" -> "support"
Colin Ian King
2021-02-10
gpio: ep93xx: Fix single irqchip with multi gpiochips
Nikita Shubin
2021-02-10
gpio: ep93xx: fix BUG_ON port F usage
Nikita Shubin
2021-02-10
gpio: mxs: GPIO_MXS should not default to y unconditionally
Geert Uytterhoeven
2021-02-09
gpiolib: Don't probe gpio_device if it's not the primary device
Saravana Kannan
2021-02-01
gpio: gpiolib: remove shadowed variable
Wolfram Sang
2021-01-29
gpiolib: free device name on error path to fix kmemleak
Quanyang Wang
2021-01-28
Merge tag 'v5.11-rc5' into i2c/for-5.12
Wolfram Sang
2021-01-27
gpiolib: Bind gpio_device to a driver to enable fw_devlink=on by default
Saravana Kannan
2021-01-27
gpiolib: cdev: clear debounce period if line set to output
Kent Gibson
2021-01-25
gpio: msic: Remove driver for deprecated platform
Andy Shevchenko
2021-01-25
gpio: intel-mid: Remove driver for deprecated platform
Andy Shevchenko
2021-01-19
gpio: tegra: Add missing dependencies
Thierry Reding
2021-01-19
gpio: sifive: select IRQ_DOMAIN_HIERARCHY rather than depend on it
Randy Dunlap
2021-01-19
gpio: mvebu: fix pwm .get_state period calculation
Baruch Siach
2021-01-19
gpiolib: add a warning on gpiochip->to_irq defined
Nikita Shubin
2021-01-14
gpio: bd9571mwv: Add BD9574MWF support
Yoshihiro Shimoda
2021-01-14
gpio: bd9571mwv: rid of using struct bd9571mwv
Yoshihiro Shimoda
2021-01-14
gpio: bd9571mwv: Use the SPDX license identifier
Yoshihiro Shimoda
2021-01-05
gpiolib: Follow usual pattern for gpiod_remove_lookup_table() call
Andy Shevchenko
2021-01-03
gpiolib: cdev: fix frame size warning in gpio_ioctl()
Kent Gibson
2020-12-17
Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
2020-12-16
Merge tag 'mfd-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
2020-12-16
gpio: hisi: Do not require ACPI for COMPILE_TEST
Andy Shevchenko
2020-12-16
MAINTAINERS: Add maintainer for HiSilicon GPIO driver
Luo Jiaxing
2020-12-14
gpio: gpio-hisi: Add HiSilicon GPIO support
Luo Jiaxing
2020-12-12
gpio: cs5535: Simplify the return expression of cs5535_gpio_probe()
Zheng Yongjun
2020-12-12
gpiolib: irq hooks: fix recursion in gpiochip_irq_unmask
Nikita Shubin
2020-12-09
Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel
Linus Walleij
2020-12-09
gpiolib: cdev: Flag invalid GPIOs as used
Marc Zyngier
2020-12-09
gpio: eic-sprd: break loop when getting NULL device resource
Chunyan Zhang
2020-12-08
gpio: put virtual gpio device into their own submenu
Enrico Weigelt, metux IT consult
2020-12-08
drivers: gpio: amd8111: use SPDX-License-Identifier
Enrico Weigelt, metux IT consult
2020-12-08
drivers: gpio: amd8111: prefer dev_err()/dev_info() over raw printk
Enrico Weigelt, metux IT consult
2020-12-08
drivers: gpio: bt8xx: prefer dev_err()/dev_warn() over of raw printk
Enrico Weigelt, metux IT consult
2020-12-06
gpio: Add TODO item for debugfs interface
Linus Walleij
2020-12-05
gpio: just plain warning when nonexisting gpio requested
Enrico Weigelt
2020-12-05
gpiolib: cdev: allow edge event timestamps to be configured as REALTIME
Kent Gibson
2020-12-05
gpio: msc313: MStar MSC313 GPIO driver
Daniel Palmer
2020-12-04
gpio: mxs: Remove unused .id_table support
Fabio Estevam
2020-12-04
gpio: tegra186: Set affinity callback to parent
Linus Walleij
2020-12-04
gpio: sifive: Set affinity callback to parent
Linus Walleij
2020-12-04
gpio: sysfs: Enforce character device
Linus Walleij
2020-12-02
gpio: mvebu: switch pwm duration registers to regmap
Baruch Siach
2020-12-02
gpio: mvebu: update Armada XP per-CPU comment
Baruch Siach
2020-12-02
gpio: mvebu: fix potential user-after-free on probe
Baruch Siach
2020-12-02
gpio: zynq: fix reference leak in zynq_gpio functions
Qinglang Miao
2020-12-02
gpiolib: Don't free if pin ranges are not defined
Edmond Chung
2020-12-02
gpio: dwapb: fix NULL pointer dereference at dwapb_gpio_suspend()
Luo Jiaxing
2020-12-02
gpio: arizona: disable pm_runtime in case of failure
Zheng Liang
2020-12-01
gpiolib: do not print err message for EPROBE_DEFER
Grygorii Strashko
2020-12-01
gpio: ath79: Fix fall-through warning for Clang
Gustavo A. R. Silva
2020-12-01
gpiolib: acpi: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-30
gpio: omap: handle deferred probe with dev_err_probe() for gpiochip_add_data()
Grygorii Strashko
2020-11-30
gpio: xra1403: remove unneeded spi_set_drvdata()
Alexandru Ardelean
2020-11-30
gpio: dwapb: Remove unnecessary error message
Damien Le Moal
2020-11-25
gpio: exar: use devm action for freeing the IDA and drop remove()
Bartosz Golaszewski
2020-11-25
gpio: exar: switch to using regmap
Bartosz Golaszewski
2020-11-25
gpio: exar: unduplicate address and offset computation
Bartosz Golaszewski
2020-11-25
gpio: exar: use a helper variable for &pdev->dev
Bartosz Golaszewski
2020-11-25
gpio: exar: switch to a simpler IDA interface
Bartosz Golaszewski
2020-11-25
gpio: exar: include idr.h
Bartosz Golaszewski
2020-11-25
gpio: exar: add a newline after the copyright notice
Bartosz Golaszewski
2020-11-19
gpio: tps65910: use regmap accessors
Michał Mirosław
2020-11-18
gpio: sifive: To get gpio irq offset from device tree data
Greentime Hu
2020-11-18
gpio: mxc: Convert the driver to DT-only
Fabio Estevam
2020-11-18
gpio: gpio-xilinx: Check return value of of_property_read_u32
Srinivas Neeli
2020-11-18
gpio: gpio-xilinx: Add remove function
Srinivas Neeli
2020-11-18
gpio: gpio-xilinx: Add clock support
Srinivas Neeli
2020-11-18
gpio: gpio-xilinx: Arrange headers in sorting order
Srinivas Neeli
2020-11-16
gpiolib: acpi: Use BIT() macro to increase readability
Andy Shevchenko
2020-11-16
gpiolib: acpi: Convert pin_index to be u16
Andy Shevchenko
2020-11-16
gpiolib: acpi: Extract acpi_request_own_gpiod() helper
Andy Shevchenko
2020-11-16
gpiolib: acpi: Make acpi_gpio_to_gpiod_flags() usable for GpioInt()
Andy Shevchenko
2020-11-16
gpiolib: acpi: Set initial value for output pin based on bias and polarity
Vasile-Laurentiu Stanimir
2020-11-16
gpiolib: acpi: Move acpi_gpio_to_gpiod_flags() upper in the code
Andy Shevchenko
2020-11-16
gpiolib: acpi: Move non-critical code outside of critical section
Andy Shevchenko
2020-11-16
gpiolib: acpi: Take into account debounce settings
Andy Shevchenko
2020-11-16
gpiolib: acpi: Use named item for enum gpiod_flags variable
Andy Shevchenko
2020-11-16
gpiolib: acpi: Respect bias settings for GpioInt() resource
Andy Shevchenko
2020-11-16
gpiolib: Introduce gpio_set_debounce_timeout() for internal use
Andy Shevchenko
2020-11-16
gpiolib: Extract gpio_set_config_with_argument_optional() helper
Andy Shevchenko
2020-11-16
gpiolib: move bias related code from gpio_set_config() to gpio_set_bias()
Andy Shevchenko
2020-11-16
gpiolib: Extract gpio_set_config_with_argument() for future use
Andy Shevchenko
2020-11-16
gpiolib: use proper API to pack pin configuration parameters
Andy Shevchenko
2020-11-16
gpiolib: add missed break statement
Andy Shevchenko
2020-11-16
gpiolib: Replace unsigned by unsigned int
Andy Shevchenko
2020-11-16
gpiolib: devres: shrink devm_gpiochip_add_data_with_key()
Bartosz Golaszewski
2020-11-11
Merge branch 'devel' into for-next
Linus Walleij
2020-11-11
gpio: sifive: Fix SiFive gpio probe
Damien Le Moal
2020-11-10
Merge tag 'gpio-fixes-for-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes
Linus Walleij
2020-11-06
gpio: tegra: Use raw_spinlock
Dmitry Osipenko
2020-11-06
gpio: tegra: Add lockdep class
Dmitry Osipenko
2020-11-06
gpio: pcie-idio-24: Enable PEX8311 interrupts
Arnaud de Turckheim