summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-01-08mfd: kempld-core: Use resource_size function on resource objectVasyl Gomonovych1-1/+1
2018-01-08mfd: tmio: Move register macros to tmio_core.cMasahiro Yamada1-0/+20
2018-01-08mfd: cros ec: spi: Simplify delay handling between SPI messagesJon Hunter1-16/+9
2018-01-08mfd: palmas: Assign the right powerhold mask for tps65917Keerthy1-1/+9
2018-01-08mfd: ab8500-debugfs: Use common error handling code in ab8500_print_modem_reg...Markus Elfring1-16/+19
2018-01-08mfd: ti_am335x_tscadc: Remove redundant assignment to nodeColin Ian King1-1/+1
2018-01-08mfd: pcf50633: Fix spelling mistake: 'Falied' -> 'Failed'Arvind Yadav1-1/+1
2018-01-08Merge branches 'ib-mfd-leds-4.16', 'ib-mfd-memstick-misc-mmc-4.16', 'ib-mfd-p...Lee Jones40-136/+2241
2018-01-08watchdog: Add RAVE SP watchdog driverAndrey Smirnov3-0/+345
2018-01-08mfd: Add driver for RAVE Supervisory ProcessorAndrey Smirnov3-0/+720
2018-01-08serdev: Introduce devm_serdev_device_open()Andrey Smirnov1-0/+27
2018-01-08serdev: Make .remove in struct serdev_device_driver optionalAndrey Smirnov1-2/+2
2018-01-03extcon: axp288: Remove unused platform dataHans de Goede1-34/+1
2018-01-03extcon: axp288: Remove unused extcon_nb struct memberHans de Goede1-1/+0
2018-01-03extcon: axp288:: Handle return value of platform_get_irqArvind Yadav1-0/+3
2017-12-15cros_ec: Move cros_ec_dev module to drivers/mfdThierry Escande10-46/+11
2017-12-15cros_ec: Split cros_ec_devs moduleThierry Escande8-8/+25
2017-12-15extcon: usbc-cros-ec: add support to notify USB type cables.Benson Leung1-4/+138
2017-12-04misc: rtsx: Fix symbol clashesStephen Rothwell3-6/+6
2017-12-01leds: pm8058: Silence pointer to integer size warningBjorn Andersson1-1/+1
2017-11-29misc: rtsx: Add support for RTS5260Rui Feng6-3/+927
2017-11-29misc: rtsx: Move Realtek Card Reader Driver to miscRui Feng20-42/+46
2017-11-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-12/+28
2017-11-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-147/+4
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds262-1018/+890
2017-11-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds21-239/+385
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds34-240/+569
2017-11-24Merge tag 'platform-drivers-x86-v4.15-2' of git://git.infradead.org/linux-pla...Linus Torvalds4-3/+41
2017-11-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-25/+50
2017-11-24Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds35-511/+268
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas3-147/+0
2017-11-23irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych1-1/+1
2017-11-23irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King1-1/+1
2017-11-23ipvlan: Fix insufficient skb linear check for ipv6 icmpGao Feng1-1/+19
2017-11-23ipvlan: Fix insufficient skb linear check for arpGao Feng1-8/+8
2017-11-23geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6Hangbin Liu1-1/+15
2017-11-23Merge tag 'wireless-drivers-for-davem-2017-11-22' of git://git.kernel.org/pub...David S. Miller10-90/+335
2017-11-23Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller16-120/+154
2017-11-23net: dsa: bcm_sf2: Clear IDDQ_GLOBAL_PWR bit for PHYFlorian Fainelli1-1/+1
2017-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+8
2017-11-23net: accept UFO datagrams from tuntap and packetWillem de Bruijn2-1/+3
2017-11-23net: realtek: r8169: implement set_link_ksettings()Tobias Jakobi1-16/+22
2017-11-23net: phy: cortina: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner6279-143343/+364300
2017-11-23Merge tag 'pwm/for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-36/+251
2017-11-23Merge tag 'rtc-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds24-275/+1815
2017-11-23Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds54-708/+1600
2017-11-23drm/edid: quirk HTC vive headset as non-desktop. [v2]Dave Airlie1-0/+3
2017-11-23drm/fb: add support for not enabling fbcon on non-desktop displays [v2]Dave Airlie1-1/+5
2017-11-23drm: add connector info/property for non-desktop displays [v2]Dave Airlie2-2/+23