summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-cy8c95x0.c
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: acpi: Pass con_id instead of property into acpi_dev_gpio_irq_get_by()Andy Shevchenko2024-04-151-1/+1
* Merge tag 'pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2024-01-171-143/+315
|\
| * pinctrl: cy8c95x0: Cache muxed registersPatrick Rudolph2023-12-201-143/+315
* | pinctrl: cy8c95x0: Fix get_pincfgPatrick Rudolph2023-12-201-0/+2
* | pinctrl: cy8c95x0: Fix regressionPatrick Rudolph2023-12-201-0/+10
* | pinctrl: cy8c95x0: Fix typoPatrick Rudolph2023-12-201-1/+1
* | pinctrl: cy8c95x0: Fix doc warningLinus Walleij2023-11-141-0/+1
|/
* treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski2023-11-041-1/+1
* treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski2023-11-041-1/+1
* pinctrl: cy8c95x0: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-041-2/+2
* pinctrl: cy8c95x0: Simplify probe()Biju Das2023-09-121-3/+1
* pinctrl: cy8c95x0: Add reset supportPatrick Rudolph2023-07-201-0/+15
* pinctrl: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-291-1/+1
* Merge tag 'intel-pinctrl-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2022-10-261-0/+1
|\
| * pinctrl: cy8c95x0: Add missing header(s)Andy Shevchenko2022-10-241-0/+1
* | pinctrl: cy8c95x0: Don't use cy8c95x0_set_mode() twiceAndy Shevchenko2022-10-211-4/+4
* | pinctrl: cy8c95x0: Implement ->gpio_request_enable() and ->gpio_set_direction()Andy Shevchenko2022-10-171-44/+68
* | pinctrl: cy8c95x0: Extract cy8c95x0_set_mode() helperAndy Shevchenko2022-10-171-5/+16
|/
* pinctrl: cy8c95x0: Align function names in cy8c95x0_pmxopsAndy Shevchenko2022-09-201-6/+6
* pinctrl: cy8c95x0: Drop atomicity on operations on push_pullAndy Shevchenko2022-09-201-7/+8
* pinctrl: cy8c95x0: Lock register accesses in cy8c95x0_set_mux()Andy Shevchenko2022-09-201-1/+6
* pinctrl: cy8c95x0: Use 'default' in all switch-cases (part 2)Andy Shevchenko2022-09-091-2/+2
* pinctrl: cy8c95x0: Correct comment styleAndy Shevchenko2022-09-081-20/+20
* pinctrl: cy8c95x0: use bits.h macros for all masksAndy Shevchenko2022-09-081-9/+9
* pinctrl: cy8c95x0: Override IRQ for one of the expanders on Galileo Gen 1Andy Shevchenko2022-09-081-0/+48
* pinctrl: cy8c95x0: support ACPI device found on Galileo Gen1Andy Shevchenko2022-09-081-0/+7
* pinctrl: cy8c95x0: Make use of device propertiesAndy Shevchenko2022-09-081-7/+9
* pinctrl: cy8c95x0: Implement ->pin_dbg_show()Andy Shevchenko2022-09-081-8/+32
* pinctrl: cy8c95x0: Use 'default' in all switch-casesAndy Shevchenko2022-09-081-6/+8
* pinctrl: cy8c95x0: Remove custom ->set_config()Andy Shevchenko2022-09-081-25/+1
* pinctrl: cy8c95x0: Remove useless conditionalsAndy Shevchenko2022-09-081-14/+0
* pinctrl: cy8c95x0: Remove device initializationAndy Shevchenko2022-09-081-28/+0
* pinctrl: cy8c95x0: Enable GPIO rangeAndy Shevchenko2022-09-081-4/+18
* pinctrl: cy8c95x0: Drop unneeded npins assignmentAndy Shevchenko2022-09-081-1/+0
* pinctrl: cy8c95x0: Fix pin control name to enable more than oneAndy Shevchenko2022-09-081-2/+1
* pinctrl: cy8c95x0: Fix return value in cy8c95x0_detect()Andy Shevchenko2022-09-081-1/+1
* pinctrl: cy8c95x0: Allow IRQ chip core to handle numberingAndy Shevchenko2022-09-081-1/+0
* pinctrl: cy8c95x0: make irq_chip immutableAndy Shevchenko2022-09-081-13/+19
* pinctrl: fixup for "i2c: Make remove callback return void"Stephen Rothwell2022-08-261-3/+1
* pinctrl: Add Cypress cy8c95x0 supportPatrick Rudolph2022-08-251-0/+1381