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-baytrail.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pinctrl: baytrail: Drop duplicate return statement
Andy Shevchenko
2024-09-04
1
-3
/
+1
*
pinctrl: intel: Constify intel_get_community() returned object
Andy Shevchenko
2024-08-30
1
-1
/
+2
*
pinctrl: baytrail: Add pinconf group for uart3
Hans de Goede
2024-04-08
1
-2
/
+4
*
pinctrl: baytrail: Fix selecting gpio pinctrl state
Hans de Goede
2024-04-08
1
-36
/
+38
*
Merge tag 'intel-pinctrl-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Walleij
2023-12-18
1
-138
/
+91
|
\
|
*
pinctrl: baytrail: Simplify code with cleanup helpers
Andy Shevchenko
2023-11-24
1
-108
/
+68
|
*
pinctrl: baytrail: Move default strength assignment to a switch-case
Andy Shevchenko
2023-11-24
1
-8
/
+1
|
*
pinctrl: baytrail: Factor out byt_gpio_force_input_mode()
Andy Shevchenko
2023-11-24
1
-21
/
+21
|
*
pinctrl: baytrail: Fix types of config value in byt_pin_config_set()
Andy Shevchenko
2023-11-24
1
-1
/
+2
*
|
pinctrl: baytrail: use gpiochip_dup_line_label()
Bartosz Golaszewski
2023-12-08
1
-5
/
+6
|
/
*
pinctrl: baytrail: Replace kernel.h by what is actually being used
Andy Shevchenko
2023-10-03
1
-1
/
+1
*
pinctrl: baytrail: drop runtime PM support
Raag Jadav
2023-10-03
1
-17
/
+2
*
pinctrl: baytrail: fix debounce disable case
Raag Jadav
2023-09-12
1
-2
/
+9
*
pinctrl: baytrail: Make use of pm_ptr()
Andy Shevchenko
2023-08-18
1
-8
/
+3
*
Merge patch series "Reuse common functions from pinctrl-intel"
Andy Shevchenko
2023-08-15
1
-79
/
+11
|
\
|
*
pinctrl: baytrail: reuse common functions from pinctrl-intel
Raag Jadav
2023-08-15
1
-79
/
+11
*
|
pinctrl: baytrail: consolidate common mask operation
Raag Jadav
2023-08-15
1
-19
/
+15
|
/
*
pinctrl: baytrail: invert if condition
Raag Jadav
2023-06-19
1
-3
/
+1
*
pinctrl: baytrail: add warning for BYT_VAL_REG retrieval failure
Raag Jadav
2023-06-19
1
-0
/
+8
*
pinctrl: baytrail: reduce scope of spinlock in ->dbg_show() hook
Raag Jadav
2023-06-19
1
-10
/
+10
*
pinctrl: baytrail: Use str_hi_lo() helper
Andy Shevchenko
2023-06-12
1
-1
/
+2
*
pinctrl: baytrail: Use BIT() in BYT_PULL_ASSIGN_* definitions
Andy Shevchenko
2023-06-02
1
-3
/
+2
*
pinctrl: baytrail: Unify style of error and debug messages
Andy Shevchenko
2023-06-02
1
-41
/
+23
*
pinctrl: baytrail: Convert to use new memeber in struct intel_function
Andy Shevchenko
2022-12-30
1
-5
/
+5
*
pinctrl: baytrail: Switch to to embedded struct pingroup
Andy Shevchenko
2022-06-20
1
-9
/
+9
*
pinctrl: baytrail: make irq_chip immutable
Andy Shevchenko
2022-05-16
1
-17
/
+25
*
Merge tag 'pinctrl-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-28
1
-2
/
+53
|
\
|
*
pinctrl: baytrail: Clear direct_irq_en flag on broken configs
Hans de Goede
2022-01-24
1
-2
/
+53
*
|
pinctrl: baytrail: Add pinconf group + function for the pmu_clk
Hans de Goede
2022-02-24
1
-0
/
+10
|
/
*
pinctrl: baytrail: Set IRQCHIP_SET_TYPE_MASKED flag on the irqchip
Hans de Goede
2021-11-23
1
-1
/
+1
*
pinctrl: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
2021-08-12
1
-5
/
+2
*
pinctrl: baytrail: Avoid clearing debounce value when turning it off
Andy Shevchenko
2020-11-16
1
-1
/
+7
*
pinctrl: baytrail: Switch to use intel_pinctrl_get_soc_data()
Andy Shevchenko
2020-08-20
1
-19
/
+5
*
pinctrl: baytrail: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-19
1
-2
/
+2
*
pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPI...
Hans de Goede
2020-06-22
1
-14
/
+53
*
pinctrl: baytrail: Drop no-op ACPI_PTR() call
Andy Shevchenko
2020-06-22
1
-2
/
+1
*
pinctrl: baytrail: Use platform_get_irq_optional() explicitly
Andy Shevchenko
2020-04-15
1
-5
/
+4
*
pinctrl: baytrail: Enable pin configuration setting for GPIO chip
Andy Shevchenko
2020-04-13
1
-0
/
+1
*
pinctrl: baytrail: Replace WARN with dev_info_once when setting direct-irq pi...
Hans de Goede
2020-01-09
1
-4
/
+4
*
pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pins
Hans de Goede
2020-01-09
1
-1
/
+7
*
pinctrl: baytrail: Reuse struct intel_pinctrl in the driver
Andy Shevchenko
2019-12-13
1
-99
/
+87
*
pinctrl: baytrail: Use local variable to keep device pointer
Andy Shevchenko
2019-12-13
1
-9
/
+10
*
pinctrl: baytrail: Keep pointer to struct device instead of its container
Andy Shevchenko
2019-12-13
1
-29
/
+29
*
pinctrl: baytrail: Use GPIO direction definitions
Matti Vaittinen
2019-12-13
1
-2
/
+2
*
pinctrl: baytrail: Move IRQ valid mask initialization to a dedicated callback
Andy Shevchenko
2019-12-13
1
-14
/
+9
*
pinctrl: baytrail: Group GPIO IRQ chip initialization
Andy Shevchenko
2019-12-09
1
-1
/
+1
*
pinctrl: baytrail: Allocate IRQ chip dynamic
Andy Shevchenko
2019-12-09
1
-10
/
+9
*
pinctrl: baytrail: Pass irqchip when adding gpiochip
Andy Shevchenko
2019-12-09
1
-18
/
+24
*
pinctrl: baytrail: Add GPIO <-> pin mapping ranges via callback
Andy Shevchenko
2019-12-09
1
-7
/
+14
*
pinctrl: baytrail: Update North Community pin list
Andy Shevchenko
2019-12-09
1
-28
/
+28
[next]