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