summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c: gpio: add fault injectorWolfram Sang2017-12-032-0/+119
* i2c: designware: fix building driver as modulePhil Reid2017-11-281-0/+1
* i2c: core: fix compile issue related to incorrect gpio headerPhil Reid2017-11-281-1/+1
* i2c: sh_mobile: make sure to not accidently trigger STOPWolfram Sang2017-11-271-3/+3
* i2c: sh_mobile: send STOP according to datasheetWolfram Sang2017-11-271-23/+6
* i2c: sh_mobile: avoid unnecessary register readWolfram Sang2017-11-271-1/+2
* i2c: sh_mobile: let RuntimePM do the clock handlingWolfram Sang2017-11-271-2/+0
* i2c: sh_mobile: shorten exit of xfer routineWolfram Sang2017-11-271-3/+1
* i2c: sh_mobile: use direct writes when accessing ICE bitWolfram Sang2017-11-271-3/+3
* i2c: sh_mobile: manually "inline" two short functionsWolfram Sang2017-11-271-19/+9
* i2c: sh_mobile: remove redundant deinitializationWolfram Sang2017-11-271-4/+0
* i2c: sh_mobile: remove redundant initializationWolfram Sang2017-11-271-10/+0
* i2c: remove legacy integer scl/sda gpio for recoveryPhil Reid2017-11-271-76/+2
* i2c: davinci: switch to using gpiod for bus recovery gpiosPhil Reid2017-11-271-5/+15
* i2c: imx: switch to using gpiod for bus recovery gpiosPhil Reid2017-11-271-9/+9
* i2c: designware: add i2c gpio recovery optionTim Sander2017-11-273-1/+63
* i2c: designware: rename i2c_dw_plat_prepare_clk to i2c_dw_prepare_clkPhil Reid2017-11-273-9/+9
* i2c: designware: move i2c_dw_plat_prepare_clk to commonPhil Reid2017-11-273-12/+14
* i2c: Switch to using gpiod interface for gpio bus recoveryPhil Reid2017-11-271-4/+17
* i2c: designware: Don't set SCL timings and speed mode when in slave modeJarkko Nikula2017-11-272-75/+0
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-268-12/+28
|\
| * irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych2017-11-231-1/+1
| * irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King2017-11-231-1/+1
| * irqchip/exiu: Fix return value check in exiu_init()Wei Yongjun2017-11-141-2/+2
| * Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-145-8/+24
| |\
| | * irqchip/gic-v3-its: Remove artificial dependency on PCIMarc Zyngier2017-11-132-1/+9
| | * irqchip/gic-v3: pr_err() strings should end with newlinesArvind Yadav2017-11-131-1/+1
| | * irqchip/s3c24xx: pr_err() strings should end with newlinesArvind Yadav2017-11-131-2/+2
| | * irqchip/gic-v3: Fix ppi-partitions lookupJohan Hovold2017-11-121-3/+6
| | * irqchip/gic-v4: Clear IRQ_DISABLE_UNLAZY again if mapping failsMarc Zyngier2017-11-101-1/+6
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-264-147/+4
|\ \ \
| * | | x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-233-147/+0
| * | | x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-161-0/+4
| |/ /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-25262-1018/+890
|\ \ \
| * \ \ Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner2017-11-236279-143343/+364300
| |\ \ \
| | * | | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-2128-58/+58
| | * | | treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-2112-53/+53
| | * | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21181-730/+643
| | * | | treewide: init_timer() -> setup_timer()Kees Cook2017-11-2126-97/+47
| | * | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-2126-56/+56
| | * | | lightnvm: Convert timers to use timer_setup()Kees Cook2017-11-216-13/+13
| | * | | drivers/net: cris: Convert timers to use timer_setup()Kees Cook2017-11-211-19/+17
| | * | | drm/vc4: Convert timers to use timer_setup()Kees Cook2017-11-212-12/+7
| | * | | drm/i915/selftests: Convert timers to use timer_setup()Kees Cook2017-11-211-3/+3
| | * | | usb: usbatm: Convert timers to use timer_setup()Kees Cook2017-11-213-20/+29
| | * | | drivers/firmware: psci: Convert timers to use timer_setup()Kees Cook2017-11-211-2/+2
| * | | | clocksource/timer_of: Rename timer_of_exit to timer_of_cleanupBenjamin Gaignard2017-11-142-2/+9
| | |/ / | |/| |
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-11-2421-239/+385
|\ \ \ \
| * | | | tcmu: Add a missing unlock on an error pathDan Carpenter2017-11-081-0/+1
| * | | | tcmu: Fix some memory corruptionDan Carpenter2017-11-081-3/+2