index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
intel
/
pinctrl-lynxpoint.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-30
pinctrl: intel: Constify intel_get_community() returned object
Andy Shevchenko
1
-1
/
+1
2023-11-24
pinctrl: lynxpoint: Simplify code with cleanup helpers
Andy Shevchenko
1
-51
/
+21
2023-11-04
treewide: rename pinctrl_gpio_direction_output_new()
Bartosz Golaszewski
1
-1
/
+1
2023-11-04
treewide: rename pinctrl_gpio_direction_input_new()
Bartosz Golaszewski
1
-1
/
+1
2023-11-04
pinctrl: lynxpoint: use new pinctrl GPIO helpers
Bartosz Golaszewski
1
-2
/
+2
2023-10-03
pinctrl: lynxpoint: Replace kernel.h by what is actually being used
Andy Shevchenko
1
-1
/
+1
2023-10-03
pinctrl: lynxpoint: drop runtime PM support
Raag Jadav
1
-29
/
+3
2023-08-18
pinctrl: lynxpoint: Make use of pm_ptr()
Andy Shevchenko
1
-4
/
+3
2023-08-15
pinctrl: lynxpoint: reuse common functions from pinctrl-intel
Raag Jadav
1
-78
/
+8
2022-12-30
pinctrl: lynxpoint: Convert to use new memeber in struct intel_function
Andy Shevchenko
1
-4
/
+4
2022-10-24
pinctrl: lynxpoint: Add missing header(s)
Andy Shevchenko
1
-2
/
+4
2022-06-20
pinctrl: lynxpoint: Switch to to embedded struct pingroup
Andy Shevchenko
1
-5
/
+5
2022-05-16
pinctrl: lynxpoint: make irq_chip immutable
Andy Shevchenko
1
-10
/
+16
2021-08-12
pinctrl: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
1
-6
/
+2
2020-11-12
pinctrl: lynxpoint: Enable pin configuration setting for GPIO chip
Andy Shevchenko
1
-0
/
+1
2020-11-12
pinctrl: lynxpoint: Use defined constant for disabled bias explicitly
Andy Shevchenko
1
-2
/
+4
2020-11-04
pinctrl: lynxpoint: Unify initcall location in the code
Andy Shevchenko
1
-2
/
+1
2020-06-22
pinctrl: lynxpoint: Drop no-op ACPI_PTR() call
Andy Shevchenko
1
-1
/
+1
2020-06-22
pinctrl: lynxpoint: Introduce helpers to enable or disable input
Andy Shevchenko
1
-7
/
+14
2020-06-22
pinctrl: lynxpoint: Make use of for_each_requested_gpio()
Andy Shevchenko
1
-5
/
+6
2020-04-16
pinctrl: lynxpoint: Use platform_get_irq_optional() explicitly
Andy Shevchenko
1
-5
/
+5
2019-12-13
pinctrl: lynxpoint: Update summary in the driver
Andy Shevchenko
1
-4
/
+6
2019-12-13
pinctrl: lynxpoint: Switch to pin control API
Andy Shevchenko
1
-57
/
+10
2019-12-13
pinctrl: lynxpoint: Add GPIO <-> pin mapping ranges via callback
Andy Shevchenko
1
-0
/
+14
2019-12-13
pinctrl: lynxpoint: Implement ->pin_dbg_show()
Andy Shevchenko
1
-0
/
+23
2019-12-13
pinctrl: lynxpoint: Add pin control operations
Andy Shevchenko
1
-1
/
+314
2019-12-13
pinctrl: lynxpoint: Reuse struct intel_pinctrl in the driver
Andy Shevchenko
1
-24
/
+60
2019-12-13
pinctrl: lynxpoint: Add pin control data structures
Andy Shevchenko
1
-2
/
+124
2019-12-13
pinctrl: lynxpoint: Implement intel_gpio_get_direction callback
Andy Shevchenko
1
-0
/
+11
2019-12-13
pinctrl: lynxpoint: Implement ->irq_ack() callback
Andy Shevchenko
1
-3
/
+14
2019-12-13
pinctrl: lynxpoint: Move ownership check to IRQ chip
Andy Shevchenko
1
-6
/
+6
2019-12-13
pinctrl: lynxpoint: Move lp_irq_type() closer to IRQ related routines
Andy Shevchenko
1
-44
/
+44
2019-12-13
pinctrl: lynxpoint: Move ->remove closer to ->probe()
Andy Shevchenko
1
-6
/
+6
2019-12-13
pinctrl: lynxpoint: Extract lp_gpio_acpi_use() for future use
Andy Shevchenko
1
-2
/
+12
2019-12-13
pinctrl: lynxpoint: Convert unsigned to unsigned int
Andy Shevchenko
1
-12
/
+12
2019-12-13
pinctrl: lynxpoint: Switch to memory mapped IO accessors
Andy Shevchenko
1
-44
/
+44
2019-12-13
pinctrl: lynxpoint: Keep pointer to struct device instead of its container
Andy Shevchenko
1
-7
/
+7
2019-12-13
pinctrl: lynxpoint: Relax GPIO request rules
Andy Shevchenko
1
-3
/
+11
2019-12-13
pinctrl: lynxpoint: Assume 2 bits for mode selector
Andy Shevchenko
1
-2
/
+4
2019-12-13
pinctrl: lynxpoint: Use standard pattern for memory allocation
Andy Shevchenko
1
-1
/
+1
2019-12-13
pinctrl: lynxpoint: Use %pR to print IO resource
Andy Shevchenko
1
-2
/
+1
2019-12-13
pinctrl: lynxpoint: Drop useless assignment
Andy Shevchenko
1
-1
/
+1
2019-12-13
pinctrl: lynxpoint: Correct amount of pins
Andy Shevchenko
1
-6
/
+6
2019-12-13
pinctrl: lynxpoint: Use raw_spinlock for locking
Andy Shevchenko
1
-14
/
+14
2019-12-13
pinctrl: lynxpoint: Move GPIO driver to pin controller folder
Andy Shevchenko
1
-0
/
+471