aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mchp_pci1xxxx
AgeCommit message (Expand)AuthorFilesLines
2023-08-12misc: microchip: pci1xxxx: Fix some NULL vs IS_ERR() bugsDan Carpenter1-4/+4
2023-08-04misc: microchip: pci1xxxx: Add support to read and write into PCI1XXXX EEPROM...Kumaravel Thiagarajan1-0/+140
2023-08-04misc: microchip: pci1xxxx: Add support to read and write into PCI1XXXX OTP vi...Kumaravel Thiagarajan3-1/+305
2023-03-09misc: microchip: pci1xxxx: Convert to immutable irqchipLinus Walleij1-2/+8
2022-09-22misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_...Christophe JAILLET1-2/+1
2022-09-22misc: microchip: pci1xxxx: Do not disable the pci device twice in gp_aux_bus_...Christophe JAILLET1-1/+0
2022-09-22misc: microchip: pci1xxxx: use DEFINE_SIMPLE_DEV_PM_OPS() in place of the SIM...Kumaravel Thiagarajan1-1/+1
2022-09-22misc: microchip: pci1xxxx: Remove duplicate includeYihao Han1-1/+0
2022-09-09misc: microchip: pci1xxxx: use module_auxiliary_driverWei Yongjun1-13/+1
2022-09-09misc: microchip: pci1xxxx: Add missing MODULE_DEVICE_TABLEWei Yongjun1-0/+1
2022-09-09misc: microchip: pci1xxxx: Make symbol 'pci1xxxx_gpio_auxiliary_id_table' staticWei Yongjun1-1/+1
2022-09-09misc: microchip: pci1xxxx: Fix missing spin_lock_init()Wei Yongjun1-0/+1
2022-09-09misc: microchip: pci1xxxx: fix error handling in gp_aux_bus_probe()Wei Yongjun1-4/+5
2022-09-06misc: microchip: pci1xxxx: fix dependency issues in building the pci1xxxx's a...Kumaravel Thiagarajan1-1/+3
2022-09-02misc: microchip: pci1xxxx: Add power management functions - suspend & resume ...Kumaravel Thiagarajan1-0/+37
2022-09-02misc: microchip: pci1xxxx: Add gpio irq handler and irq helper functions irq_...Kumaravel Thiagarajan1-0/+159
2022-09-02misc: microchip: pci1xxxx: Add functions to configure gpio pins as input / ou...Kumaravel Thiagarajan1-0/+79
2022-09-02misc: microchip: pci1xxxx: load gpio driver for the gpio controller auxiliary...Kumaravel Thiagarajan2-1/+164
2022-09-02misc: microchip: pci1xxxx: load auxiliary bus driver for the PIO function in ...Kumaravel Thiagarajan4-0/+206