index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
certs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-22
drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource()
Bartosz Golaszewski
1
-0
/
+2
2019-02-21
gpio: tqmx86: Set proper output level for direction_output
Axel Lin
1
-2
/
+3
2019-02-21
gpio: sprd: Change to use SoC compatible string
Baolin Wang
1
-1
/
+1
2019-02-21
gpio: sprd: Use SoC compatible string instead of wildcard string
Baolin Wang
1
-2
/
+2
2019-02-21
gpio: of: Handle both enable-gpio{,s}
Marek Vasut
1
-1
/
+2
2019-02-21
gpio: of: Restrict enable-gpio quirk to regulator-gpio
Thierry Reding
1
-2
/
+2
2019-02-21
gpio: davinci: use devm_platform_ioremap_resource()
Bartosz Golaszewski
1
-3
/
+1
2019-02-21
drivers: provide devm_platform_ioremap_resource()
Bartosz Golaszewski
2
-0
/
+21
2019-02-20
Documentation: gpio: legacy: Don't use POLLERR for poll(2)
Uwe Kleine-König
1
-5
/
+4
2019-02-20
gpio: pca953x: Add wake-up support
Geert Uytterhoeven
1
-0
/
+9
2019-02-19
gpio: tegra: Fix offset of pinctrl calls
Linus Walleij
1
-4
/
+21
2019-02-19
gpio: mockup: rework debugfs interface
Bartosz Golaszewski
1
-14
/
+103
2019-02-19
gpio: mockup: change the signature of unlocked get/set helpers
Bartosz Golaszewski
1
-11
/
+8
2019-02-19
gpio: mockup: change the type of 'offset' to unsigned int
Bartosz Golaszewski
1
-1
/
+1
2019-02-19
gpio: mockup: don't create the debugfs link named after the label
Bartosz Golaszewski
1
-5
/
+1
2019-02-19
gpio: mockup: implement get_multiple()
Bartosz Golaszewski
1
-0
/
+17
2019-02-19
gpio: mockup: add locking
Bartosz Golaszewski
1
-7
/
+43
2019-02-19
irq/irq_sim: add irq_set_type() callback
Bartosz Golaszewski
1
-0
/
+12
2019-02-17
gpio: of: Apply regulator-gpio quirk only to enable-gpios
Marek Vasut
1
-0
/
+1
2019-02-14
gpio: altera-a10sr: Trivial coding style fix
Axel Lin
1
-8
/
+9
2019-02-14
gpio: tegra186: Use TEGRA186_ prefix for GPIO names
Thierry Reding
1
-35
/
+35
2019-02-14
Documentation: gpio: driver: fix wire name for I2C
Wolfram Sang
1
-1
/
+1
2019-02-14
gpio: madera: Add missing const
Charles Keepax
1
-1
/
+1
2019-02-14
gpio: pca953x: add support for pcal6416 type
Thomas Petazzoni
1
-0
/
+1
2019-02-14
dt-bindings: gpio: pca953x: document the nxp,pcal6416
Thomas Petazzoni
1
-0
/
+1
2019-02-14
qcom: ssbi-gpio: correct boundary conditions in pm8xxx_domain_translate
Brian Masney
1
-1
/
+2
2019-02-14
mfd: pm8xxx: select IRQ_DOMAIN_HIERARCHY in Kconfig
Brian Masney
1
-1
/
+1
2019-02-14
spmi: pmic-arb: select IRQ_DOMAIN_HIERARCHY in Kconfig
Brian Masney
1
-1
/
+1
2019-02-14
gpio: pcf857x: Simpify wake-up handling
Geert Uytterhoeven
1
-14
/
+1
2019-02-13
gpio: sprd: Add missing break in switch statement
Gustavo A. R. Silva
1
-0
/
+1
2019-02-13
gpio: zynq: properly support runtime PM for GPIO used as interrupts
Thomas Petazzoni
1
-0
/
+24
2019-02-13
mfd: pm8xxx: revert "disassociate old virq if hwirq mapping already exists"
Brian Masney
1
-6
/
+0
2019-02-13
ARM: dts: qcom-apq8060: Fix up interrupt parents
Linus Walleij
1
-13
/
+8
2019-02-13
arm: dts: qcom: mdm9615: add interrupt controller properties
Brian Masney
1
-7
/
+2
2019-02-13
arm: dts: qcom: msm8660: add interrupt controller properties
Brian Masney
1
-45
/
+2
2019-02-13
arm: dts: qcom: apq8064: add interrupt controller properties
Brian Masney
1
-44
/
+2
2019-02-13
qcom: ssbi-gpio: add support for hierarchical IRQ chip
Brian Masney
2
-12
/
+124
2019-02-13
mfd: pm8xxx: disassociate old virq if hwirq mapping already exists
Brian Masney
1
-0
/
+6
2019-02-13
mfd: pm8xxx: convert to v2 irq interfaces to support hierarchical IRQ chips
Brian Masney
1
-37
/
+38
2019-02-13
genirq: introduce irq_chip_mask_ack_parent()
Linus Walleij
2
-0
/
+12
2019-02-13
genirq: introduce irq_domain_translate_twocell
Brian Masney
2
-11
/
+39
2019-02-13
pinctrl: qcom: ssbi-gpio: hardcode IRQ counts
Brian Masney
1
-14
/
+7
2019-02-13
qcom: spmi-gpio: Fix boundary conditions IRQ domain translate
Bjorn Andersson
1
-1
/
+2
2019-02-13
gpio: pca953x: add ->set_config implementation
Thomas Petazzoni
1
-2
/
+64
2019-02-13
gpio: add core support for pull-up/pull-down configuration
Thomas Petazzoni
5
-0
/
+29
2019-02-13
gpio: use new gpio_set_config() helper in more places
Thomas Petazzoni
1
-2
/
+2
2019-02-13
gpio: rename gpio_set_drive_single_ended() to gpio_set_config()
Thomas Petazzoni
1
-14
/
+14
2019-02-13
dt-bindings: gpio: document the new pull-up/pull-down flags
Thomas Petazzoni
2
-0
/
+18
2019-02-11
Documenation: driver-api: fix gpio/board.rst warning
Randy Dunlap
1
-0
/
+1
2019-02-10
Linux 5.0-rc6
v5.0-rc6
Linus Torvalds
1
-1
/
+1
[next]