index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: xra1403: select REGMAP_SPI
Arnd Bergmann
2017-05-31
1
-0
/
+1
*
gpiolib: remove unused variable
Arnd Bergmann
2017-05-31
1
-2
/
+0
*
gpio: adp5588: move header file out of I2C realm
Wolfram Sang
2017-05-29
4
-3
/
+3
*
gpio: ml-ioh: check the return value of irq_alloc_generic_chip()
Bartosz Golaszewski
2017-05-29
1
-3
/
+13
*
gpio: sta2x11: check the return value of irq_alloc_generic_chip()
Bartosz Golaszewski
2017-05-29
1
-2
/
+10
*
gpio: pch: check the return value of irq_alloc_generic_chip()
Bartosz Golaszewski
2017-05-29
1
-3
/
+12
*
gpio: mockup: support irqmask and irqunmask
Bartosz Golaszewski
2017-05-29
1
-6
/
+20
*
gpio: mockup: be quiet unless something goes wrong
Bartosz Golaszewski
2017-05-29
1
-3
/
+0
*
gpio: mockup: add prefixes to the direction enum
Bartosz Golaszewski
2017-05-29
1
-4
/
+4
*
gpio: mockup: fix direction values
Bartosz Golaszewski
2017-05-29
1
-2
/
+2
*
gpiolib: Re-use bitmap_fill() instead of open coded loop
Andy Shevchenko
2017-05-29
1
-3
/
+2
*
PNP / ACPI: remove FSF address
Andy Shevchenko
2017-05-29
1
-4
/
+0
*
PNP / ACPI: join strings back for better maintenance
Andy Shevchenko
2017-05-29
1
-9
/
+9
*
PNP / ACPI: add support for GpioInt resource type
Jagadish Krishnamoorthy
2017-05-29
1
-0
/
+16
*
gpio: acpi: Split out acpi_gpio_get_irq_resource() helper
Andy Shevchenko
2017-05-29
2
-5
/
+25
*
gpio: acpi: Override GPIO initialization flags
Andy Shevchenko
2017-05-29
3
-6
/
+67
*
gpio: acpi: Factor out acpi_gpio_to_gpiod_flags() helper
Andy Shevchenko
2017-05-29
1
-25
/
+36
*
gpio: acpi: Explain how to get GPIO descriptors in ACPI case
Andy Shevchenko
2017-05-29
1
-0
/
+65
*
gpio: acpi: Synchronize acpi_find_gpio() and acpi_gpio_count()
Andy Shevchenko
2017-05-29
1
-0
/
+3
*
gpio: acpi: Even more tighten up ACPI GPIO lookups
Andy Shevchenko
2017-05-29
1
-35
/
+1
*
gpio: acpi: Do sanity check for GpioInt in acpi_find_gpio()
Andy Shevchenko
2017-05-29
1
-5
/
+5
*
gpio: acpi: Align acpi_find_gpio() with DT version
Andy Shevchenko
2017-05-29
1
-2
/
+2
*
gpiolib: Export gpiod_configure_flags() to internal users
Andy Shevchenko
2017-05-29
2
-1
/
+3
*
gpio: of: Add documentation of new sleep standard GPIO specifiers
Charles Keepax
2017-05-29
1
-0
/
+2
*
gpio: arizona: Add support for GPIOs that need to be maintained
Charles Keepax
2017-05-29
1
-2
/
+33
*
gpio: Add new flags to control sleep status of GPIOs
Charles Keepax
2017-05-29
7
-0
/
+26
*
gpio: of: Reflect decoupling of open collector and active low/high
Charles Keepax
2017-05-29
1
-3
/
+4
*
gpio: davinci: Handle return value of clk_prepare_enable
Arvind Yadav
2017-05-29
1
-2
/
+9
*
gpio: mvebu: Select REGMAP_MMIO now that regmap is used
Gregory CLEMENT
2017-05-29
1
-0
/
+1
*
gpio: xlp: update GPIO_XLP dependency
Jayachandran C
2017-05-23
1
-2
/
+3
*
gpio: pcf857x: move header file out of I2C realm
Wolfram Sang
2017-05-23
8
-7
/
+7
*
gpio: max732x: move header file out of I2C realm
Wolfram Sang
2017-05-23
3
-2
/
+2
*
gpio: mvebu: allow building driver for Armada 7K/8K
Gregory CLEMENT
2017-05-23
1
-1
/
+1
*
gpio: mvebu: switch to regmap for register access
Thomas Petazzoni
2017-05-23
1
-191
/
+245
*
gpio: mvebu: sort header include
Gregory CLEMENT
2017-05-23
1
-8
/
+8
*
Merge branch 'mcp23s08' of /home/linus/linux-pinctrl into devel
Linus Walleij
2017-05-23
10
-308
/
+425
|
\
|
*
pinctrl: mcp23s08: fix comment for mcp23s08_platform_data.base
Sebastian Reichel
2017-05-23
1
-5
/
+5
|
*
pinctrl: mcp23s08: drop comment about missing irq support
Sebastian Reichel
2017-05-23
2
-20
/
+2
|
*
pinctrl: mcp23s08: simplify spi_present_mask handling
Sebastian Reichel
2017-05-23
3
-26
/
+13
|
*
pinctrl: mcp23s08: generalize irq property handling
Sebastian Reichel
2017-05-23
2
-36
/
+9
|
*
pinctrl: mcp23s08: simplify spi pdata handling
Sebastian Reichel
2017-05-23
1
-35
/
+32
|
*
pinctrl: mcp23s08: simplify i2c pdata handling
Sebastian Reichel
2017-05-23
1
-19
/
+7
|
*
pinctrl: mcp23s08: switch to devm_gpiochip_add_data
Sebastian Reichel
2017-05-23
1
-38
/
+2
|
*
pinctrl: mcp23s08: use managed kzalloc for mcp
Sebastian Reichel
2017-05-23
1
-8
/
+2
|
*
pinctrl: mcp23s08: irq mapping is already done
Sebastian Reichel
2017-05-23
1
-4
/
+0
|
*
pinctrl: mcp23s08: drop OF_GPIO dependency
Sebastian Reichel
2017-05-23
1
-1
/
+0
|
*
pinctrl: mcp23s08: switch to regmap caching
Sebastian Reichel
2017-05-23
1
-95
/
+192
|
*
pinctrl: mcp23s08: drop pullup config from pdata
Sebastian Reichel
2017-05-23
2
-8
/
+0
|
*
pinctrl: mcp23s08: add pinconf support
Sebastian Reichel
2017-05-23
2
-24
/
+176
|
*
gpio: mcp23s08: move to pinctrl
Sebastian Reichel
2017-05-23
9
-24
/
+20
[next]