index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mchp_pci1xxxx
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-4
/
+4
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
-1
/
+1
2025-05-21
misc: microchip: pci1xxxx: Add GPIO Wakeup Support
Rengarajan S
-0
/
+61
2025-05-21
misc: microchip: pci1xxxx: Add PCIe Hot reset disable support for Rev C0 and ...
Rengarajan S
-0
/
+31
2025-04-28
Merge 6.15-rc4 into char-misc-next
Greg Kroah-Hartman
-2
/
+6
2025-04-15
misc: microchip: pci1xxxx: Fix incorrect IRQ status handling during ack
Rengarajan S
-1
/
+1
2025-04-15
misc: microchip: pci1xxxx: Fix Kernel panic during IRQ handler registration
Rengarajan S
-1
/
+5
2025-04-15
misc: microchip: pci1xxxx: use new GPIO line value setter callbacks
Bartosz Golaszewski
-3
/
+4
2025-01-13
Merge 6.13-rc4 into char-misc-next
Greg Kroah-Hartman
-2
/
+2
2025-01-08
misc: microchip: pci1xxxx: Resolve return code mismatch during GPIO set config
Rengarajan S
-1
/
+1
2025-01-08
misc: microchip: pci1xxxx: Resolve kernel panic during GPIO IRQ handling
Rengarajan S
-1
/
+1
2025-01-08
misc: microchip: pci1xxxx: Add push-pull drive support for GPIO
Rengarajan S
-0
/
+3
2024-10-13
misc: microchip: pci1xxxx: add support for NVMEM_DEVID_AUTO for OTP device
Heiko Thiery
-0
/
+1
2024-10-13
misc: microchip: pci1xxxx: add support for NVMEM_DEVID_AUTO for EEPROM device
Heiko Thiery
-0
/
+1
2024-07-03
misc: microchip: pci1xxxx: Fix return value of nvmem callbacks
Joy Chakraborty
-4
/
+0
2024-06-04
misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_...
Yongzhi Liu
-2
/
+4
2024-06-04
misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bu...
Yongzhi Liu
-0
/
+3
2023-08-12
misc: microchip: pci1xxxx: Fix some NULL vs IS_ERR() bugs
Dan Carpenter
-4
/
+4
2023-08-04
misc: microchip: pci1xxxx: Add support to read and write into PCI1XXXX EEPROM...
Kumaravel Thiagarajan
-0
/
+140
2023-08-04
misc: microchip: pci1xxxx: Add support to read and write into PCI1XXXX OTP vi...
Kumaravel Thiagarajan
-1
/
+305
2023-03-09
misc: microchip: pci1xxxx: Convert to immutable irqchip
Linus Walleij
-2
/
+8
2022-09-22
misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_...
Christophe JAILLET
-2
/
+1
2022-09-22
misc: microchip: pci1xxxx: Do not disable the pci device twice in gp_aux_bus_...
Christophe JAILLET
-1
/
+0
2022-09-22
misc: microchip: pci1xxxx: use DEFINE_SIMPLE_DEV_PM_OPS() in place of the SIM...
Kumaravel Thiagarajan
-1
/
+1
2022-09-22
misc: microchip: pci1xxxx: Remove duplicate include
Yihao Han
-1
/
+0
2022-09-09
misc: microchip: pci1xxxx: use module_auxiliary_driver
Wei Yongjun
-13
/
+1
2022-09-09
misc: microchip: pci1xxxx: Add missing MODULE_DEVICE_TABLE
Wei Yongjun
-0
/
+1
2022-09-09
misc: microchip: pci1xxxx: Make symbol 'pci1xxxx_gpio_auxiliary_id_table' static
Wei Yongjun
-1
/
+1
2022-09-09
misc: microchip: pci1xxxx: Fix missing spin_lock_init()
Wei Yongjun
-0
/
+1
2022-09-09
misc: microchip: pci1xxxx: fix error handling in gp_aux_bus_probe()
Wei Yongjun
-4
/
+5
2022-09-06
misc: microchip: pci1xxxx: fix dependency issues in building the pci1xxxx's a...
Kumaravel Thiagarajan
-1
/
+3
2022-09-02
misc: microchip: pci1xxxx: Add power management functions - suspend & resume ...
Kumaravel Thiagarajan
-0
/
+37
2022-09-02
misc: microchip: pci1xxxx: Add gpio irq handler and irq helper functions irq_...
Kumaravel Thiagarajan
-0
/
+159
2022-09-02
misc: microchip: pci1xxxx: Add functions to configure gpio pins as input / ou...
Kumaravel Thiagarajan
-0
/
+79
2022-09-02
misc: microchip: pci1xxxx: load gpio driver for the gpio controller auxiliary...
Kumaravel Thiagarajan
-1
/
+164
2022-09-02
misc: microchip: pci1xxxx: load auxiliary bus driver for the PIO function in ...
Kumaravel Thiagarajan
-0
/
+206