index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
airoha
Age
Commit message (
Expand
)
Author
2026-08-07
pinctrl: airoha: add support of an7563 SoC
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: try to find chip scu node by phandle first
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: add support of en7523 SoC
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: an7583: add support for olt pinmux
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: an7583: add support for pon_alt pinmux
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: an7583: add support for npu_uart pinmux
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: an7583: rename registers to match its an7583 names
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: an7583: remove an7583 prefix from variable names and definit...
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: an7581: remove en7581 prefix from variable names
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: split driver on shared code and SoC specific drivers
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: move common definitions to the separate header
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: statically allocate gpio regs structure
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: remove not needed irq_type[] array
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: fix edge-triggered interrupts handling
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: fix IRQ mask/unmask code
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: add missed IRQ resource helpers
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: fix getting gpiochip/pinctrl pointers in the IRQ handling code
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: minor improvements
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: add set_direction() helper for gpio_chip
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: add missed get_direction() function for gpio_chip
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: an7583: fix spi group pins
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: fix AN7583 MDIO pin mux config
Daniel Schwierzeck
2026-08-07
pinctrl: airoha: fix I2C pin mux config for AN7583
Daniel Schwierzeck
2026-08-07
pinctrl: airoha: fix I2C1 pin mux config for AN7581
Daniel Schwierzeck
2026-08-07
pinctrl: airoha: an7583: fix muxing of non-gpio default pins
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: an7581: fix mux/conf of pcie_reset pins
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: an7583: fix I2C0_SDA_PD register bit order
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: an7581: fix pinconf of i2c_scl/i2c_sda pins
Mikhail Kshevetskiy
2026-08-07
pinctrl: airoha: fix mdio bitfield names
Mikhail Kshevetskiy
2026-08-06
pinctrl: Use IRQ trigger mask helpers
Maulik Shah
2026-07-25
pinctrl: airoha: Remove redundant dev_err()
Pan Chuang
2026-06-11
pinctrl: airoha: an7583: remove undefined groups from pcm_spi pin function
Mikhail Kshevetskiy
2026-06-11
pinctrl: airoha: an7583: fix phy1_led1 pin function
Mikhail Kshevetskiy
2026-06-11
pinctrl: airoha: an7583: add missed gpio22 pin group
Mikhail Kshevetskiy
2026-06-11
pinctrl: airoha: an7583: fix gpio21 pin group
Mikhail Kshevetskiy
2026-06-11
pinctrl: airoha: fix pwm pin function for an7581 and an7583
Mikhail Kshevetskiy
2026-06-11
pinctrl: airoha: an7583: fix incorrect led mapping in phy4_led1 pin function
Mikhail Kshevetskiy
2026-06-11
pinctrl: airoha: an7581: fix incorrect led mapping in phy4_led1 pin function
Mikhail Kshevetskiy
2026-06-11
pinctrl: airoha: an7583: fix misprint in gpio19 pinconf
Mikhail Kshevetskiy
2026-06-11
pinctrl: airoha: an7581: fix misprint in gpio19 pinconf
Mikhail Kshevetskiy
2026-06-11
pinctrl: airoha: an7583: add missed gpio32 pin group
Mikhail Kshevetskiy
2026-06-11
pinctrl: airoha: an7581: add missed gpio32 pin group
Mikhail Kshevetskiy
2026-06-08
pinctrl: Move Airoha driver to dedicated directory
Christian Marangi