summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mchp_pci1xxxx
Commit message (Expand)AuthorAgeFilesLines
* misc: microchip: pci1xxxx: Fix some NULL vs IS_ERR() bugsDan Carpenter2023-08-121-4/+4
* misc: microchip: pci1xxxx: Add support to read and write into PCI1XXXX EEPROM...Kumaravel Thiagarajan2023-08-041-0/+140
* misc: microchip: pci1xxxx: Add support to read and write into PCI1XXXX OTP vi...Kumaravel Thiagarajan2023-08-043-1/+305
* misc: microchip: pci1xxxx: Convert to immutable irqchipLinus Walleij2023-03-091-2/+8
* misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_...Christophe JAILLET2022-09-221-2/+1
* misc: microchip: pci1xxxx: Do not disable the pci device twice in gp_aux_bus_...Christophe JAILLET2022-09-221-1/+0
* misc: microchip: pci1xxxx: use DEFINE_SIMPLE_DEV_PM_OPS() in place of the SIM...Kumaravel Thiagarajan2022-09-221-1/+1
* misc: microchip: pci1xxxx: Remove duplicate includeYihao Han2022-09-221-1/+0
* misc: microchip: pci1xxxx: use module_auxiliary_driverWei Yongjun2022-09-091-13/+1
* misc: microchip: pci1xxxx: Add missing MODULE_DEVICE_TABLEWei Yongjun2022-09-091-0/+1
* misc: microchip: pci1xxxx: Make symbol 'pci1xxxx_gpio_auxiliary_id_table' staticWei Yongjun2022-09-091-1/+1
* misc: microchip: pci1xxxx: Fix missing spin_lock_init()Wei Yongjun2022-09-091-0/+1
* misc: microchip: pci1xxxx: fix error handling in gp_aux_bus_probe()Wei Yongjun2022-09-091-4/+5
* misc: microchip: pci1xxxx: fix dependency issues in building the pci1xxxx's a...Kumaravel Thiagarajan2022-09-061-1/+3
* misc: microchip: pci1xxxx: Add power management functions - suspend & resume ...Kumaravel Thiagarajan2022-09-021-0/+37
* misc: microchip: pci1xxxx: Add gpio irq handler and irq helper functions irq_...Kumaravel Thiagarajan2022-09-021-0/+159
* misc: microchip: pci1xxxx: Add functions to configure gpio pins as input / ou...Kumaravel Thiagarajan2022-09-021-0/+79
* misc: microchip: pci1xxxx: load gpio driver for the gpio controller auxiliary...Kumaravel Thiagarajan2022-09-022-1/+164
* misc: microchip: pci1xxxx: load auxiliary bus driver for the PIO function in ...Kumaravel Thiagarajan2022-09-024-0/+206