aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-ocores.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-13i2c: ocores: Move system PM hooks to the NOIRQ phaseSamuel Holland1-2/+2
2023-08-08i2c: ocores: Remove #ifdef guards for PM related functionsPaul Cercueil1-7/+3
2023-06-23i2c: ocores: use devm_ managed clksWang Zhang1-43/+21
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-13i2c: ocores: generate stop condition after timeout in polling modeGregor Herburger1-16/+19
2021-05-27i2c: busses: i2c-ocores: Place the expected function names into the documenta...Lee Jones1-4/+4
2020-12-03i2c: ocores: Avoid false-positive error log message.Stefan Lässer1-1/+1
2020-11-03i2c: ocores: fix polling mode workaround on FU540-C000 SoCSagar Shrikant Kadam1-12/+11
2020-01-15i2c: ocores: convert to use i2c_new_client_device()Wolfram Sang1-1/+1
2019-08-29i2c: ocores: use request_any_context_irq() to register IRQ handlerFederico Vaga1-2/+3
2019-06-14i2c: ocores: add polling mode workaround for Sifive FU540-C000 SoCSagar Shrikant Kadam1-2/+22
2019-06-14i2c: ocores: add support for i2c device on Sifive FU540-c000 SoCSagar Shrikant Kadam1-0/+9
2019-04-16i2c: ocores: enable atomic xfersWolfram Sang1-0/+1
2019-04-16i2c: ocores: refactor setup for pollingWolfram Sang1-11/+4
2019-02-24i2c: ocores: turn incomplete kdoc into a commentWolfram Sang1-3/+3
2019-02-14i2c: ocores: Add support for bus clock via platform dataAndrew Lunn1-1/+4
2019-02-14i2c: ocores: Add support for IO mapper registers.Andrew Lunn1-3/+29
2019-02-14i2c: ocores: checkpatch fixesFederico Vaga1-11/+18
2019-02-14i2c: ocores: add SPDX tagFederico Vaga1-4/+1
2019-02-14i2c: ocores: add polling interfaceFederico Vaga1-21/+161
2019-02-14i2c: ocores: do not handle IRQ if IF is not setFederico Vaga1-3/+6
2019-02-14i2c: ocores: stop transfer on timeoutFederico Vaga1-9/+45
2018-08-24i2c: ocores: update my email addressPeter Korsgaard1-2/+2
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+2
2018-05-29i2c: busses: make use of i2c_8bit_addr_from_msgPeter Rosin1-4/+1
2018-05-29i2c: ocores: update HDL sources URLFederico Vaga1-1/+1
2018-05-17i2c: ocores: move header to platform_dataWolfram Sang1-1/+1
2017-08-29i2c: busses: make i2c_adapter constBhumika Goyal1-1/+1
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-3/+1
2016-08-15i2c: ocores: add missed clk_disable_unprepare() on failure pathsAlexey Khoroshilov1-4/+10
2016-04-11i2c: ocores: use new 8 bit address helper functionWolfram Sang1-4/+1
2015-10-20i2c: ocores: support big-endian register layoutMax Filippov1-4/+27
2015-02-20i2c: ocores: rework clk code to handle NULL cookieWolfram Sang1-14/+21
2015-02-05i2c: ocores: add common clock supportMax Filippov1-1/+32
2015-02-05i2c: ocores: fix clock-frequency binding usageMax Filippov1-13/+42
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-16i2c: i2c-ocores: Drop class based scanning to improve bootup timeWolfram Sang1-6/+6
2014-06-02i2c: Make of_device_id array constJingoo Han1-1/+1
2014-03-05i2c: i2c-ocores: deprecate class based instantiationWolfram Sang1-1/+1
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-3/+0
2013-08-19i2c: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-15drivers/i2c/busses/i2c-ocores.c: simplify use of devm_ioremap_resourceJulia Lawall1-4/+1
2013-08-15i2c: ocores: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-1/+0
2013-02-21i2c: ocores: Fix pointer to integer cast warningJayachandran C1-1/+1
2013-01-24i2c: Convert to devm_ioremap_resource()Thierry Reding1-3/+4
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-3/+3
2012-12-18Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds1-35/+129
2012-11-22i2c: ocores: Move grlib set/get functions into #ifdef CONFIG_OF blockAndreas Larsson1-34/+34
2012-11-16i2c: ocores: Add support for the GRLIB port of the controller and use functio...Andreas Larsson1-18/+120
2012-11-16i2c: ocores: Add irq support for sparcAndreas Larsson1-5/+6
2012-11-15bindings: i2c: use consistent naming for i2c binding descriptionsWolfram Sang1-4/+0
2012-11-13i2c: ocores: Use devm_request_and_ioremap()Thierry Reding1-12/+3
2012-07-14i2c: i2c-ocores: support for 16bit and 32bit IOGanesan Ramalingam1-2/+19
2012-07-14i2c: i2c-ocores: Use reg-shift propertyGanesan Ramalingam1-14/+22
2012-07-14i2c: i2c-ocores: DT bindings and minor fixes.Jayachandran C1-38/+7
2012-07-12i2c-ocores: Use struct dev_pm_ops for power managementRafael J. Wysocki1-8/+9
2012-05-12i2c: ocores: register OF i2c devicesGanesan Ramalingam1-0/+3
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin1-15/+2
2011-05-26mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz1-2/+1
2011-03-23mfd: mfd_cell is now implicitly available to timberdale driversAndres Salomon1-1/+2
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-11/+3
2011-03-08i2c-ocores: Fix pointer type mismatch errorGrant Likely1-1/+1
2011-01-21driver-core: remove conditionals around devicetree pointersGrant Likely1-11/+3
2011-01-04i2c-ocores: add some device tree documentationJonas Bonn1-0/+35
2011-01-04i2c-ocores: Use devres for resource allocationJonas Bonn1-35/+11
2011-01-04i2c-ocores: Adapt for device treeJonas Bonn1-8/+56
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-06-16i2c: Use resource_size macroLinus Walleij1-4/+4
2009-06-13i2c-ocores: Can add I2C devices to the busRichard Röjfors1-0/+5
2008-07-14i2c-ocores: basic PM supportManuel Lauss1-7/+35
2008-07-14i2c: Let bus drivers add SPD to their classJean Delvare1-1/+1
2008-04-22i2c: Fix platform driver hotplug/coldplugKay Sievers1-0/+3
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-26i2c: Constify i2c_algorithm declarations, part 2Jean Delvare1-1/+1
2006-06-22[PATCH] i2c-ocores: Minor cleanupsPeter Korsgaard1-4/+2
2006-06-22[PATCH] i2c: New bus driver for the OpenCores I2C controllerPeter Korsgaard1-0/+343