summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-cy8c95x0.c
AgeCommit message (Expand)Author
2025-04-17pinctrl: cy8c95x0: use new GPIO line value setter callbacksBartosz Golaszewski
2025-02-17pinctrl: cy8c95x0: Fix comment styleAndy Shevchenko
2025-02-17pinctrl: cy8c95x0: Separate EEPROM related register definitiosAndy Shevchenko
2025-02-17pinctrl: cy8c95x0: Drop unneeded castingAndy Shevchenko
2025-02-17pinctrl: cy8c95x0: Get rid of cy8c95x0_pinmux_direction() forward declarationAndy Shevchenko
2025-02-17pinctrl: cy8c95x0: Initialise boolean variable with boolean valuesAndy Shevchenko
2025-02-17pinctrl: cy8c95x0: Replace 'return ret' by 'return 0' in some casesAndy Shevchenko
2025-02-17pinctrl: cy8c95x0: Remove redundant check in cy8c95x0_regmap_update_bits_base()Andy Shevchenko
2025-02-17pinctrl: cy8c95x0: Transform to cy8c95x0_regmap_read_bits()Andy Shevchenko
2025-02-17pinctrl: cy8c95x0; Switch to use for_each_set_clump8()Andy Shevchenko
2025-02-17pinctrl: cy8c95x0: Use better bitmap APIs where appropriateAndy Shevchenko
2025-02-03pinctrl: cy8c95x0: Respect IRQ trigger settings from firmwareAndy Shevchenko
2025-02-03pinctrl: cy8c95x0: Rename PWMSEL to SELPWMAndy Shevchenko
2025-02-03pinctrl: cy8c95x0: Enable regmap locking for debugAndy Shevchenko
2025-02-03pinctrl: cy8c95x0: Avoid accessing reserved registersAndy Shevchenko
2025-02-03pinctrl: cy8c95x0: Fix off-by-one in the regmap range settingsAndy Shevchenko
2024-11-13pinctrl: cy8c95x0: remove unneeded goto labelsAndy Shevchenko
2024-11-13pinctrl: cy8c95x0: embed iterator to the for-loopAndy Shevchenko
2024-11-13pinctrl: cy8c95x0: Use temporary variable for struct deviceAndy Shevchenko
2024-11-13pinctrl: cy8c95x0: use flexible sleeping in reset functionAndy Shevchenko
2024-11-13pinctrl: cy8c95x0: switch to using devm_regulator_get_enable()Andy Shevchenko
2024-11-13pinctrl: cy8c95x0: Use 2-argument strscpy()Andy Shevchenko
2024-09-13pinctrl: pinctrl-cy8c95x0: Fix regcachePatrick Rudolph
2024-07-03pinctrl: cy8c95x0: Update cache modificationPatrick Rudolph
2024-07-03pinctrl: cy8c95x0: Use cleanup.hPatrick Rudolph
2024-06-17pinctrl: cy8c95x0: Use REGCACHE_MAPLEPatrick Rudolph
2024-06-17pinctrl: cy8c95x0: Use regmap rangesPatrick Rudolph
2024-06-17pinctrl: cy8c95x0: Use single I2C lockPatrick Rudolph
2024-04-15gpiolib: acpi: Pass con_id instead of property into acpi_dev_gpio_irq_get_by()Andy Shevchenko
2024-01-17Merge tag 'pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2023-12-20pinctrl: cy8c95x0: Cache muxed registersPatrick Rudolph
2023-12-20pinctrl: cy8c95x0: Fix get_pincfgPatrick Rudolph
2023-12-20pinctrl: cy8c95x0: Fix regressionPatrick Rudolph
2023-12-20pinctrl: cy8c95x0: Fix typoPatrick Rudolph
2023-11-14pinctrl: cy8c95x0: Fix doc warningLinus Walleij
2023-11-04treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski
2023-11-04treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski
2023-11-04pinctrl: cy8c95x0: use new pinctrl GPIO helpersBartosz Golaszewski
2023-09-12pinctrl: cy8c95x0: Simplify probe()Biju Das
2023-07-20pinctrl: cy8c95x0: Add reset supportPatrick Rudolph
2023-05-29pinctrl: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-10-26Merge tag 'intel-pinctrl-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij
2022-10-24pinctrl: cy8c95x0: Add missing header(s)Andy Shevchenko
2022-10-21pinctrl: cy8c95x0: Don't use cy8c95x0_set_mode() twiceAndy Shevchenko
2022-10-17pinctrl: cy8c95x0: Implement ->gpio_request_enable() and ->gpio_set_direction()Andy Shevchenko
2022-10-17pinctrl: cy8c95x0: Extract cy8c95x0_set_mode() helperAndy Shevchenko
2022-09-20pinctrl: cy8c95x0: Align function names in cy8c95x0_pmxopsAndy Shevchenko
2022-09-20pinctrl: cy8c95x0: Drop atomicity on operations on push_pullAndy Shevchenko
2022-09-20pinctrl: cy8c95x0: Lock register accesses in cy8c95x0_set_mux()Andy Shevchenko
2022-09-09pinctrl: cy8c95x0: Use 'default' in all switch-cases (part 2)Andy Shevchenko