summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-ocores.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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/+0
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-3/+0
* 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/+1
* 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/+1
|\
| * i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-1/+0
| * 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-181-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/+3
* | bindings: i2c: use consistent naming for i2c binding descriptionsWolfram Sang2012-11-151-4/+0
|/
* 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/+7
* 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
* i2c/busses: Use module_platform_driver()Axel Lin2012-01-121-15/+2
* mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz2011-05-261-2/+1
* mfd: mfd_cell is now implicitly available to timberdale driversAndres Salomon2011-03-231-1/+2
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-11/+3
|\
| * driver-core: remove conditionals around devicetree pointersGrant Likely2011-01-211-11/+3
* | i2c-ocores: Fix pointer type mismatch errorGrant Likely2011-03-081-1/+1
|/
* i2c-ocores: add some device tree documentationJonas Bonn2011-01-041-0/+35
* i2c-ocores: Use devres for resource allocationJonas Bonn2011-01-041-35/+11
* i2c-ocores: Adapt for device treeJonas Bonn2011-01-041-8/+56
* i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten2010-05-211-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* i2c: Use resource_size macroLinus Walleij2009-06-161-4/+4
* i2c-ocores: Can add I2C devices to the busRichard Röjfors2009-06-131-0/+5
* i2c-ocores: basic PM supportManuel Lauss2008-07-141-7/+35
* i2c: Let bus drivers add SPD to their classJean Delvare2008-07-141-1/+1
* i2c: Fix platform driver hotplug/coldplugKay Sievers2008-04-221-0/+3
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-041-1/+0
* i2c: Constify i2c_algorithm declarations, part 2Jean Delvare2006-09-261-1/+1
* [PATCH] i2c-ocores: Minor cleanupsPeter Korsgaard2006-06-221-4/+2
* [PATCH] i2c: New bus driver for the OpenCores I2C controllerPeter Korsgaard2006-06-221-0/+343
OpenPOWER on IntegriCloud