summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2020-07-09i2c: mlxcpld: check correct size of maximum RECV_LEN packetWolfram Sang1-2/+2
2020-07-09i2c: algo-pca: Add 0x78 as SCL stuck low status for PCA9665Chris Packham1-1/+2
2020-06-30i2c: core: check returned size of emulated smbus block readMans Rullgard1-0/+7
2020-06-30i2c: fsi: Fix the port number field in status registerEddie James1-1/+1
2020-06-30Revert "i2c: tegra: Fix suspending in active runtime PM state"Thierry Reding1-9/+0
2020-06-24i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=nMax Staudt1-0/+1
2020-06-24i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King1-4/+3
2020-06-24i2c: pxa: clear all master action bits in i2c_pxa_stop_message()Russell King1-4/+2
2020-06-24i2c: piix4: Detect secondary SMBus controller on AMD AM4 chipsetsAdam Honse1-1/+2
2020-06-07i2c: altera: Fix race between xfer_msg and isr threadAtsushi Nemoto1-1/+9
2020-05-27i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_pro...Christophe JAILLET1-0/+1
2020-05-27i2c: fix missing pm_runtime_put_sync in i2c_device_probeAlain Volmat1-6/+16
2020-05-27i2c: dev: Fix the race between the release of i2c_dev and cdevKevin Hao1-22/+26
2020-05-06i2c: aspeed: Avoid i2c interrupt status clear race condition.ryan_chen1-1/+4
2020-05-06i2c: iproc: generate stop event for slave writesRayagonda Kokatanur1-0/+3
2020-05-06i2c: amd-mp2-pci: Fix Oops in amd_mp2_pci_init() error handlingDan Carpenter1-1/+1
2020-05-02i2c: altera: use proper variable to hold errnoWolfram Sang1-5/+4
2020-04-21i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag on BYT and CHTHans de Goede1-4/+10
2020-04-17i2c: pca-platform: Use platform_irq_get_optionalChris Packham1-1/+1
2020-04-17i2c: st: fix missing struct parameter descriptionAlain Volmat1-0/+1
2020-04-08i2c: i801: Do not add ICH_RES_IO_SMI for the iTCO_wdt deviceMika Westerberg1-33/+12
2020-04-01i2c: nvidia-gpu: Handle timeout correctly in gpu_i2c_check_status()Kai-Heng Feng1-12/+8
2020-04-01i2c: hix5hd2: add missed clk_disable_unprepare in removeChuhong Yuan1-0/+1
2020-03-18i2c: acpi: put device when verifying client failsWolfram Sang1-1/+9
2020-03-18i2c: gpio: suppress error on probe deferHamish Martin1-1/+1
2020-03-18i2c: designware-pci: Fix BUG_ON during device removalJarkko Nikula1-0/+1
2020-03-05i2c: jz4780: silence log flood on txabrtWolfram Sang1-34/+2
2020-03-05i2c: altera: Fix potential integer overflowGustavo A. R. Silva1-1/+1
2020-01-26i2c: stm32f7: report dma error during probeAlain Volmat2-8/+17
2020-01-26i2c: i2c-stm32f7: fix 10-bits check in slave free id search loopAlain Volmat1-1/+1
2020-01-26i2c: stm32f7: rework slave_id allocationAlain Volmat1-1/+1
2020-01-23i2c: iop3xx: Fix memory leak in probe error pathKrzysztof Kozlowski1-4/+8
2020-01-23i2c: tegra: Properly disable runtime PM on driver's probe errorDmitry Osipenko1-10/+19
2020-01-23i2c: tegra: Fix suspending in active runtime PM stateDmitry Osipenko1-0/+9
2020-01-17i2c: bcm2835: Store pointer to bus clockStefan Wahren1-9/+8
2020-01-14i2c: fix bus recovery stop mode timingRussell King1-3/+10
2020-01-04i2c: stm32f7: fix & reorder remove & probe error handlingAlain Volmat1-7/+12
2019-11-16i2c: 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-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-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-25Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds29-236/+726
2019-09-20Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-3/+3