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