index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
pinctrl-cy8c95x0.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-11-04
treewide: rename pinctrl_gpio_direction_input_new()
Bartosz Golaszewski
1
-1
/
+1
2023-11-04
pinctrl: cy8c95x0: use new pinctrl GPIO helpers
Bartosz Golaszewski
1
-2
/
+2
2023-09-12
pinctrl: cy8c95x0: Simplify probe()
Biju Das
1
-3
/
+1
2023-07-20
pinctrl: cy8c95x0: Add reset support
Patrick Rudolph
1
-0
/
+15
2023-05-29
pinctrl: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2022-10-26
Merge tag 'intel-pinctrl-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Walleij
1
-0
/
+1
2022-10-24
pinctrl: cy8c95x0: Add missing header(s)
Andy Shevchenko
1
-0
/
+1
2022-10-21
pinctrl: cy8c95x0: Don't use cy8c95x0_set_mode() twice
Andy Shevchenko
1
-4
/
+4
2022-10-17
pinctrl: cy8c95x0: Implement ->gpio_request_enable() and ->gpio_set_direction()
Andy Shevchenko
1
-44
/
+68
2022-10-17
pinctrl: cy8c95x0: Extract cy8c95x0_set_mode() helper
Andy Shevchenko
1
-5
/
+16
2022-09-20
pinctrl: cy8c95x0: Align function names in cy8c95x0_pmxops
Andy Shevchenko
1
-6
/
+6
2022-09-20
pinctrl: cy8c95x0: Drop atomicity on operations on push_pull
Andy Shevchenko
1
-7
/
+8
[next]