summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2018-10-2310-65/+51
|\
| * pcmcia: Implement CLKRUN protocol disabling for Ricoh bridgesMaciej S. Szmigiero2018-10-012-1/+37
| * pcmcia: pcmcia_resource: Replace mdelay() with msleep()Jia-Ju Bai2018-10-011-2/+2
| * pcmcia: add error handling for pcmcia_enable_device in qlogic_stubZhouyang Jia2018-10-011-1/+5
| * char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in set_protocolJia-Ju Bai2018-10-011-2/+2
| * pcmcia: Use module_pcmcia_driver for scsi driversVaishali Thakkar2018-10-015-58/+4
| * pcmcia: remove KERN_INFO level from debug messageColin Ian King2018-10-011-1/+1
* | Merge tag 'for-linus-4.20' of https://github.com/cminyard/linux-ipmiLinus Torvalds2018-10-2323-316/+425
|\ \
| * | ipmi: Fix timer race with module unloadJan Glauber2018-10-111-4/+6
| * | ipmi:ssif: Add support for multi-part transmit messages > 2 partsCorey Minyard2018-09-181-50/+159
| * | MAINTAINERS: Add file patterns for ipmi device tree bindingsGeert Uytterhoeven2018-09-181-0/+1
| * | ipmi: Remove platform driver overrides and use the id_tableCorey Minyard2018-09-183-7/+13
| * | ipmi: Free the address list on module cleanupCorey Minyard2018-09-181-0/+2
| * | ipmi: Don't leave holes in the I2C address list in the ssif driverCorey Minyard2018-09-181-6/+5
| * | ipmi: fix return value of ipmi_set_my_LUNYueHaibing2018-09-181-1/+1
| * | ipmi: Convert pr_xxx() to dev_xxx() in the BT codeCorey Minyard2018-09-181-16/+22
| * | ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base addressCorey Minyard2018-09-181-0/+4
| * | ipmi:dmi: Use pr_fmt in the IPMI DMI codeCorey Minyard2018-09-181-9/+10
| * | ipmi: Change to ktime_get_ts64()Arnd Bergmann2018-09-181-3/+3
| * | ipmi_si: fix potential integer overflow on large shiftColin Ian King2018-09-181-1/+1
| * | ipmi_si_pci: fix NULL device in ipmi_si error messageMeelis Roos2018-09-181-2/+2
| * | ipmi: Convert printk(KERN_<level> to pr_<level>(Joe Perches2018-09-184-55/+46
| * | ipmi: Use more common logging stylesJoe Perches2018-09-188-138/+130
| * | ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFXJoe Perches2018-09-181-27/+24
| * | pci:ipmi: Move IPMI PCI class id defines to pci_ids.hCorey Minyard2018-09-182-5/+4
| * | ipmi: Finally get rid of ipmi_user_t and ipmi_smi_tCorey Minyard2018-09-182-2/+2
| * | ipmi:powernv: Convert ipmi_smi_t to struct ipmi_smiCorey Minyard2018-09-181-2/+2
| * | hwmon:ibm: Change ipmi_user_t to struct ipmi_user *Corey Minyard2018-09-182-2/+2
| * | acpi:ipmi: Convert ipmi_user_t to struct ipmi_user *Corey Minyard2018-09-181-2/+2
* | | Merge tag 'leds-for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-2314-34/+1148
|\ \ \
| * | | leds: sc27xx: Add pattern_set/clear interfaces for LED controllerBaolin Wang2018-10-112-0/+143
| * | | leds: core: Introduce LED pattern triggerBaolin Wang2018-10-115-0/+516
| * | | leds: add Panasonic AN30259A supportSimon Shields2018-09-103-0/+379
| * | | dt-bindings: leds: document Panasonic AN30259A bindingsSimon Shields2018-09-101-0/+43
| * | | leds: gpio: Try to lookup gpiod from deviceLinus Walleij2018-09-101-30/+62
| * | | leds: pwm: silently error out on EPROBE_DEFERJerome Brunet2018-09-081-2/+3
| * | | leds: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-281-2/+2
* | | | Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-10-2377-1240/+2293
|\ \ \ \
| * | | | gpio: Clarify kerneldoc on gpiochip_set_chained_irqchip()Stephen Boyd2018-10-161-2/+1
| * | | | gpio: Remove unused 'irqchip' argument to gpiochip_set_cascaded_irqchip()Stephen Boyd2018-10-161-6/+2
| * | | | gpio: Drop parent irq assignment during cascade setupStephen Boyd2018-10-161-10/+0
| * | | | mmc: pwrseq_simple: Fix incorrect handling of GPIO bitmapJanusz Krzysztofik2018-10-151-2/+11
| * | | | gpio: fix SNPS_CREG kconfig dependency warningRandy Dunlap2018-10-151-1/+1
| * | | | gpiolib: Initialize gdev field before is usedRicardo Ribalda Delgado2018-10-121-2/+3
| * | | | gpio: fix kernel-doc after devres.c file renameRandy Dunlap2018-10-101-1/+1
| * | | | gpio: fix doc string for devm_gpiochip_add_data() to not talk about irq_chipUwe Kleine-König2018-10-101-1/+1
| * | | | gpio: syscon: Fix possible NULL ptr usageMarek Vasut2018-10-101-1/+1
| * | | | gpiolib: Show correct direction from the beginningRicardo Ribalda Delgado2018-10-101-14/+13
| * | | | pinctrl: msm: Use init_valid_mask exported functionRicardo Ribalda Delgado2018-10-101-42/+37
| * | | | gpiolib: Add init_valid_mask exported functionRicardo Ribalda Delgado2018-10-102-3/+20