summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-cy8c95x0.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-10pinctrl: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)1-3/+3
2026-04-18Merge tag 'pinctrl-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-55/+38
2026-03-10pinctrl: cy8c95x0: Avoid returning positive values to user spaceAndy Shevchenko1-1/+1
2026-02-26pinctrl: cy8c95x0: Gather ID tables in one placeAndy Shevchenko1-19/+19
2026-02-26pinctrl: cy8c95x0: Eliminate fragile use of I²C ID tableAndy Shevchenko1-3/+3
2026-02-26pinctrl: cy8c95x0: Drop unused 'name' in struct cy8c95x0_pinctrlAndy Shevchenko1-5/+0
2026-02-26pinctrl: cy8c95x0: Move driver data to the local variable in ->probe()Andy Shevchenko1-6/+3
2026-02-26pinctrl: cy8c95x0: Unify messages with help of dev_err_probe()Andy Shevchenko1-4/+2
2026-02-26pinctrl: cy8c95x0: remove duplicate error messageAndy Shevchenko1-16/+5
2026-02-26pinctrl: cy8c95x0: Use devm_mutex_init() for mutex initializationAndy Shevchenko1-2/+6
2026-02-26pinctrl: cy8c95x0: Don't miss reading the last bank registersAndy Shevchenko1-2/+2
2025-09-08pinctrl: generic: rename PIN_CONFIG_OUTPUT to LEVELLinus Walleij1-1/+1
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski1-2/+2
2025-04-17pinctrl: cy8c95x0: use new GPIO line value setter callbacksBartosz Golaszewski1-8/+9
2025-02-17pinctrl: cy8c95x0: Fix comment styleAndy Shevchenko1-1/+2
2025-02-17pinctrl: cy8c95x0: Separate EEPROM related register definitiosAndy Shevchenko1-0/+4
2025-02-17pinctrl: cy8c95x0: Drop unneeded castingAndy Shevchenko1-1/+1
2025-02-17pinctrl: cy8c95x0: Get rid of cy8c95x0_pinmux_direction() forward declarationAndy Shevchenko1-29/+25
2025-02-17pinctrl: cy8c95x0: Initialise boolean variable with boolean valuesAndy Shevchenko1-2/+2
2025-02-17pinctrl: cy8c95x0: Replace 'return ret' by 'return 0' in some casesAndy Shevchenko1-3/+3
2025-02-17pinctrl: cy8c95x0: Remove redundant check in cy8c95x0_regmap_update_bits_base()Andy Shevchenko1-11/+5
2025-02-17pinctrl: cy8c95x0: Transform to cy8c95x0_regmap_read_bits()Andy Shevchenko1-20/+25
2025-02-17pinctrl: cy8c95x0; Switch to use for_each_set_clump8()Andy Shevchenko1-15/+9
2025-02-17pinctrl: cy8c95x0: Use better bitmap APIs where appropriateAndy Shevchenko1-21/+12
2025-02-03pinctrl: cy8c95x0: Respect IRQ trigger settings from firmwareAndy Shevchenko1-1/+1
2025-02-03pinctrl: cy8c95x0: Rename PWMSEL to SELPWMAndy Shevchenko1-7/+7
2025-02-03pinctrl: cy8c95x0: Enable regmap locking for debugAndy Shevchenko1-0/+4
2025-02-03pinctrl: cy8c95x0: Avoid accessing reserved registersAndy Shevchenko1-6/+10
2025-02-03pinctrl: cy8c95x0: Fix off-by-one in the regmap range settingsAndy Shevchenko1-3/+3
2024-11-13pinctrl: cy8c95x0: remove unneeded goto labelsAndy Shevchenko1-18/+8
2024-11-13pinctrl: cy8c95x0: embed iterator to the for-loopAndy Shevchenko1-21/+15
2024-11-13pinctrl: cy8c95x0: Use temporary variable for struct deviceAndy Shevchenko1-6/+7
2024-11-13pinctrl: cy8c95x0: use flexible sleeping in reset functionAndy Shevchenko1-4/+3
2024-11-13pinctrl: cy8c95x0: switch to using devm_regulator_get_enable()Andy Shevchenko1-47/+11
2024-11-13pinctrl: cy8c95x0: Use 2-argument strscpy()Andy Shevchenko1-4/+4
2024-09-13pinctrl: pinctrl-cy8c95x0: Fix regcachePatrick Rudolph1-5/+9
2024-07-03pinctrl: cy8c95x0: Update cache modificationPatrick Rudolph1-13/+9
2024-07-03pinctrl: cy8c95x0: Use cleanup.hPatrick Rudolph1-9/+4
2024-06-17pinctrl: cy8c95x0: Use REGCACHE_MAPLEPatrick Rudolph1-1/+1
2024-06-17pinctrl: cy8c95x0: Use regmap rangesPatrick Rudolph1-126/+53
2024-06-17pinctrl: cy8c95x0: Use single I2C lockPatrick Rudolph1-15/+17
2024-04-15gpiolib: acpi: Pass con_id instead of property into acpi_dev_gpio_irq_get_by()Andy Shevchenko1-1/+1
2024-01-17Merge tag 'pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-143/+315
2023-12-20pinctrl: cy8c95x0: Cache muxed registersPatrick Rudolph1-143/+315
2023-12-20pinctrl: cy8c95x0: Fix get_pincfgPatrick Rudolph1-0/+2
2023-12-20pinctrl: cy8c95x0: Fix regressionPatrick Rudolph1-0/+10
2023-12-20pinctrl: cy8c95x0: Fix typoPatrick Rudolph1-1/+1
2023-11-14pinctrl: cy8c95x0: Fix doc warningLinus Walleij1-0/+1
2023-11-04treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski1-1/+1