summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c: rcar: skip DMA if buffer is not safeWolfram Sang2017-12-031-1/+1
* i2c: sh_mobile: use core helper to decide when to use DMAWolfram Sang2017-12-031-2/+6
* i2c: add docs to clarify DMA handlingWolfram Sang2017-12-031-0/+67
* i2c: smbus: use DMA safe buffers for emulated SMBus transactionsWolfram Sang2017-12-031-6/+39
* i2c: add i2c_master_{send|recv}_dmasafeWolfram Sang2017-12-031-0/+32
* i2c: refactor i2c_master_{send_recv}Wolfram Sang2017-12-032-50/+48
* i2c: dev: mark RDWR buffers as DMA_SAFEWolfram Sang2017-12-031-0/+2
* i2c: add helpers to ease DMA handlingWolfram Sang2017-12-032-0/+49
* i2c: add a message flag for DMA safe buffersWolfram Sang2017-12-031-0/+3
* i2c: gpio: add fault injectorWolfram Sang2017-12-033-0/+173
* 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-272-82/+3
* 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-272-4/+21
* i2c: use macro IS_ENABLED in header i2c.hStefan Lengfeld2017-11-271-3/+3
* i2c: designware: Don't set SCL timings and speed mode when in slave modeJarkko Nikula2017-11-272-75/+0
* Linux 4.15-rc1v4.15-rc1Linus Torvalds2017-11-271-2/+2
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-276-6/+42
|\
| * ARM: BUG if jumping to usermode address in kernel modeRussell King2017-11-262-0/+24
| * ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: make decompressor debug output user selectableRussell King2017-11-211-2/+2
| * ARM: fix get_user_pages_fastRussell King2017-11-211-0/+12
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-2612-15/+52
|\ \
| * | genirq/matrix: Make - vs ?: Precedence explicitKees Cook2017-11-231-1/+1
| * | 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-148-10/+47
| |\ \
| | * | irqchip/gic-v3-its: Remove artificial dependency on PCIMarc Zyngier2017-11-132-1/+9
| | * | irqchip/gic-v4: Add forward definition of struct irq_domain_opsMarc Zyngier2017-11-131-0/+1
| | * | 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
| | * | genirq: Track whether the trigger type has been setMarc Zyngier2017-11-102-2/+22