aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-ocores.c
AgeCommit message (Expand)Author
2023-11-13i2c: ocores: Move system PM hooks to the NOIRQ phaseSamuel Holland
2023-08-08i2c: ocores: Remove #ifdef guards for PM related functionsPaul Cercueil
2023-06-23i2c: ocores: use devm_ managed clksWang Zhang
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-13i2c: ocores: generate stop condition after timeout in polling modeGregor Herburger
2021-05-27i2c: busses: i2c-ocores: Place the expected function names into the documenta...Lee Jones
2020-12-03i2c: ocores: Avoid false-positive error log message.Stefan Lässer
2020-11-03i2c: ocores: fix polling mode workaround on FU540-C000 SoCSagar Shrikant Kadam
2020-01-15i2c: ocores: convert to use i2c_new_client_device()Wolfram Sang
2019-08-29i2c: ocores: use request_any_context_irq() to register IRQ handlerFederico Vaga
2019-06-14i2c: ocores: add polling mode workaround for Sifive FU540-C000 SoCSagar Shrikant Kadam
2019-06-14i2c: ocores: add support for i2c device on Sifive FU540-c000 SoCSagar Shrikant Kadam
2019-04-16i2c: ocores: enable atomic xfersWolfram Sang
2019-04-16i2c: ocores: refactor setup for pollingWolfram Sang
2019-02-24i2c: ocores: turn incomplete kdoc into a commentWolfram Sang
2019-02-14i2c: ocores: Add support for bus clock via platform dataAndrew Lunn
2019-02-14i2c: ocores: Add support for IO mapper registers.Andrew Lunn
2019-02-14i2c: ocores: checkpatch fixesFederico Vaga
2019-02-14i2c: ocores: add SPDX tagFederico Vaga
2019-02-14i2c: ocores: add polling interfaceFederico Vaga
2019-02-14i2c: ocores: do not handle IRQ if IF is not setFederico Vaga
2019-02-14i2c: ocores: stop transfer on timeoutFederico Vaga
2018-08-24i2c: ocores: update my email addressPeter Korsgaard
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-05-29i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin
2018-05-29i2c: ocores: update HDL sources URLFederico Vaga
2018-05-17i2c: ocores: move header to platform_dataWolfram Sang
2017-08-29i2c: busses: make i2c_adapter constBhumika Goyal
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang
2016-08-15i2c: ocores: add missed clk_disable_unprepare() on failure pathsAlexey Khoroshilov
2016-04-11i2c: ocores: use new 8 bit address helper functionWolfram Sang
2015-10-20i2c: ocores: support big-endian register layoutMax Filippov
2015-02-20i2c: ocores: rework clk code to handle NULL cookieWolfram Sang
2015-02-05i2c: ocores: add common clock supportMax Filippov
2015-02-05i2c: ocores: fix clock-frequency binding usageMax Filippov
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang
2014-07-16i2c: i2c-ocores: Drop class based scanning to improve bootup timeWolfram Sang
2014-06-02i2c: Make of_device_id array constJingoo Han
2014-03-05i2c: i2c-ocores: deprecate class based instantiationWolfram Sang
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-08-19i2c: use dev_get_platdata()Jingoo Han
2013-08-15drivers/i2c/busses/i2c-ocores.c: simplify use of devm_ioremap_resourceJulia Lawall
2013-08-15i2c: ocores: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson
2013-02-21i2c: ocores: Fix pointer to integer cast warningJayachandran C
2013-01-24i2c: Convert to devm_ioremap_resource()Thierry Reding
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton
2012-12-18Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds