Age | Commit message (Expand) | Author | Files | Lines |
2015-11-03 | leds: bcm6328: add missing of_node_put | Julia Lawall | 1 | -1/+3 |
2015-11-03 | leds: bcm6358: add missing of_node_put | Julia Lawall | 1 | -1/+3 |
2015-11-03 | powerpc/powernv: add missing of_node_put | Julia Lawall | 1 | -2/+6 |
2015-11-03 | leds: leds-wrap.c: Use devm_led_classdev_register | Fida Mohammad | 1 | -24/+4 |
2015-11-03 | leds: aat1290: Fix property naming of flash-timeout-us | Ingi Kim | 1 | -4/+4 |
2015-11-03 | leds: leds-net48xx: Use devm_led_classdev_register | Muhammad Falak R Wani | 1 | -8/+1 |
2015-11-03 | leds: leds-menf21bmc.c: Use devm_led_class_register | Muhammad Falak R Wani | 1 | -21/+5 |
2015-11-03 | leds: leds-locomo.c: Use devm_led_classdev_register | Fida Mohammad | 1 | -13/+2 |
2015-11-03 | leds: leds-gpio: add shutdown function | Heiko Schocher | 1 | -0/+13 |
2015-11-03 | Documentation: leds: update DT bindings for leds-bcm6328 | Álvaro Fernández Rojas | 1 | -0/+10 |
2015-11-03 | leds-bcm6328: add more init configuration options | Álvaro Fernández Rojas | 1 | -1/+14 |
2015-11-03 | leds-bcm6328: simplify and improve default-state handling | Álvaro Fernández Rojas | 1 | -9/+15 |
2015-11-03 | leds-bcm6328: print invalid LED | Álvaro Fernández Rojas | 1 | -1/+1 |
2015-11-03 | leds: netxbig: set led_classdev max_brightness | Simon Guinot | 1 | -8/+4 |
2015-11-03 | leds: netxbig: convert to use the devm_ functions | Simon Guinot | 1 | -80/+28 |
2015-11-03 | ARM: mvebu: remove static LED setup for netxbig boards | Simon Guinot | 5 | -224/+0 |
2015-11-03 | ARM: Kirkwood: add LED DT entries for netxbig boards | Simon Guinot | 2 | -0/+140 |
2015-11-03 | leds: netxbig: add device tree binding | Simon Guinot | 5 | -22/+391 |
2015-11-03 | leds: triggers: add invert to heartbeat | Jiri Prchal | 1 | -2/+45 |
2015-11-03 | leds: core: Move LED core callbacks out of led-class.c | Jacek Anaszewski | 3 | -68/+75 |
2015-11-03 | LED/MIPS: Move SEAD3 LED driver to where it belongs. | Ralf Baechle | 4 | -2/+12 |
2015-11-03 | leds: leds-ipaq-micro: Fix coding style issues | Muhammad Falak R Wani | 1 | -9/+9 |
2015-11-03 | leds: leds-ipaq-micro: Use devm_led_classdev_register | Muhammad Falak R Wani | 1 | -8/+1 |
2015-11-03 | leds: leds-ot200: Use devm_led_classdev_register | Muhammad Falak R Wani | 1 | -19/+2 |
2015-11-03 | leds: leds-hp6xx: Use devm_led_classdev_register | Muhammad Falak R Wani | 1 | -15/+2 |
2015-11-03 | leds: leds-cobalt-qube: Use devm_led_classdev_register | Vaishali Thakkar | 1 | -22/+1 |
2015-11-02 | Linux 4.3v4.3 | Linus Torvalds | 1 | -1/+1 |
2015-11-02 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+12 |
2015-11-01 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -3/+13 |
2015-11-01 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 8 | -9/+17 |
2015-11-01 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -0/+2 |
2015-11-01 | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 5 | -22/+39 |
2015-11-01 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 4 | -2/+12 |
2015-11-01 | Merge tag 'md/4.3-rc7-fixes' of git://neil.brown.name/md | Linus Torvalds | 2 | -4/+5 |
2015-11-01 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 4 | -7/+18 |
2015-11-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -0/+3 |
2015-11-01 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -3/+8 |
2015-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 89 | -477/+894 |
2015-10-31 | x86/vm86: Set thread.vm86 to NULL on fork/clone | Andy Lutomirski | 1 | -0/+3 |
2015-10-31 | selftests/x86: Add a fork() to entry_from_vm86 to catch fork bugs | Andy Lutomirski | 1 | -0/+4 |
2015-10-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 3 | -8/+45 |
2015-10-31 | Merge tag 'pci-v4.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2015-10-31 | Merge tag 'omap-for-v4.3/fixes-rc7' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 2 | -7/+24 |
2015-10-31 | drm: Correct arguments to list_tail_add in create blob ioctl | Maneet Singh | 1 | -1/+1 |
2015-10-31 | Revert "md: allow a partially recovered device to be hot-added to an array." | NeilBrown | 1 | -2/+1 |
2015-10-31 | drm: crtc: integer overflow in drm_property_create_blob() | Dan Carpenter | 1 | -1/+1 |
2015-10-31 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 4 | -23/+35 |
2015-10-31 | Merge tag 'please-pull-syscalls' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -1/+3 |
2015-10-31 | md/raid5: fix locking in handle_stripe_clean_event() | Roman Gushchin | 1 | -2/+4 |
2015-10-30 | rbd: require stable pages if message data CRCs are enabled | Ronny Hegewald | 1 | -0/+3 |