summaryrefslogtreecommitdiff
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'refs/heads/bits/000-devicetree', 'refs/heads/bits/005-maintai...asahi-6.1-rc5-5Hector Martin2022-11-154-0/+776
|\ \
| | * Merge tag 'v6.1-rc1' into syncMiguel Ojeda2022-10-1826-875/+752
| | |\
| | * | rust: rename `Ref` to `Arc`Wedson Almeida Filho2022-10-051-22/+22
| | * | Merge tag 'v6.0-rc7' into syncMiguel Ojeda2022-09-2750-1603/+1230
| | |\ \
| | * | | rust: take str literal instead bstr literal in `module!` macroGary Guo2022-08-051-3/+3
| | * | | Merge tag 'v5.19-rc8' into syncMiguel Ojeda2022-07-244-20/+24
| | |\ \ \
| | * \ \ \ Merge tag 'v5.19-rc6' into syncMiguel Ojeda2022-07-1113-92/+118
| | |\ \ \ \
| | * | | | | rust: use `#[vtable]` for `kernel::irq::Chip`Gary Guo2022-07-051-2/+1
| | * | | | | rust: use `#[vtable]` for `kernel::gpio::Chip`Gary Guo2022-07-051-8/+1
| | * | | | | rust: take lock class keys when registering gpio chipsWedson Almeida Filho2022-07-011-4/+9
| | * | | | | Merge tag 'v5.19-rc1' into syncMiguel Ojeda2022-06-0741-637/+1091
| | |\ \ \ \ \
| | * | | | | | treewide: use `GPL` as the license string instead of `GPL v2`Miguel Ojeda2022-05-271-1/+1
| | * | | | | | Merge tag 'v5.18' into syncMiguel Ojeda2022-05-235-17/+14
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge tag 'v5.18-rc5' into syncMiguel Ojeda2022-05-033-14/+16
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge pull request #740 from wedsonaf/use-raw-spinlockWedson Almeida Filho2022-04-191-5/+5
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | gpio: pl061: use raw spinlockWedson Almeida Filho2022-04-081-5/+5
| | * | | | | | | | | Merge tag 'v5.18-rc2' into syncMiguel Ojeda2022-04-1224-134/+434
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | rust: move error codes to the `error::code` moduleWedson Almeida Filho2022-03-151-14/+14
| | * | | | | | | | | Merge tag 'v5.17-rc8' into syncMiguel Ojeda2022-03-145-19/+37
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge tag 'v5.17-rc6' into syncMiguel Ojeda2022-02-289-48/+96
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge tag 'v5.17-rc2' into syncMiguel Ojeda2022-01-301-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #649 from wedsonaf/pl061-devWedson Almeida Filho2022-01-271-6/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | gpio: pl061: convert pl061 to use new dev print macrosWedson Almeida Filho2022-01-261-6/+11
| | * | | | | | | | | | | | | Merge pull request #650 from ojeda/syncMiguel Ojeda2022-01-2659-653/+2264
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | Merge tag 'v5.17-rc1' into syncMiguel Ojeda2022-01-2559-653/+2264
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | gpio: pl061: add general data not protected by spinlockWedson Almeida Filho2022-01-251-14/+20
| | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | rust: avoid the need of crate attributes in kernel modulesMiguel Ojeda2022-01-201-3/+0
| | * | | | | | | | | | | | | rust: update `amba` to use the new constant device id tableWedson Almeida Filho2022-01-131-5/+5
| | * | | | | | | | | | | | | Merge tag 'v5.16' into syncMiguel Ojeda2022-01-103-16/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | gpio: pl061: fix 32-bit builds of PL061 Rust driver.Wedson Almeida Filho2021-12-201-3/+3
| | * | | | | | | | | | | | | | gpio: pl061: update `Kconfig` to include dependency on `RUST`.Wedson Almeida Filho2021-12-021-1/+1
| | * | | | | | | | | | | | | | gpio: pl061: add rust implementation of pl061 gpio driver.Wedson Almeida Filho2021-11-303-0/+371
| * | | | | | | | | | | | | | | gpio: macsmc: Add IRQ supportHector Martin2022-11-151-0/+150
| * | | | | | | | | | | | | | | gpio: Add new gpio-macsmc driver for Apple MacsHector Martin2022-11-153-0/+250
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | / gpio: tegra: Convert to immutable irq chipSvyatoslav Ryhel2022-10-201-16/+44
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-121-4/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | gpio: mlxbf2: Use generic_handle_irq_safe()Sebastian Andrzej Siewior2022-09-191-4/+2
* | | | | | | | | | | | | | | Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2022-10-111-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | gpio: rockchip: request GPIO mux to pinctrl when setting directionQuentin Schulz2022-10-041-0/+7
* | | | | | | | | | | | | | | | Merge tag 'input-for-v6.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-113-461/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | gpio: gpio-adp5588: drop the driverNuno Sá2022-08-303-461/+0
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2022-10-102-3/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'acpi-apei', 'acpi-wakeup', 'acpi-reboot' and 'acpi-thermal'Rafael J. Wysocki2022-10-102-3/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | |
| | * / | | | | | | | | | | | | | | gpiolib: acpi: Add wake_capable variants of acpi_dev_gpio_irq_getRaul E Rangel2022-10-042-3/+14
| | |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-10-0818-266/+550
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | gpio: tc3589x: Make irqchip immutableLinus Walleij2022-10-031-2/+6
| * | | | | | | | | | | | | | | | | gpiolib: cdev: add fdinfo output for line request file descriptorsBartosz Golaszewski2022-09-261-0/+18
| * | | | | | | | | | | | | | | | | Merge tag 'intel-gpio-v6.1-1' of gitolite.kernel.org:pub/scm/linux/kernel/git...Bartosz Golaszewski2022-09-201-4/+34
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | gpiolib: acpi: Add a quirk for Asus UM325UAZMario Limonciello2022-09-051-0/+14
| | * | | | | | | | | | | | | | | | | gpiolib: acpi: Add support to ignore programming an interruptMario Limonciello2022-09-051-4/+20