index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-18
gpio: gpio-xilinx: Check return value of of_property_read_u32
Srinivas Neeli
1
-3
/
+5
2020-11-18
gpio: gpio-xilinx: Add remove function
Srinivas Neeli
1
-0
/
+18
2020-11-18
gpio: gpio-xilinx: Add clock support
Srinivas Neeli
1
-0
/
+17
2020-11-18
gpio: gpio-xilinx: Arrange headers in sorting order
Srinivas Neeli
1
-3
/
+3
2020-11-17
Merge tag 'intel-gpio-v5.11-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/andy/linux-gpio-intel into devel
Linus Walleij
4
-95
/
+144
2020-11-17
Merge tag 'v5.10-rc4' into devel
Linus Walleij
526
-25206
/
+4372
2020-11-16
gpiolib: acpi: Use BIT() macro to increase readability
Andy Shevchenko
1
-2
/
+1
2020-11-16
gpiolib: acpi: Convert pin_index to be u16
Andy Shevchenko
1
-5
/
+5
2020-11-16
gpiolib: acpi: Extract acpi_request_own_gpiod() helper
Andy Shevchenko
1
-22
/
+24
2020-11-16
gpiolib: acpi: Make acpi_gpio_to_gpiod_flags() usable for GpioInt()
Andy Shevchenko
1
-2
/
+6
2020-11-16
gpiolib: acpi: Set initial value for output pin based on bias and polarity
Vasile-Laurentiu Stanimir
1
-9
/
+12
2020-11-16
gpiolib: acpi: Move acpi_gpio_to_gpiod_flags() upper in the code
Andy Shevchenko
1
-33
/
+33
2020-11-16
gpiolib: acpi: Move non-critical code outside of critical section
Andy Shevchenko
1
-2
/
+2
2020-11-16
gpiolib: acpi: Take into account debounce settings
Andy Shevchenko
2
-0
/
+20
2020-11-16
gpiolib: acpi: Use named item for enum gpiod_flags variable
Andy Shevchenko
1
-1
/
+1
2020-11-16
gpiolib: acpi: Respect bias settings for GpioInt() resource
Andy Shevchenko
1
-1
/
+5
2020-11-16
gpiolib: Introduce gpio_set_debounce_timeout() for internal use
Andy Shevchenko
2
-0
/
+8
2020-11-16
gpiolib: Extract gpio_set_config_with_argument_optional() helper
Andy Shevchenko
1
-26
/
+27
2020-11-16
gpiolib: move bias related code from gpio_set_config() to gpio_set_bias()
Andy Shevchenko
1
-15
/
+14
2020-11-16
gpiolib: Extract gpio_set_config_with_argument() for future use
Andy Shevchenko
1
-3
/
+11
2020-11-16
gpiolib: use proper API to pack pin configuration parameters
Andy Shevchenko
1
-1
/
+1
2020-11-16
gpiolib: add missed break statement
Andy Shevchenko
1
-0
/
+1
2020-11-16
gpiolib: Replace unsigned by unsigned int
Andy Shevchenko
1
-8
/
+8
2020-11-16
Merge tag 'intel-pinctrl-v5.10-2' into HEAD
Andy Shevchenko
1
-10
/
+30
2020-11-15
Merge tag 'drm-fixes-2020-11-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
3
-22
/
+24
2020-11-16
Merge branch 'linux-5.10' of git://github.com/skeggsb/linux into drm-fixes
Dave Airlie
3
-22
/
+24
2020-11-15
Merge tag 'char-misc-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
20
-99
/
+95
2020-11-15
Merge tag 'usb-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
13
-7
/
+61
2020-11-15
Merge tag 'x86-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+18
2020-11-14
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
7
-19
/
+31
2020-11-14
Merge tag 'hwmon-for-v5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Linus Torvalds
5
-72
/
+115
2020-11-14
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-5
/
+31
2020-11-14
drm/nouveau/kms/nv50-: Use atomic encoder callbacks everywhere
Lyude Paul
1
-15
/
+14
2020-11-14
drm/nouveau/ttm: avoid using nouveau_drm.ttm.type_vram prior to nv50
Ben Skeggs
1
-2
/
+1
2020-11-14
drm/nouveau/kms: Fix NULL pointer dereference in nouveau_connector_detect_depth
Alexander Kapshuk
1
-5
/
+9
2020-11-13
Merge tag 'block-5.10-2020-11-13' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-3
/
+3
2020-11-13
Merge tag 'devicetree-fixes-for-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
1
-1
/
+3
2020-11-13
Merge tag 'pinctrl-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
Linus Torvalds
8
-82
/
+127
2020-11-13
Merge tag 'gpio-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Linus Torvalds
7
-28
/
+86
2020-11-13
Merge tag 'mmc-v5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
3
-15
/
+8
2020-11-13
Merge tag 'drm-fixes-2020-11-13' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
11
-55
/
+90
2020-11-13
hwmon: (amd_energy) modify the visibility of the counters
Naveen Krishna Chatradhi
1
-1
/
+1
2020-11-13
usb: cdc-acm: Add DISABLE_ECHO for Renesas USB Download mode
Chris Brandt
1
-0
/
+9
2020-11-13
usb: typec: ucsi: Report power supply changes
Heikki Krogerus
3
-1
/
+17
2020-11-13
xhci: hisilicon: fix refercence leak in xhci_histb_probe
Zhang Qilong
1
-1
/
+1
2020-11-13
Revert "usb: musb: convert to devm_platform_ioremap_resource_byname"
Geert Uytterhoeven
1
-1
/
+3
2020-11-13
iommu/vt-d: Cure VF irqdomain hickup
Thomas Gleixner
1
-1
/
+18
2020-11-13
Merge tag 'amd-drm-fixes-5.10-2020-11-12' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
Dave Airlie
3
-4
/
+4
2020-11-13
Merge tag 'drm-intel-fixes-2020-11-13' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Dave Airlie
4
-27
/
+65
2020-11-13
drm/amdgpu: enable DCN for navi10 headless SKU
Tianci.Yin
1
-2
/
+1
[next]