index
:
pub/scm/linux/kernel/git/cem/linux.git
master
cem's fork of linux.git
Carlos Maiolino
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
pinctrl-cy8c95x0.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-03
Replace <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-10
pinctrl: Use named initializers for arrays of i2c_device_data
Uwe Kleine-König (The Capable Hub)
1
-3
/
+3
2026-04-18
Merge tag 'pinctrl-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-55
/
+38
2026-03-10
pinctrl: cy8c95x0: Avoid returning positive values to user space
Andy Shevchenko
1
-1
/
+1
2026-02-26
pinctrl: cy8c95x0: Gather ID tables in one place
Andy Shevchenko
1
-19
/
+19
2026-02-26
pinctrl: cy8c95x0: Eliminate fragile use of I²C ID table
Andy Shevchenko
1
-3
/
+3
2026-02-26
pinctrl: cy8c95x0: Drop unused 'name' in struct cy8c95x0_pinctrl
Andy Shevchenko
1
-5
/
+0
2026-02-26
pinctrl: cy8c95x0: Move driver data to the local variable in ->probe()
Andy Shevchenko
1
-6
/
+3
2026-02-26
pinctrl: cy8c95x0: Unify messages with help of dev_err_probe()
Andy Shevchenko
1
-4
/
+2
2026-02-26
pinctrl: cy8c95x0: remove duplicate error message
Andy Shevchenko
1
-16
/
+5
2026-02-26
pinctrl: cy8c95x0: Use devm_mutex_init() for mutex initialization
Andy Shevchenko
1
-2
/
+6
2026-02-26
pinctrl: cy8c95x0: Don't miss reading the last bank registers
Andy Shevchenko
1
-2
/
+2
2025-09-08
pinctrl: generic: rename PIN_CONFIG_OUTPUT to LEVEL
Linus Walleij
1
-1
/
+1
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
1
-2
/
+2
2025-04-17
pinctrl: cy8c95x0: use new GPIO line value setter callbacks
Bartosz Golaszewski
1
-8
/
+9
2025-02-17
pinctrl: cy8c95x0: Fix comment style
Andy Shevchenko
1
-1
/
+2
2025-02-17
pinctrl: cy8c95x0: Separate EEPROM related register definitios
Andy Shevchenko
1
-0
/
+4
2025-02-17
pinctrl: cy8c95x0: Drop unneeded casting
Andy Shevchenko
1
-1
/
+1
2025-02-17
pinctrl: cy8c95x0: Get rid of cy8c95x0_pinmux_direction() forward declaration
Andy Shevchenko
1
-29
/
+25
2025-02-17
pinctrl: cy8c95x0: Initialise boolean variable with boolean values
Andy Shevchenko
1
-2
/
+2
2025-02-17
pinctrl: cy8c95x0: Replace 'return ret' by 'return 0' in some cases
Andy Shevchenko
1
-3
/
+3
2025-02-17
pinctrl: cy8c95x0: Remove redundant check in cy8c95x0_regmap_update_bits_base()
Andy Shevchenko
1
-11
/
+5
2025-02-17
pinctrl: cy8c95x0: Transform to cy8c95x0_regmap_read_bits()
Andy Shevchenko
1
-20
/
+25
2025-02-17
pinctrl: cy8c95x0; Switch to use for_each_set_clump8()
Andy Shevchenko
1
-15
/
+9
2025-02-17
pinctrl: cy8c95x0: Use better bitmap APIs where appropriate
Andy Shevchenko
1
-21
/
+12
2025-02-03
pinctrl: cy8c95x0: Respect IRQ trigger settings from firmware
Andy Shevchenko
1
-1
/
+1
2025-02-03
pinctrl: cy8c95x0: Rename PWMSEL to SELPWM
Andy Shevchenko
1
-7
/
+7
2025-02-03
pinctrl: cy8c95x0: Enable regmap locking for debug
Andy Shevchenko
1
-0
/
+4
2025-02-03
pinctrl: cy8c95x0: Avoid accessing reserved registers
Andy Shevchenko
1
-6
/
+10
2025-02-03
pinctrl: cy8c95x0: Fix off-by-one in the regmap range settings
Andy Shevchenko
1
-3
/
+3
2024-11-13
pinctrl: cy8c95x0: remove unneeded goto labels
Andy Shevchenko
1
-18
/
+8
2024-11-13
pinctrl: cy8c95x0: embed iterator to the for-loop
Andy Shevchenko
1
-21
/
+15
2024-11-13
pinctrl: cy8c95x0: Use temporary variable for struct device
Andy Shevchenko
1
-6
/
+7
2024-11-13
pinctrl: cy8c95x0: use flexible sleeping in reset function
Andy Shevchenko
1
-4
/
+3
2024-11-13
pinctrl: cy8c95x0: switch to using devm_regulator_get_enable()
Andy Shevchenko
1
-47
/
+11
2024-11-13
pinctrl: cy8c95x0: Use 2-argument strscpy()
Andy Shevchenko
1
-4
/
+4
2024-09-13
pinctrl: pinctrl-cy8c95x0: Fix regcache
Patrick Rudolph
1
-5
/
+9
2024-07-03
pinctrl: cy8c95x0: Update cache modification
Patrick Rudolph
1
-13
/
+9
2024-07-03
pinctrl: cy8c95x0: Use cleanup.h
Patrick Rudolph
1
-9
/
+4
2024-06-17
pinctrl: cy8c95x0: Use REGCACHE_MAPLE
Patrick Rudolph
1
-1
/
+1
2024-06-17
pinctrl: cy8c95x0: Use regmap ranges
Patrick Rudolph
1
-126
/
+53
2024-06-17
pinctrl: cy8c95x0: Use single I2C lock
Patrick Rudolph
1
-15
/
+17
2024-04-15
gpiolib: acpi: Pass con_id instead of property into acpi_dev_gpio_irq_get_by()
Andy Shevchenko
1
-1
/
+1
2024-01-17
Merge tag 'pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-143
/
+315
2023-12-20
pinctrl: cy8c95x0: Cache muxed registers
Patrick Rudolph
1
-143
/
+315
2023-12-20
pinctrl: cy8c95x0: Fix get_pincfg
Patrick Rudolph
1
-0
/
+2
2023-12-20
pinctrl: cy8c95x0: Fix regression
Patrick Rudolph
1
-0
/
+10
2023-12-20
pinctrl: cy8c95x0: Fix typo
Patrick Rudolph
1
-1
/
+1
2023-11-14
pinctrl: cy8c95x0: Fix doc warning
Linus Walleij
1
-0
/
+1
2023-11-04
treewide: rename pinctrl_gpio_direction_output_new()
Bartosz Golaszewski
1
-1
/
+1
[next]