summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | i2c: sh_mobile: use core helper to decide when to use DMAWolfram Sang2017-12-031-2/+6
| * | | i2c: smbus: use DMA safe buffers for emulated SMBus transactionsWolfram Sang2017-12-031-6/+39
| * | | i2c: refactor i2c_master_{send_recv}Wolfram Sang2017-12-031-46/+18
| * | | i2c: dev: mark RDWR buffers as DMA_SAFEWolfram Sang2017-12-031-0/+2
| * | | i2c: add helpers to ease DMA handlingWolfram Sang2017-12-031-0/+46
| * | | 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 tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2018-02-012-2/+2
|\ \ \ \
| * \ \ \ Merge tag 'pxa-for-4.16' of https://github.com/rjarzmik/linux into next/socOlof Johansson2018-01-042-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | ARM: pxa: move header file out of I2C realmWolfram Sang2017-11-282-2/+2
| | |/ /
* | | | Merge tag 'pm-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-01-292-21/+20
|\ \ \ \
| * \ \ \ Merge branch 'pm-core'Rafael J. Wysocki2018-01-182-21/+20
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | PM: i2c-designware-platdrv: Optimize power managementRafael J. Wysocki2018-01-102-21/+12
| | * | | PM: i2c-designware-platdrv: Use DPM_FLAG_SMART_PREPARERafael J. Wysocki2018-01-101-1/+9
| | | |/ | | |/|
* | | | i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATAJeremy Compostella2018-01-171-6/+7
* | | | i2c: core: decrease reference count of device node in i2c_unregister_deviceLixin Wang2018-01-171-1/+5
|/ / /
* | | i2c: piix4: Fix port number check on releaseJean Delvare2017-12-121-1/+1
* | | i2c: stm32: Fix copyrightsBenjamin Gaignard2017-12-123-3/+6
* | | i2c-cht-wc: constify platform_device_idArvind Yadav2017-12-071-1/+1
|/ /
* | i2c: i2c-boardinfo: fix memory leaks on devinfoColin Ian King2017-11-271-0/+2
* | i2c: i801: Fix Failed to allocate irq -2147483648 errorHans de Goede2017-11-271-0/+3
|/
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-88/+180
|\
| * i2c compat ioctls: move to ->compat_ioctl()Al Viro2017-09-201-88/+180
* | Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-1424-377/+671
|\ \
| * | i2c: aspeed: Deassert reset in probeJoel Stanley2017-11-061-0/+12
| * | i2c: thunderx: Remove duplicate NULL checkAndy Shevchenko2017-11-021-2/+1
| * | i2c: taos-evm: Remove duplicate NULL checkAndy Shevchenko2017-11-021-2/+1
| * | i2c: Make i2c_unregister_device() NULL-awareAndy Shevchenko2017-11-021-2/+3
| * | i2c: xgene-slimpro: Support v2Hoan Tran2017-11-011-4/+26
| * | i2c: mpc: remove useless variable initializationWolfram Sang2017-11-011-1/+1
| * | Merge branch 'i2c/sbs-manager' into i2c/for-4.15Wolfram Sang2017-11-017-127/+121
| |\ \
| | * | i2c: mux: pca954x: Return error if irq_create_mapping failsPhil Reid2017-10-281-0/+4
OpenPOWER on IntegriCloud