aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds24-377/+671
2017-11-06i2c: aspeed: Deassert reset in probeJoel Stanley1-0/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-11-02i2c: thunderx: Remove duplicate NULL checkAndy Shevchenko1-2/+1
2017-11-02i2c: taos-evm: Remove duplicate NULL checkAndy Shevchenko1-2/+1
2017-11-02i2c: Make i2c_unregister_device() NULL-awareAndy Shevchenko1-2/+3
2017-11-01i2c: xgene-slimpro: Support v2Hoan Tran1-4/+26
2017-11-01i2c: mpc: remove useless variable initializationWolfram Sang1-1/+1
2017-11-01Merge branch 'i2c/sbs-manager' into i2c/for-4.15Wolfram Sang7-127/+121
2017-11-01Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Wolfram Sang1-108/+104
2017-10-30i2c: omap: Trigger bus recovery in lockup caseClaudio Foellmi1-2/+23
2017-10-30i2c: gpio: Add support for named gpios in DTLinus Walleij1-16/+43
2017-10-30i2c: gpio: Local vars in probeLinus Walleij1-13/+14
2017-10-30i2c: gpio: Enforce open drain through gpiolibLinus Walleij1-63/+39
2017-10-30i2c: gpio: Convert to use descriptorsLinus Walleij1-71/+63
2017-10-28i2c: mux: pca954x: Return error if irq_create_mapping failsPhil Reid1-0/+4
2017-10-28i2c: mux: pca954x: call request irq after adding mux segmentsPhil Reid1-63/+28
2017-10-28i2c: core: call of_i2c_setup_smbus_alert in i2c_register_adapterPhil Reid1-0/+9
2017-10-28i2c: i2c-smbus: add of_i2c_setup_smbus_alertPhil Reid2-1/+31
2017-10-28i2c: i2c-smbus: Move i2c_setup_smbus_alert from i2c-smbus to i2c-core-smbusPhil Reid2-32/+33
2017-10-28i2c: i2c-smbus: Use threaded irq for smbalertPhil Reid4-32/+17
2017-10-28i2c: generic recovery: check SCL before SDAClaudio Foellmi1-3/+7
2017-10-28i2c: img-scb: Add runtime PMEd Blake1-19/+78
2017-10-27i2c: mpc: use of_property_read_boolJulia Lawall1-1/+1
2017-10-27i2c: riic: remove clock and frequency restrictionsChris Brandt1-34/+81
2017-10-27Merge branch 'i2c/cht-wc-fusb302-immutable' into i2c/for-4.15Wolfram Sang7-22/+229
2017-10-27i2c/busses: Convert timers to use timer_setup()Kees Cook2-9/+6
2017-10-27i2c-cht-wc: Add device-properties for fusb302 integrationHans de Goede2-7/+49
2017-10-27i2c: Allow overriding dev_name through board_infoHans de Goede1-2/+8
2017-10-26Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang6-17/+17
2017-10-26i2c: davinci: use correct format identifier for size_tWolfram Sang1-1/+1
2017-10-20i2c: mux: reg: use of_property_read_bool()Sergei Shtylyov1-6/+3
2017-10-18i2c: omap: Fix error handling for clk_get()Tony Lindgren1-0/+14
2017-10-17i2c: sh_mobile: Use of_device_get_match_data() helperGeert Uytterhoeven1-5/+3
2017-10-17i2c: xlp9xx: Handle I2C_M_RECV_LEN in msg->flagsKamlakant Patel1-3/+27
2017-10-17i2c: xlp9xx: Get clock frequency with clk APIJayachandran C1-1/+13
2017-10-17i2c: designware: make const array supported_speeds static to shink object cod...Colin Ian King1-1/+3
2017-10-17i2c: davinci: Add PM Runtime SupportFranklin S Cooper Jr1-12/+55
2017-10-13i2c: piix4: Disable completely the IMC during SMBUS_BLOCK_DATARicardo Ribalda Delgado1-6/+126
2017-10-13i2c: piix4: Fix SMBus port selection for AMD Family 17h chipsGuenter Roeck1-4/+26
2017-10-13i2c: imx: fix misleading bus recovery debug messageClemens Gruber1-1/+1
2017-10-13i2c: imx: use IRQF_SHARED mode to request IRQWei Jinhua1-1/+1
2017-10-13i2c: ismt: Separate I2C block read from SMBus block readPontus Andersson1-1/+4
2017-10-07Merge branch 'i2c/for-current-4.14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-10/+13
2017-10-05i2c: i2c-stm32f7: make structure stm32f7_setup static constColin Ian King1-1/+1
2017-10-05i2c: ensure termination of *_device_id tablesThomas Meyer1-0/+1
2017-10-05i2c: i801: Add support for Intel Cedar ForkJarkko Nikula2-0/+5
2017-10-05i2c: stm32f7: fix setup structurePierre-Yves MORDRET1-9/+6
2017-10-05PM: i2c-designware-platdrv: Suspend/resume at the late/early stagesRafael J. Wysocki2-13/+22
2017-10-05PM: i2c-designware-platdrv: Clean up PM handling in probeRafael J. Wysocki1-12/+22
2017-10-04Update James Hogan's email addressJames Hogan1-1/+1
2017-09-14i2c: i2c-stm32f7: add driverPierre-Yves MORDRET3-0/+983
2017-09-14i2c: i2c-stm32f4: use generic definition of speed enumPierre-Yves MORDRET2-11/+27
2017-09-13i2c: altera: Add Altera I2C Controller driverThor Thayer3-0/+522
2017-09-09Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds54-322/+1394
2017-08-31i2c: sprd: Fix undefined reference errorsBaolin Wang1-1/+1
2017-08-31i2c: designware: Round down ACPI provided clk to nearest supported clkHans de Goede1-4/+12
2017-08-29i2c: nomadik: constify amba_idArvind Yadav1-1/+1
2017-08-29i2c: versatile: Make i2c_algo_bit_data constBhumika Goyal1-1/+1
2017-08-29i2c: busses: make i2c_adapter_quirks constBhumika Goyal7-7/+7
2017-08-29i2c: busses: make i2c_adapter constBhumika Goyal5-5/+5
2017-08-29i2c: busses: make i2c_algorithm constBhumika Goyal2-2/+2
2017-08-29i2c: ismt: Return EMSGSIZE for block reads with bogus lengthStephen Douthit1-1/+3
2017-08-29i2c: ismt: Don't duplicate the receive length for block readsStephen Douthit1-2/+2
2017-08-29i2c: Add Spreadtrum I2C controller driverBaolin Wang3-0/+654
2017-08-29i2c-cht-wc: make cht_wc_i2c_adap_driver staticColin Ian King1-1/+1
2017-08-28i2c: aspeed: Retain delay/setup/hold values when configuring bus frequencyAndrew Jeffery1-1/+8
2017-08-28i2c: i801: Restore the presence state of P2SB PCI device after reading BARQiuxu Zhuo1-4/+8
2017-08-27blackfin: merge the two TWI header filesWolfram Sang1-1/+0
2017-08-27i2c: davinci: Preserve return value of devm_clk_getFranklin S Cooper Jr1-1/+1
2017-08-27i2c: mediatek: Add i2c compatible for MediaTek MT7622Jun Gao1-0/+14
2017-08-27Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang5-161/+80
2017-08-22i2c: mux: i2c-arb-gpio-challenge: allow compiling w/o OF supportPeter Rosin1-1/+1
2017-08-17i2c-cht-wc: Workaround CHT GPIO controller IRQ issuesHans de Goede1-4/+10
2017-08-17i2c-cht-wc: Ack read irqs after reading the data registerHans de Goede1-10/+19
2017-08-17i2c-cht-wc: Add locking to interrupt / smbus_xfer functionsHans de Goede1-13/+24
2017-08-17i2c: sh_mobile: avoid unused ret variableEugeniu Rosca1-2/+2
2017-08-17i2c: rcar: avoid unused ret variableEugeniu Rosca1-3/+2
2017-08-17i2c: designware: Fix runtime PM for I2C slave modeJarkko Nikula1-0/+3
2017-08-17i2c: designware: Remove needless pm_runtime_put_noidle() callJarkko Nikula1-1/+0
2017-08-17i2c: taos-evm: constify serio_device_idArvind Yadav1-1/+1
2017-08-17i2c: mux: pinctrl: potential NULL dereference on errorDan Carpenter1-1/+1
2017-08-14i2c: aspeed: fixed potential null pointer dereferenceBrendan Higgins1-2/+3
2017-08-14i2c: aspeed: add proper support fo 24xx clock paramsBrendan Higgins1-18/+56
2017-08-14i2c: tegra: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-14i2c: sun6i-pw2i: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-14i2c: stm32f4: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-14i2c: mv64xxx: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-14i2c: simtec: use release_mem_region instead of release_resourceAnton Vasilyev1-4/+2
2017-08-14i2c: core: Make comment about I2C table requirement to reflect the codeJavier Martinez Canillas1-2/+2
2017-08-14i2c: designware: Fix standard mode speed when configuring the slave modeJarkko Nikula1-2/+1
2017-08-14i2c: designware: Fix oops from i2c_dw_irq_handler_slaveJarkko Nikula1-1/+1
2017-08-14i2c: designware: Fix system suspendUlf Hansson1-2/+12
2017-08-14i2c: mux: pinctrl: drop the idle_state memberPeter Rosin1-6/+2
2017-08-14i2c: mux: pinctrl: remove platform_dataPeter Rosin2-148/+72
2017-08-14i2c: mux: mlxcpld: move header file out of I2C realmWolfram Sang1-1/+1
2017-08-14i2c: mux: pca954x: move header file out of I2C realmWolfram Sang2-2/+2
2017-08-14i2c: mux: pca9541: sort include filesWolfram Sang1-4/+3
2017-08-13i2c-cht-wc: Add Intel Cherry Trail Whiskey Cove SMBUS controller driverHans de Goede3-0/+346
2017-08-12i2c: rk3x: add support for rv1108Andy Yan1-0/+9
2017-08-12i2c: uniphier-f: add suspend / resume supportMasahiro Yamada1-9/+37
2017-08-12i2c: uniphier: add suspend / resume supportMasahiro Yamada1-5/+35
2017-08-12i2c: constify internal structuresGustavo A. R. Silva4-5/+5
2017-07-31i2c: Convert to using %pOF instead of full_nameRob Herring5-25/+21
2017-07-31i2c: allow i2c-versatile for ARM MPS platformsRussell King1-1/+1
2017-07-31i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada13-48/+24
2017-07-31Merge branch 'i2c-mux/for-current' of https://github.com/peda-r/i2c-mux into ...Wolfram Sang1-1/+1
2017-07-31i2c: mediatek: send i2c master code at 400kJun Gao1-19/+46
2017-07-31i2c: designware: Some broken DSTDs use 1MiHz instead of 1MHzHans de Goede1-0/+3
2017-07-31i2c: designware: Print clock freq on invalid clock freq errorHans de Goede1-1/+2
2017-07-31i2c: core: Allow empty id_table in ACPI case as wellAndy Shevchenko3-4/+25
2017-07-17i2c: mux: pinctrl: mention correct module name in Kconfig help textChris Gorman1-1/+1
2017-07-12Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds29-2239/+4551
2017-07-04i2c: designware: Let slave adapter support be optionalJarkko Nikula2-1/+4
2017-07-04i2c: designware: Make HW init functions staticJarkko Nikula3-8/+4
2017-07-04i2c: designware: fix spelling mistakesColin Ian King1-1/+1
2017-07-04i2c: pca-platform: propagate error from i2c_pca_add_numbered_busChris Packham1-3/+3
2017-07-04i2c: pca-platform: correctly set algo_data.reset_chipChris Packham1-2/+4
2017-07-04i2c: acpi: Do not create i2c-clients for LNXVIDEO ACPI devicesHans de Goede1-0/+12
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+187
2017-06-27i2c: designware: enable SLAVE in platform moduleLuis Oliveira2-5/+38
2017-06-27i2c: designware: add SLAVE mode functionsLuis Oliveira5-1/+418
2017-06-27i2c: zx2967: drop COMPILE_TEST dependencyShawn Guo1-1/+1
2017-06-27i2c: zx2967: always use the same device when printing errorsWolfram Sang1-1/+1
2017-06-27i2c: pca-platform: use dev_warn/dev_info instead of printkChris Packham1-3/+3
2017-06-27i2c: pca-platform: use device managed allocationsChris Packham1-47/+12
2017-06-27i2c: pca-platform: add devicetree awarenessChris Packham1-0/+25
2017-06-27i2c: pca-platform: switch to struct gpio_descChris Packham1-24/+19
2017-06-23i2c: cadance: fix ctrl/addr reg write orderMatt Weber1-3/+3
2017-06-23i2c: zx2967: add i2c controller driver for ZTE's zx2967 familyBaoyou Xie3-0/+619
2017-06-23i2c: algo-bit: add support for I2C_M_STOPJean Delvare1-3/+10
2017-06-23i2c: aspeed: added slave support for Aspeed I2C driverBrendan Higgins1-0/+201
2017-06-23i2c: aspeed: added driver for Aspeed I2CBrendan Higgins3-0/+701
2017-06-23i2c: rcar: document HW incapabilitiesWolfram Sang1-1/+6
2017-06-22i2c: imx: Use correct function to write to registerMichail Georgios Etairidis1-4/+4
2017-06-19i2c: emev2: Handle return value of clk_prepare_enableArvind Yadav1-1/+3
2017-06-19i2c: designware: introducing I2C_SLAVE definitionsLuis Oliveira1-2/+31
2017-06-19i2c: designware: MASTER mode as separated driverLuis Oliveira6-368/+433
2017-06-19i2c: designware: refactoring of the i2c-designwareLuis Oliveira2-35/+52
2017-06-19i2c: designware: Cleaning and comment style fixes.Luis Oliveira3-61/+62
2017-06-19i2c: at91: Fix compilation warning.Arvind Yadav1-4/+4
2017-06-19i2c: at91: Handle return value of clk_prepare_enableArvind Yadav1-2/+6
2017-06-19i2c: use proper name for the R-Car SoCWolfram Sang1-1/+1
2017-06-19i2c: xlp9xx: Enable HWMON class probing for xlp9xxGeorge Cherian1-0/+1
2017-06-19i2c: i801: Add support for Intel Cannon LakeSrinivas Pandruvada2-0/+10
2017-06-18i2c: xgene-slimpro: include linux/io.h for memremapArnd Bergmann1-0/+1
2017-06-15i2c: stub: fix build warning regressionWolfram Sang1-1/+1
2017-06-15i2c: ismt: fix wrong device address when unmap the data bufferLiwei Song1-1/+1
2017-06-15i2c: rcar: use correct length when unmapping DMAWolfram Sang1-1/+1
2017-06-12Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman2-5/+22
2017-06-03i2c: i2c-mux-gpmux: new driverPeter Rosin3-0/+187
2017-06-02i2c: mxs: change error printing to debug for mxs_i2c_pio_wait_xfer_endMichael Thalmeier1-3/+3
2017-06-02i2c: sh_mobile: drop needless check for of_nodeWolfram Sang1-12/+7
2017-06-02i2c: sh_mobile: remove platform_dataWolfram Sang1-8/+0
2017-06-02i2c: stub: use pr_fmtWolfram Sang1-8/+8
2017-06-02i2c: xgene-slimpro: Add ACPI support by using PCC mailboxHoan Tran1-13/+161
2017-06-02i2c: xgene-slimpro: Use a single function to send command messageHoan Tran1-41/+26
2017-05-31i2c: reformat core-base file headerWolfram Sang1-21/+22
2017-05-31i2c: remove unneeded includes from coreWolfram Sang1-2/+0
2017-05-31i2c: break out ACPI support into separate fileWolfram Sang4-648/+669
2017-05-31i2c: break out OF support into separate fileWolfram Sang4-264/+286
2017-05-31i2c: break out smbus support into separate fileWolfram Sang3-575/+595
2017-05-31i2c: break out slave support into separate fileWolfram Sang4-101/+118
2017-05-31i2c: rename core source file to allow refactorizationWolfram Sang3-2/+4
2017-05-22i2c: designware: Fix bogus sda_hold_time due to uninitialized varsJan Kiszka1-1/+1
2017-05-22i2c: i2c-tiny-usb: fix buffer not being DMA capableSebastian Reichel1-4/+21
2017-05-19i2c: designware: don't infer timings described by ACPI from clock rateArd Biesheuvel1-8/+10
2017-05-17i2c: xgene: Set ACPI_COMPANION_I2CTin Huynh1-0/+1
2017-05-16i2c: mv64xxx: don't override deferred probing when getting irqThomas Petazzoni1-3/+3
2017-05-15i2c: mux: only print failure message on errorPeter Rosin1-10/+16
2017-05-15i2c: mux: reg: rename label to indicate what it doesPeter Rosin1-2/+2
2017-05-15i2c: mux: reg: put away the parent i2c adapter on probe failurePeter Rosin1-5/+12
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-12/+12
2017-05-10Merge tag 'acpi-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-2/+56
2017-05-03Merge branch 'i2c/for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds25-248/+588
2017-04-27i2c: designware: Add ACPI HID for Hisilicon Hip07/08 I2C controllerHanjun Guo1-0/+2
2017-04-21i2c: thunderx: Enable HWMON class probingJan Glauber1-0/+1
2017-04-21i2c: rcar: clarify PM handling with more commentsWolfram Sang1-1/+3
2017-04-21i2c: rcar: fix resume by always initializing registers before transferWolfram Sang1-2/+2
2017-04-21i2c: tegra: fix spelling mistake: "contoller" -> "controller"Colin Ian King1-1/+1
2017-04-21i2c: exynos5: use core helper to get driver dataAndrzej Hajda1-12/+3
2017-04-21i2c: exynos5: de-duplicate error logs on clock setupAndrzej Hajda1-17/+7
2017-04-21i2c: exynos5: simplify clock frequency handlingAndrzej Hajda1-33/+12
2017-04-21i2c: exynos5: simplify timings calculationAndrzej Hajda1-26/+14
2017-04-20Annotate hardware config module parameters in drivers/i2c/David Howells8-12/+12
2017-04-19i2c: designware-baytrail: fix potential null pointer dereference on devColin Ian King1-1/+3
2017-04-19i2c: designware: Get selected speed mode sda-hold-time via ACPIchin.yew.tan@intel.com1-9/+22
2017-04-16Merge branch 'i2c/for-INT33FE' into i2c/for-4.12Wolfram Sang1-3/+59
2017-04-16i2c: core: Allow drivers to disable i2c-core irq mappingHans de Goede1-3/+3
2017-04-16i2c: core: Add new i2c_acpi_new_device helper functionHans de Goede1-0/+49
2017-04-16i2c: core: Allow getting ACPI info by indexHans de Goede1-0/+7
2017-04-16i2c: img-scb: use setup_timerGeliang Tang1-3/+2
2017-04-16i2c: i2c-scmi: add a MS HIDEdgar Cherkasov1-0/+4
2017-04-16Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang10-30/+352
2017-04-12i2c: mux: ltc4306: LTC4306 and LTC4305 I2C multiplexer/switchMichael Hennerich3-0/+334
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie1-28/+6
2017-04-03Merge branch 'ib/4.11-rc3-i2c-irq-resources' into nextDmitry Torokhov2-2/+56
2017-04-03i2c: mux: reg: stop double error reportingPeter Rosin1-3/+1
2017-04-03i2c: mux: pinctrl: stop double error reportingPeter Rosin1-3/+1