aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds20-131/+321
2019-11-28i2c: icy: convert to i2c_new_scanned_deviceWolfram Sang1-4/+4
2019-11-28i2c: replace i2c_new_probed_device with an ERR_PTR variantWolfram Sang1-6/+19
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2019-11-25i2c: Fix Kconfig indentationKrzysztof Kozlowski2-20/+20
2019-11-25i2c: smbus: Don't filter out duplicate alertsCorey Minyard1-7/+0
2019-11-25i2c: i801: Correct Intel Jasper Lake SOC namingAndy Shevchenko2-5/+5
2019-11-25i2c: i2c-stm32f7: fix 10-bits check in slave free id search loopAlain Volmat1-1/+1
2019-11-20i2c: of: Populate fwnode in of_i2c_get_board_info()Saravana Kannan1-0/+1
2019-11-17i2c: iproc: Add i2c repeated start capabilityLori Hikichi1-13/+50
2019-11-15i2c: remove helpers for ref-counting clientsWolfram Sang1-32/+0
2019-11-15i2c: core: fix use after free in of_i2c_notifyWen Yang1-2/+2
2019-11-15i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is presentHans de Goede1-1/+27
2019-11-14i2c: tegra: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-11-14i2c: sh_mobile: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-1/+1
2019-11-14i2c: qup: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-11-14i2c: at91: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-11-14i2c: rcar: Remove superfluous call to clk_get_rate()Geert Uytterhoeven1-1/+1
2019-11-11i2c: pxa: remove unused i2c-slave APIsPatrick Williams1-1/+0
2019-11-11i2c: pxa: migrate to new i2c_slave APIsPatrick Williams2-14/+61
2019-11-11i2c: cros-ec-tunnel: Make the device acpi compatibleAkshu Agrawal1-5/+10
2019-11-11i2c: stm32f7: report dma error during probeAlain Volmat2-8/+17
2019-11-11i2c: icy: no need to populate address for scanned deviceWolfram Sang1-1/+0
2019-11-11i2c: xiic: Fix kerneldoc warningsShubhrajyoti Datta1-0/+2
2019-11-11i2c: stm32f7: fix & reorder remove & probe error handlingAlain Volmat1-7/+12
2019-10-26i2c: stm32f7: rework slave_id allocationAlain Volmat1-1/+1
2019-10-24i2c: stm32f7: remove warning when compiling with W=1Alain Volmat1-1/+1
2019-10-24i2c: stm32f7: fix a race in slave mode with arbitration loss irqFabrice Gasnier1-7/+10
2019-10-24i2c: stm32f7: fix first byte to send in slave modeFabrice Gasnier1-0/+2
2019-10-24i2c: mt65xx: fix NULL ptr dereferenceFabien Parent1-1/+1
2019-10-24i2c: i801: Add support for Intel Comet Lake PCH-HJarkko Nikula1-0/+4
2019-10-24i2c: i801: Add support for Intel Jasper LakeJarkko Nikula2-0/+5
2019-10-24i2c: at91: add support for analog filteringEugen Hristev3-4/+26
2019-10-24i2c: at91: add support for advanced digital filteringEugen Hristev3-3/+41
2019-10-24i2c: at91: add support for digital filteringEugen Hristev3-0/+23
2019-10-24i2c: at91: add new platform support for sam9x60Eugen Hristev1-0/+11
2019-10-24i2c: add support for filters optional propertiesEugen Hristev1-0/+6
2019-10-21i2c: Aspeed: Add AST2600 compatibleEddie James1-0/+4
2019-10-21i2c: aspeed: fix master pending state handlingJae Hyun Yoo1-20/+34
2019-09-28i2c: slave-eeprom: Add read only modeBjörn Ardö1-3/+11
2019-09-28i2c: i801: Bring back Block Process Call support for certain platformsJarkko Nikula1-0/+1
2019-09-28i2c: riic: Clear NACK in tend isrChris Brandt1-0/+1
2019-09-28i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630Lee Jones1-4/+8
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds29-236/+726
2019-09-19Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds2-3/+3
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+14
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds3-33/+4
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds5-7/+7
2019-09-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2019-09-13i2c: tegra: Move suspend handling to NOIRQ phaseJon Hunter1-18/+22