index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
intel
/
pinctrl-lynxpoint.c
Age
Commit message (
Expand
)
Author
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-08-30
pinctrl: intel: Constify intel_get_community() returned object
Andy Shevchenko
2023-11-24
pinctrl: lynxpoint: Simplify code with cleanup helpers
Andy Shevchenko
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: lynxpoint: use new pinctrl GPIO helpers
Bartosz Golaszewski
2023-10-03
pinctrl: lynxpoint: Replace kernel.h by what is actually being used
Andy Shevchenko
2023-10-03
pinctrl: lynxpoint: drop runtime PM support
Raag Jadav
2023-08-18
pinctrl: lynxpoint: Make use of pm_ptr()
Andy Shevchenko
2023-08-15
pinctrl: lynxpoint: reuse common functions from pinctrl-intel
Raag Jadav
2022-12-30
pinctrl: lynxpoint: Convert to use new memeber in struct intel_function
Andy Shevchenko
2022-10-24
pinctrl: lynxpoint: Add missing header(s)
Andy Shevchenko
2022-06-20
pinctrl: lynxpoint: Switch to to embedded struct pingroup
Andy Shevchenko
2022-05-16
pinctrl: lynxpoint: make irq_chip immutable
Andy Shevchenko
2021-08-12
pinctrl: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
2020-11-12
pinctrl: lynxpoint: Enable pin configuration setting for GPIO chip
Andy Shevchenko
2020-11-12
pinctrl: lynxpoint: Use defined constant for disabled bias explicitly
Andy Shevchenko
2020-11-04
pinctrl: lynxpoint: Unify initcall location in the code
Andy Shevchenko
2020-06-22
pinctrl: lynxpoint: Drop no-op ACPI_PTR() call
Andy Shevchenko
2020-06-22
pinctrl: lynxpoint: Introduce helpers to enable or disable input
Andy Shevchenko
2020-06-22
pinctrl: lynxpoint: Make use of for_each_requested_gpio()
Andy Shevchenko
2020-04-16
pinctrl: lynxpoint: Use platform_get_irq_optional() explicitly
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Update summary in the driver
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Switch to pin control API
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Add GPIO <-> pin mapping ranges via callback
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Implement ->pin_dbg_show()
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Add pin control operations
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Reuse struct intel_pinctrl in the driver
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Add pin control data structures
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Implement intel_gpio_get_direction callback
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Implement ->irq_ack() callback
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Move ownership check to IRQ chip
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Move lp_irq_type() closer to IRQ related routines
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Move ->remove closer to ->probe()
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Extract lp_gpio_acpi_use() for future use
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Convert unsigned to unsigned int
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Switch to memory mapped IO accessors
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Keep pointer to struct device instead of its container
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Relax GPIO request rules
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Assume 2 bits for mode selector
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Use standard pattern for memory allocation
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Use %pR to print IO resource
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Drop useless assignment
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Correct amount of pins
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Use raw_spinlock for locking
Andy Shevchenko
2019-12-13
pinctrl: lynxpoint: Move GPIO driver to pin controller folder
Andy Shevchenko