开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
pinctrl-cy8c95x0.c
Age
Commit message (
Expand
)
Author
2025-09-08
pinctrl: generic: rename PIN_CONFIG_OUTPUT to LEVEL
Linus Walleij
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
2025-04-17
pinctrl: cy8c95x0: use new GPIO line value setter callbacks
Bartosz Golaszewski
2025-02-17
pinctrl: cy8c95x0: Fix comment style
Andy Shevchenko
2025-02-17
pinctrl: cy8c95x0: Separate EEPROM related register definitios
Andy Shevchenko
2025-02-17
pinctrl: cy8c95x0: Drop unneeded casting
Andy Shevchenko
2025-02-17
pinctrl: cy8c95x0: Get rid of cy8c95x0_pinmux_direction() forward declaration
Andy Shevchenko
2025-02-17
pinctrl: cy8c95x0: Initialise boolean variable with boolean values
Andy Shevchenko
2025-02-17
pinctrl: cy8c95x0: Replace 'return ret' by 'return 0' in some cases
Andy Shevchenko
2025-02-17
pinctrl: cy8c95x0: Remove redundant check in cy8c95x0_regmap_update_bits_base()
Andy Shevchenko
2025-02-17
pinctrl: cy8c95x0: Transform to cy8c95x0_regmap_read_bits()
Andy Shevchenko
2025-02-17
pinctrl: cy8c95x0; Switch to use for_each_set_clump8()
Andy Shevchenko
2025-02-17
pinctrl: cy8c95x0: Use better bitmap APIs where appropriate
Andy Shevchenko
2025-02-03
pinctrl: cy8c95x0: Respect IRQ trigger settings from firmware
Andy Shevchenko
2025-02-03
pinctrl: cy8c95x0: Rename PWMSEL to SELPWM
Andy Shevchenko
2025-02-03
pinctrl: cy8c95x0: Enable regmap locking for debug
Andy Shevchenko
2025-02-03
pinctrl: cy8c95x0: Avoid accessing reserved registers
Andy Shevchenko
2025-02-03
pinctrl: cy8c95x0: Fix off-by-one in the regmap range settings
Andy Shevchenko
2024-11-13
pinctrl: cy8c95x0: remove unneeded goto labels
Andy Shevchenko
2024-11-13
pinctrl: cy8c95x0: embed iterator to the for-loop
Andy Shevchenko
2024-11-13
pinctrl: cy8c95x0: Use temporary variable for struct device
Andy Shevchenko
2024-11-13
pinctrl: cy8c95x0: use flexible sleeping in reset function
Andy Shevchenko
2024-11-13
pinctrl: cy8c95x0: switch to using devm_regulator_get_enable()
Andy Shevchenko
2024-11-13
pinctrl: cy8c95x0: Use 2-argument strscpy()
Andy Shevchenko
2024-09-13
pinctrl: pinctrl-cy8c95x0: Fix regcache
Patrick Rudolph
2024-07-03
pinctrl: cy8c95x0: Update cache modification
Patrick Rudolph
2024-07-03
pinctrl: cy8c95x0: Use cleanup.h
Patrick Rudolph
2024-06-17
pinctrl: cy8c95x0: Use REGCACHE_MAPLE
Patrick Rudolph
2024-06-17
pinctrl: cy8c95x0: Use regmap ranges
Patrick Rudolph
2024-06-17
pinctrl: cy8c95x0: Use single I2C lock
Patrick Rudolph
2024-04-15
gpiolib: acpi: Pass con_id instead of property into acpi_dev_gpio_irq_get_by()
Andy Shevchenko
2024-01-17
Merge tag 'pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2023-12-20
pinctrl: cy8c95x0: Cache muxed registers
Patrick Rudolph
2023-12-20
pinctrl: cy8c95x0: Fix get_pincfg
Patrick Rudolph
2023-12-20
pinctrl: cy8c95x0: Fix regression
Patrick Rudolph
2023-12-20
pinctrl: cy8c95x0: Fix typo
Patrick Rudolph
2023-11-14
pinctrl: cy8c95x0: Fix doc warning
Linus Walleij
2023-11-04
treewide: rename pinctrl_gpio_direction_output_new()
Bartosz Golaszewski
2023-11-04
treewide: rename pinctrl_gpio_direction_input_new()
Bartosz Golaszewski
2023-11-04
pinctrl: cy8c95x0: use new pinctrl GPIO helpers
Bartosz Golaszewski
2023-09-12
pinctrl: cy8c95x0: Simplify probe()
Biju Das
2023-07-20
pinctrl: cy8c95x0: Add reset support
Patrick Rudolph
2023-05-29
pinctrl: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2022-10-26
Merge tag 'intel-pinctrl-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Walleij
2022-10-24
pinctrl: cy8c95x0: Add missing header(s)
Andy Shevchenko
2022-10-21
pinctrl: cy8c95x0: Don't use cy8c95x0_set_mode() twice
Andy Shevchenko
2022-10-17
pinctrl: cy8c95x0: Implement ->gpio_request_enable() and ->gpio_set_direction()
Andy Shevchenko
2022-10-17
pinctrl: cy8c95x0: Extract cy8c95x0_set_mode() helper
Andy Shevchenko
2022-09-20
pinctrl: cy8c95x0: Align function names in cy8c95x0_pmxops
Andy Shevchenko
2022-09-20
pinctrl: cy8c95x0: Drop atomicity on operations on push_pull
Andy Shevchenko
[next]