index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-ocores.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: ocores: rework clk code to handle NULL cookie
Wolfram Sang
2015-02-20
1
-14
/
+21
*
i2c: ocores: add common clock support
Max Filippov
2015-02-05
1
-1
/
+32
*
i2c: ocores: fix clock-frequency binding usage
Max Filippov
2015-02-05
1
-13
/
+42
*
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
i2c: i2c-ocores: Drop class based scanning to improve bootup time
Wolfram Sang
2014-07-16
1
-6
/
+6
*
i2c: Make of_device_id array const
Jingoo Han
2014-06-02
1
-1
/
+1
*
i2c: i2c-ocores: deprecate class based instantiation
Wolfram Sang
2014-03-05
1
-1
/
+1
*
i2c: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-24
1
-1
/
+0
*
i2c: move OF helpers into the core
Wolfram Sang
2013-08-23
1
-3
/
+0
*
i2c: use dev_get_platdata()
Jingoo Han
2013-08-19
1
-1
/
+1
*
drivers/i2c/busses/i2c-ocores.c: simplify use of devm_ioremap_resource
Julia Lawall
2013-08-15
1
-4
/
+1
*
i2c: ocores: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2013-08-15
1
-1
/
+1
*
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-02-26
1
-2
/
+1
|
\
|
*
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
2013-02-22
1
-1
/
+0
|
*
i2c: ocores: Fix pointer to integer cast warning
Jayachandran C
2013-02-21
1
-1
/
+1
*
|
i2c: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-24
1
-3
/
+4
|
/
*
i2c: remove __dev* attributes from subsystem
Bill Pemberton
2012-12-22
1
-3
/
+3
*
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
2012-12-18
1
-35
/
+129
|
\
|
*
i2c: ocores: Move grlib set/get functions into #ifdef CONFIG_OF block
Andreas Larsson
2012-11-22
1
-34
/
+34
|
*
i2c: ocores: Add support for the GRLIB port of the controller and use functio...
Andreas Larsson
2012-11-16
1
-18
/
+120
|
*
i2c: ocores: Add irq support for sparc
Andreas Larsson
2012-11-16
1
-5
/
+6
|
*
i2c: ocores: Use devm_request_and_ioremap()
Thierry Reding
2012-11-13
1
-12
/
+3
*
|
bindings: i2c: use consistent naming for i2c binding descriptions
Wolfram Sang
2012-11-15
1
-4
/
+0
|
/
*
i2c: i2c-ocores: support for 16bit and 32bit IO
Ganesan Ramalingam
2012-07-14
1
-2
/
+19
*
i2c: i2c-ocores: Use reg-shift property
Ganesan Ramalingam
2012-07-14
1
-14
/
+22
*
i2c: i2c-ocores: DT bindings and minor fixes.
Jayachandran C
2012-07-14
1
-38
/
+7
*
i2c-ocores: Use struct dev_pm_ops for power management
Rafael J. Wysocki
2012-07-12
1
-8
/
+9
*
i2c: ocores: register OF i2c devices
Ganesan Ramalingam
2012-05-12
1
-0
/
+3
*
i2c/busses: Use module_platform_driver()
Axel Lin
2012-01-12
1
-15
/
+2
*
mfd: Use mfd cell platform_data for timberdale cells platform bits
Samuel Ortiz
2011-05-26
1
-2
/
+1
*
mfd: mfd_cell is now implicitly available to timberdale drivers
Andres Salomon
2011-03-23
1
-1
/
+2
*
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2011-03-15
1
-11
/
+3
|
\
|
*
driver-core: remove conditionals around devicetree pointers
Grant Likely
2011-01-21
1
-11
/
+3
*
|
i2c-ocores: Fix pointer type mismatch error
Grant Likely
2011-03-08
1
-1
/
+1
|
/
*
i2c-ocores: add some device tree documentation
Jonas Bonn
2011-01-04
1
-0
/
+35
*
i2c-ocores: Use devres for resource allocation
Jonas Bonn
2011-01-04
1
-35
/
+11
*
i2c-ocores: Adapt for device tree
Jonas Bonn
2011-01-04
1
-8
/
+56
*
i2c: Use <linux/io.h> instead of <asm/io.h>
H Hartley Sweeten
2010-05-21
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
i2c: Use resource_size macro
Linus Walleij
2009-06-16
1
-4
/
+4
*
i2c-ocores: Can add I2C devices to the bus
Richard Röjfors
2009-06-13
1
-0
/
+5
*
i2c-ocores: basic PM support
Manuel Lauss
2008-07-14
1
-7
/
+35
*
i2c: Let bus drivers add SPD to their class
Jean Delvare
2008-07-14
1
-1
/
+1
*
i2c: Fix platform driver hotplug/coldplug
Kay Sievers
2008-04-22
1
-0
/
+3
*
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-14
1
-1
/
+0
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
1
-1
/
+1
*
Remove all inclusions of <linux/config.h>
Dave Jones
2006-10-04
1
-1
/
+0
*
i2c: Constify i2c_algorithm declarations, part 2
Jean Delvare
2006-09-26
1
-1
/
+1
*
[PATCH] i2c-ocores: Minor cleanups
Peter Korsgaard
2006-06-22
1
-4
/
+2
*
[PATCH] i2c: New bus driver for the OpenCores I2C controller
Peter Korsgaard
2006-06-22
1
-0
/
+343