summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-ocores.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: ocores: add polling mode workaround for Sifive FU540-C000 SoCSagar Shrikant Kadam2019-06-141-2/+22
* i2c: ocores: add support for i2c device on Sifive FU540-c000 SoCSagar Shrikant Kadam2019-06-141-0/+9
* i2c: ocores: enable atomic xfersWolfram Sang2019-04-161-0/+1
* i2c: ocores: refactor setup for pollingWolfram Sang2019-04-161-11/+4Star
* i2c: ocores: turn incomplete kdoc into a commentWolfram Sang2019-02-241-3/+3
* i2c: ocores: Add support for bus clock via platform dataAndrew Lunn2019-02-141-1/+4
* i2c: ocores: Add support for IO mapper registers.Andrew Lunn2019-02-141-3/+29
* i2c: ocores: checkpatch fixesFederico Vaga2019-02-141-11/+18
* i2c: ocores: add SPDX tagFederico Vaga2019-02-141-4/+1Star
* i2c: ocores: add polling interfaceFederico Vaga2019-02-141-21/+161
* i2c: ocores: do not handle IRQ if IF is not setFederico Vaga2019-02-141-3/+6
* i2c: ocores: stop transfer on timeoutFederico Vaga2019-02-141-9/+45
* i2c: ocores: update my email addressPeter Korsgaard2018-08-241-2/+2
* Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-141-5/+2Star
|\
| * i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin2018-05-291-4/+1Star
| * i2c: ocores: move header to platform_dataWolfram Sang2018-05-171-1/+1
* | i2c: ocores: update HDL sources URLFederico Vaga2018-05-291-1/+1
|/
* i2c: busses: make i2c_adapter constBhumika Goyal2017-08-291-1/+1
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-3/+1Star
* i2c: ocores: add missed clk_disable_unprepare() on failure pathsAlexey Khoroshilov2016-08-151-4/+10
* i2c: ocores: use new 8 bit address helper functionWolfram Sang2016-04-111-4/+1Star
* i2c: ocores: support big-endian register layoutMax Filippov2015-10-201-4/+27
* i2c: ocores: rework clk code to handle NULL cookieWolfram Sang2015-02-201-14/+21
* i2c: ocores: add common clock supportMax Filippov2015-02-051-1/+32
* i2c: ocores: fix clock-frequency binding usageMax Filippov2015-02-051-13/+42
* i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* i2c: i2c-ocores: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-6/+6
* i2c: Make of_device_id array constJingoo Han2014-06-021-1/+1
* i2c: i2c-ocores: deprecate class based instantiationWolfram Sang2014-03-051-1/+1
* i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-241-1/+0Star
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-3/+0Star
* i2c: use dev_get_platdata()Jingoo Han2013-08-191-1/+1
* drivers/i2c/busses/i2c-ocores.c: simplify use of devm_ioremap_resourceJulia Lawall2013-08-151-4/+1Star
* i2c: ocores: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-151-1/+1
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-261-2/+1Star
|\
| * i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-1/+0Star
| * i2c: ocores: Fix pointer to integer cast warningJayachandran C2013-02-211-1/+1
* | i2c: Convert to devm_ioremap_resource()Thierry Reding2013-01-241-3/+4
|/
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-221-3/+3
* Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-12-191-35/+129
|\
| * i2c: ocores: Move grlib set/get functions into #ifdef CONFIG_OF blockAndreas Larsson2012-11-221-34/+34
| * i2c: ocores: Add support for the GRLIB port of the controller and use functio...Andreas Larsson2012-11-161-18/+120
| * i2c: ocores: Add irq support for sparcAndreas Larsson2012-11-161-5/+6
| * i2c: ocores: Use devm_request_and_ioremap()Thierry Reding2012-11-131-12/+3Star
* | bindings: i2c: use consistent naming for i2c binding descriptionsWolfram Sang2012-11-151-4/+0Star
|/
* i2c: i2c-ocores: support for 16bit and 32bit IOGanesan Ramalingam2012-07-141-2/+19
* i2c: i2c-ocores: Use reg-shift propertyGanesan Ramalingam2012-07-141-14/+22
* i2c: i2c-ocores: DT bindings and minor fixes.Jayachandran C2012-07-141-38/+7Star
* i2c-ocores: Use struct dev_pm_ops for power managementRafael J. Wysocki2012-07-121-8/+9
* i2c: ocores: register OF i2c devicesGanesan Ramalingam2012-05-121-0/+3