开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
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
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
intel
/
pinctrl-cherryview.c
Age
Commit message (
Expand
)
Author
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: cherryview: use new pinctrl GPIO helpers
Bartosz Golaszewski
2023-10-11
pinctrl: cherryview: reduce scope of PIN_CONFIG_BIAS_HIGH_IMPEDANCE case
Raag Jadav
2023-10-11
pinctrl: cherryview: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-06
pinctrl: cherryview: Simplify code with cleanup helpers
Andy Shevchenko
2023-10-06
pinctrl: cherryview: Avoid duplicated I/O
Andy Shevchenko
2023-10-03
pinctrl: cherryview: Replace kernel.h by what is actually being used
Andy Shevchenko
2023-08-22
pinctrl: cherryview: fix address_space_handler() argument
Raag Jadav
2023-08-21
pinctrl: cherryview: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helper
Andy Shevchenko
2023-08-15
pinctrl: cherryview: reuse common functions from pinctrl-intel
Raag Jadav
2023-06-19
pinctrl: cherryview: Drop goto label
Andy Shevchenko
2023-06-06
pinctrl: cherryview: Return correct value if pin in push-pull mode
Andy Shevchenko
2023-06-02
pinctrl: cherryview: Don't use IRQ core constanst for invalid IRQ
Andy Shevchenko
2022-12-30
pinctrl: cherryview: Convert to use new memeber in struct intel_function
Andy Shevchenko
2022-10-24
pinctrl: cherryview: Add missing header(s)
Andy Shevchenko
2022-06-20
pinctrl: cherryview: Switch to to embedded struct pingroup
Andy Shevchenko
2022-05-17
pinctrl: cherryview: Use GPIO chip pointer in chv_gpio_irq_mask_unmask()
Andy Shevchenko
2022-05-16
pinctrl: cherryview: make irq_chip immutable
Andy Shevchenko
2022-01-24
pinctrl: cherryview: Trigger hwirq0 for interrupt-lines without a mapping
Hans de Goede
2021-11-26
pinctrl: cherryview: Use temporary variable for struct device
Andy Shevchenko
2021-11-26
pinctrl: cherryview: Do not allow the same interrupt line to be used by 2 pins
Hans de Goede
2021-11-26
pinctrl: cherryview: Don't use selection 0 to mark an interrupt line as unused
Hans de Goede
2021-08-12
pinctrl: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
2020-09-07
pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOs
Hans de Goede
2020-08-20
pinctrl: cherryview: Switch to use intel_pinctrl_get_soc_data()
Andy Shevchenko
2020-08-18
pinctrl: cherryview: Utilize temporary variable to hold device pointer
Andy Shevchenko
2020-08-18
pinctrl: cherryview: Switch to use struct intel_pinctrl
Andy Shevchenko
2020-08-18
pinctrl: cherryview: Move custom community members to separate data struct
Andy Shevchenko
2020-08-18
pinctrl: cherryview: Drop stale comment
Andy Shevchenko
2020-06-22
pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 3)
Andy Shevchenko
2020-06-22
pinctrl: cherryview: Convert chv_writel() to use chv_padreg()
Andy Shevchenko
2020-06-22
pinctrl: cherryview: Introduce helpers to IO with common registers
Andy Shevchenko
2020-06-22
pinctrl: cherryview: Introduce chv_readl() helper
Andy Shevchenko
2020-04-17
pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handler
Grace Kao
2020-04-13
pinctrl: cherryview: Use GENMASK() consistently
Andy Shevchenko
2020-04-13
pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 2)
Andy Shevchenko
2019-12-13
pinctrl: cherryview: Use GPIO direction definitions
Matti Vaittinen
2019-12-09
pinctrl: cherryview: Pass irqchip when adding gpiochip
Hans de Goede
2019-12-09
pinctrl: cherryview: Add GPIO <-> pin mapping ranges via callback
Hans de Goede
2019-12-09
pinctrl: cherryview: Split out irq hw-init into a separate helper function
Hans de Goede
2019-11-07
pinctrl: cherryview: Missed type change to unsigned int
Andy Shevchenko
2019-10-30
pinctrl: cherryview: Allocate IRQ chip dynamic
Andy Shevchenko
2019-10-30
pinctrl: cherryview: Fix spelling mistake in the comment
Andy Shevchenko
2019-10-30
pinctrl: cherryview: Fix irq_valid_mask calculation
Hans de Goede
2019-10-01
pinctrl: cherryview: restore Strago DMI workaround for all versions
Dmitry Torokhov
2019-09-19
Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2019-09-11
gpio: Initialize the irqchip valid_mask with a callback
Linus Walleij
2019-08-07
pinctrl: cherryview: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-07-23
pinctrl: cherryview: Use devm_platform_ioremap_resource()
Andy Shevchenko
[next]