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-lynxpoint.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pinctrl: lynxpoint: Use platform_get_irq_optional() explicitly
Andy Shevchenko
2020-04-16
1
-5
/
+5
*
pinctrl: lynxpoint: Update summary in the driver
Andy Shevchenko
2019-12-13
1
-4
/
+6
*
pinctrl: lynxpoint: Switch to pin control API
Andy Shevchenko
2019-12-13
1
-57
/
+10
*
pinctrl: lynxpoint: Add GPIO <-> pin mapping ranges via callback
Andy Shevchenko
2019-12-13
1
-0
/
+14
*
pinctrl: lynxpoint: Implement ->pin_dbg_show()
Andy Shevchenko
2019-12-13
1
-0
/
+23
*
pinctrl: lynxpoint: Add pin control operations
Andy Shevchenko
2019-12-13
1
-1
/
+314
*
pinctrl: lynxpoint: Reuse struct intel_pinctrl in the driver
Andy Shevchenko
2019-12-13
1
-24
/
+60
*
pinctrl: lynxpoint: Add pin control data structures
Andy Shevchenko
2019-12-13
1
-2
/
+124
*
pinctrl: lynxpoint: Implement intel_gpio_get_direction callback
Andy Shevchenko
2019-12-13
1
-0
/
+11
*
pinctrl: lynxpoint: Implement ->irq_ack() callback
Andy Shevchenko
2019-12-13
1
-3
/
+14
*
pinctrl: lynxpoint: Move ownership check to IRQ chip
Andy Shevchenko
2019-12-13
1
-6
/
+6
*
pinctrl: lynxpoint: Move lp_irq_type() closer to IRQ related routines
Andy Shevchenko
2019-12-13
1
-44
/
+44
*
pinctrl: lynxpoint: Move ->remove closer to ->probe()
Andy Shevchenko
2019-12-13
1
-6
/
+6
*
pinctrl: lynxpoint: Extract lp_gpio_acpi_use() for future use
Andy Shevchenko
2019-12-13
1
-2
/
+12
*
pinctrl: lynxpoint: Convert unsigned to unsigned int
Andy Shevchenko
2019-12-13
1
-12
/
+12
*
pinctrl: lynxpoint: Switch to memory mapped IO accessors
Andy Shevchenko
2019-12-13
1
-44
/
+44
*
pinctrl: lynxpoint: Keep pointer to struct device instead of its container
Andy Shevchenko
2019-12-13
1
-7
/
+7
*
pinctrl: lynxpoint: Relax GPIO request rules
Andy Shevchenko
2019-12-13
1
-3
/
+11
*
pinctrl: lynxpoint: Assume 2 bits for mode selector
Andy Shevchenko
2019-12-13
1
-2
/
+4
*
pinctrl: lynxpoint: Use standard pattern for memory allocation
Andy Shevchenko
2019-12-13
1
-1
/
+1
*
pinctrl: lynxpoint: Use %pR to print IO resource
Andy Shevchenko
2019-12-13
1
-2
/
+1
*
pinctrl: lynxpoint: Drop useless assignment
Andy Shevchenko
2019-12-13
1
-1
/
+1
*
pinctrl: lynxpoint: Correct amount of pins
Andy Shevchenko
2019-12-13
1
-6
/
+6
*
pinctrl: lynxpoint: Use raw_spinlock for locking
Andy Shevchenko
2019-12-13
1
-14
/
+14
*
pinctrl: lynxpoint: Move GPIO driver to pin controller folder
Andy Shevchenko
2019-12-13
1
-0
/
+471