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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-01
gpio: 104-idi-48: Remove unnecessary driver_data set
William Breathitt Gray
1
-2
/
+0
2017-02-01
gpio: 104-dio-48e: Remove unnecessary driver_data set
William Breathitt Gray
1
-2
/
+0
2017-01-31
gpiolib: Fix a WARN_ON that can never trigger
Christophe JAILLET
1
-2
/
+1
2017-01-31
gpio: random documentation update
Linus Walleij
1
-9
/
+46
2017-01-30
gpio: mcp23s08: use regmap
Sebastian Reichel
1
-190
/
+130
2017-01-26
gpio-hammer: fix make consumer_label suitable to work on gpio-nails
Uwe Kleine-König
1
-1
/
+1
2017-01-26
gpio: ws16c48: Utilize devm_ functions in driver probe callback
William Breathitt Gray
1
-23
/
+5
2017-01-26
gpio: gpio-mm: Utilize devm_ functions in driver probe callback
William Breathitt Gray
1
-11
/
+1
2017-01-26
gpio: 104-idio-16: Utilize devm_ functions in driver probe callback
William Breathitt Gray
1
-22
/
+5
2017-01-26
gpio: 104-idi-48: Utilize devm_ functions in driver probe callback
William Breathitt Gray
1
-23
/
+5
2017-01-26
gpio: 104-dio-48e: Utilize devm_ functions in driver probe callback
William Breathitt Gray
1
-22
/
+5
2017-01-26
Merge branch 'ib-pinctrl-genprops' of /home/linus/linux-pinctrl into devel
Linus Walleij
47
-257
/
+392
2017-01-26
pinctrl / gpio: Introduce .set_config() callback for GPIO chips
Mika Westerberg
26
-218
/
+297
2017-01-26
pinctrl: Allow configuration of pins from gpiolib based drivers
Mika Westerberg
4
-0
/
+56
2017-01-26
pinctrl: Widen the generic pinconf argument from 16 to 24 bits
Mika Westerberg
18
-39
/
+39
2017-01-26
gpio: exar: add gpio for exar cards
Sudip Mukherjee
3
-0
/
+208
2017-01-26
gpio: ws16c48: Add set_multiple callback function support
William Breathitt Gray
1
-0
/
+41
2017-01-26
gpio: gpio-mm: Add set_multiple callback function support
William Breathitt Gray
1
-0
/
+39
2017-01-26
gpio: 104-idio-16: Add set_multiple callback function support
William Breathitt Gray
1
-0
/
+20
2017-01-26
gpio: 104-dio-48e: Add set_multiple callback function support
William Breathitt Gray
1
-0
/
+39
2017-01-26
Merge branch 'ib-gpiod-flags' into devel
Linus Walleij
7
-46
/
+64
2017-01-26
gpio: Add a driver for Cortina Systems Gemini GPIO
Linus Walleij
3
-0
/
+246
2017-01-26
gpio: add DT bindings for Cortina Gemini GPIO
Linus Walleij
1
-0
/
+24
2017-01-26
gpio: davinci: Remove custom .xlate
Keerthy
1
-22
/
+0
2017-01-26
gpio: davinci: Add support for multiple GPIO controllers
Keerthy
2
-1
/
+4
2017-01-26
gpio: davinci: Redesign driver to accommodate ngpios in one gpio chip
Keerthy
2
-56
/
+83
2017-01-26
gpio: davinci: Remove unwanted blank line
Keerthy
1
-1
/
+0
2017-01-26
gpio: davinci: Remove gpio2regs function
Keerthy
1
-24
/
+11
2017-01-26
gpio: intel-mid: Fix build warning when !CONFIG_PM
Augusto Mecking Caringi
1
-1
/
+1
2017-01-26
gpio: Pass GPIO label down to gpiod_request
Alexander Stein
7
-20
/
+33
2017-01-26
gpiolib: Convert fwnode_get_named_gpiod() to configure GPIO
Andy Shevchenko
7
-40
/
+45
2017-01-11
gpio: mvebu: fix warning when building on 64-bit
Russell King
1
-1
/
+1
2017-01-11
gpio: pca953x: Add optional reset gpio control
Steve Longerbeam
2
-0
/
+13
2017-01-11
gpio: tools: add .gitignore for generated files
Shuah Khan
1
-0
/
+4
2017-01-11
gpio: Remove impossible checks on container_of() result
Stephen Boyd
1
-3
/
+1
2017-01-11
gpiolib: Update documentation of struct acpi_gpio_info
Andy Shevchenko
2
-4
/
+4
2017-01-11
gpiolib: Switch to for_each_set_bit()
Andy Shevchenko
1
-12
/
+6
2017-01-11
gpio: davinci: Remove redundant members davinci_gpio_controller stuct
Keerthy
2
-6
/
+0
2017-01-09
gpio: devres: Use global array of gpio suffixes
Andy Shevchenko
1
-4
/
+5
2016-12-30
gpio: of: Add support for multiple GPIOs in a single GPIO hog
Geert Uytterhoeven
2
-15
/
+24
2016-12-30
gpio: update my email address
John Crispin
3
-3
/
+3
2016-12-28
gpio: mockup: coding style fixes
Bartosz Golaszewski
1
-7
/
+4
2016-12-28
gpio: mockup: dynamically allocate memory for chip name
Bartosz Golaszewski
1
-3
/
+7
2016-12-28
gpio: mockup: make pins_name_start static
Bartosz Golaszewski
1
-1
/
+1
2016-12-28
gpio: rcar: Fine-grained Runtime PM support
Geert Uytterhoeven
1
-4
/
+16
2016-12-28
gpio: rcar: set IRQ chip parent_device
Niklas Söderlund
1
-0
/
+1
2016-12-25
Linux 4.10-rc1
Linus Torvalds
1
-2
/
+2
2016-12-25
powerpc: Fix build warning on 32-bit PPC
Larry Finger
1
-1
/
+1
2016-12-25
avoid spurious "may be used uninitialized" warning
Linus Torvalds
1
-0
/
+1
2016-12-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
227
-665
/
+604
[next]