summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-1413-689/+1112
|\
| * Merge branch 'dt/kbuild' into dt/nextRob Herring2017-11-091-2/+0
| |\
| | * .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2017-11-081-2/+0
| * | of: dynamic: fix memory leak related to properties of __of_node_dupLixin Wang2017-10-231-12/+14
| * | of: overlay: make pr_err() string uniqueFrank Rowand2017-10-191-1/+1
| * | of: overlay: pr_err from return NOTIFY_OK to overlay apply/removeFrank Rowand2017-10-191-1/+1
| * | of: overlay: remove unneeded check for NULL kbasename()Frank Rowand2017-10-171-2/+0
| * | of: overlay: remove a dependency on device node full_nameFrank Rowand2017-10-173-35/+59
| * | of: overlay: simplify applying symbols from an overlayFrank Rowand2017-10-171-26/+65
| * | of: overlay: avoid race condition between applying multiple overlaysFrank Rowand2017-10-175-12/+67
| * | of: overlay: loosen overly strict phandle clash checkFrank Rowand2017-10-171-4/+4
| * | of: overlay: expand check of whether overlay changeset can be removedFrank Rowand2017-10-171-7/+13
| * | of: overlay: detect cases where device tree may become corruptFrank Rowand2017-10-175-91/+367
| * | of: overlay: minor restructuringFrank Rowand2017-10-171-113/+92
| * | of: overlay: rename identifiers in dup_and_fixup_symbol_prop()Frank Rowand2017-10-171-6/+18
| * | of: overlay: rename identifiers to more reflect what they doFrank Rowand2017-10-174-259/+298
| * | of: overlay.c: Convert comparisons to zero or NULL to logical expressionsFrank Rowand2017-10-171-18/+18
| * | of: overlay.c: Remove comments that state the obvious, to reduce clutterFrank Rowand2017-10-171-29/+18
| * | of: overlay: fix memory leak related to duplicated propertyLixin Wang2017-10-171-4/+11
| * | of: unittest: Remove redundant OF_DETACHED flag settingStephen Boyd2017-10-161-2/+0
| * | of/fdt: Document detached argument to __unflatten_device_tree()Stephen Boyd2017-10-161-0/+1
| * | of/resolver: Replace kmalloc + memcpy with kmemdup()Stephen Boyd2017-10-161-2/+1
| * | of/resolver: Simplify to be32_add_cpu()Stephen Boyd2017-10-161-4/+1
| * | of/fdt: skip unflattening of disabled nodesRob Herring2017-10-161-0/+4
| * | of/fdt: add of_fdt_device_is_available functionRob Herring2017-10-161-3/+14
| * | of: make kobject and bin_attribute support configurableRob Herring2017-10-166-152/+192
| * | of: wrap accesses to device_node kobjectRob Herring2017-10-161-1/+1
| * | of: move kobj_to_device_node() into dynamic.cRob Herring2017-10-162-6/+5
| * | of: fix missing kobject init for !SYSFS && OF_DYNAMIC configRob Herring2017-10-161-3/+0
| * | of/fdt: only store the device node basename in full_nameRob Herring2017-10-031-58/+11
| |/
* | Merge tag 'leds_for_4.15rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-1412-22/+608
|\ \
| * | leds: Add driver for PC Engines APU/APU2 LEDsAlan Mizrahi2017-11-063-0/+289
| * | leds: lp55xx: fix spelling mistake: 'cound' -> 'could'Arvind Yadav2017-10-301-1/+1
| * | leds: Convert timers to use timer_setup()Kees Cook2017-10-253-15/+18
| * | leds: tca6507: Remove unnecessary reg checkChristos Gkekas2017-10-091-1/+1
| * | leds: ledtrig-heartbeat: Convert timers to use timer_setup()Kees Cook2017-10-061-6/+10
| * | leds: pca955x: Don't invert requested value in pca955x_gpio_set_value()Andrew Jeffery2017-10-061-5/+12
| * | leds: ledtrig-activity: Add a system activity LED triggerWilly Tarreau2017-10-063-0/+283
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-11-1446-574/+2638
|\ \ \
| * \ \ Merge branch 'next' into for-linusDmitry Torokhov2017-11-1310390-282765/+1088884
| |\ \ \
| | * | | Input: gamecon - mark expected switch fall-throughsGustavo A. R. Silva2017-11-101-0/+3
| | * | | Input: sidewinder - mark expected switch fall-throughsGustavo A. R. Silva2017-11-101-5/+5
| | * | | Input: spaceball - mark expected switch fall-throughsGustavo A. R. Silva2017-11-101-0/+4
| | * | | Input: uinput - unlock on allocation failure in ioctlDan Carpenter2017-11-101-2/+4
| | * | | Input: add support for the Samsung S6SY761 touchscreenAndi Shyti2017-11-103-0/+571
| | * | | Input: add support for HiDeep touchscreenAnthony Kim2017-11-103-0/+1132
| | * | | Input: st1232 - remove obsolete platform device supportGeert Uytterhoeven2017-11-071-13/+3
| | * | | Merge tag 'v4.14-rc8' into nextDmitry Torokhov2017-11-072258-616/+3157
| | |\ \ \
| | * | | | Input: convert autorepeat timer to use timer_setup()Kees Cook2017-11-031-6/+5
| | * | | | media: ttpci: remove autorepeat handling and use timer_setupSean Young2017-11-032-37/+21