index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-mpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-02
i2c-mpc: Do not generate STOP after read.
Joakim Tjernlund
1
-8
/
+2
2009-06-17
powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() function
Wolfgang Denk
1
-1
/
+1
2009-05-12
i2c-mpc: bug fix for MPC52xx clock setting and printout
Wolfgang Grandegger
1
-14
/
+20
2009-04-07
i2c: i2c-mpc: make I2C bus speed configurable
Wolfgang Grandegger
1
-20
/
+242
2009-04-07
i2c: i2c-mpc: use dev based printout function
Wolfgang Grandegger
1
-14
/
+17
2009-04-07
i2c: i2c-mpc: various coding style fixes
Wolfgang Grandegger
1
-17
/
+18
2009-03-30
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
1
-2
/
+2
2009-03-28
i2c: Adapter timeout is in jiffies
Jean Delvare
1
-2
/
+2
2009-03-09
i2c-mpc: do not allow interruptions when waiting for I2C to complete
Timur Tabi
1
-6
/
+3
2009-01-26
i2c: Delete many unused adapter IDs
Jean Delvare
1
-1
/
+0
2008-10-08
i2c-mpc: suppress I2C device probing
Wolfgang Grandegger
1
-1
/
+0
2008-07-16
Merge commit 'origin/master'
Benjamin Herrenschmidt
1
-1
/
+1
2008-07-14
i2c: Let bus drivers add SPD to their class
Jean Delvare
1
-1
/
+1
2008-07-12
powerpc/i2c: Convert i2c-mpc into an of_platform driver
Jon Smirl
1
-44
/
+60
2008-05-11
i2c-mpc: Compare to NO_IRQ instead of zero
Jon Smirl
1
-9
/
+7
2008-04-22
i2c: Fix platform driver hotplug/coldplug
Kay Sievers
1
-0
/
+3
2008-01-27
mpc-i2c: Propagate error values properly
Jon Smirl
1
-12
/
+16
2008-01-27
i2c: Don't uselessly set i2c_adapter.retries
Jean Delvare
1
-1
/
+0
2007-08-14
i2c-mpc: Don't disable I2C module on stop condition
Domen Puncer
1
-3
/
+6
2007-08-14
i2c-mpc: Pass correct dev_id to free_irq on error path
Scott Wood
1
-1
/
+1
2007-07-12
i2c-mpc: work around missing-9th-clock-pulse bug
Domen Puncer
1
-0
/
+23
2007-07-12
i2c-mpc: Use i2c_add_numbered_adapter
Grant Likely
1
-1
/
+2
2007-05-02
PCI: Cleanup the includes of <linux/pci.h>
Jean Delvare
1
-1
/
+0
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+1
2006-09-26
i2c: Constify i2c_algorithm declarations, part 2
Jean Delvare
1
-1
/
+1
2006-07-02
[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-03-20
[PATCH] handle errors returned by platform_get_irq*()
David Vrabel
1
-0
/
+5
2005-11-09
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
1
-12
/
+12
2005-10-29
Create platform_device.h to contain all the platform device details.
Russell King
1
-0
/
+2
2005-10-28
[PATCH] i2c: kzalloc conversion, other drivers
Deepak Saxena
1
-2
/
+1
2005-10-28
[PATCH] Owner field additions to many i2c drivers, 2 of 5
Laurent Riffard
1
-0
/
+1
2005-09-05
[PATCH] I2C: Kill i2c_algorithm.id (5/7)
Jean Delvare
1
-1
/
+1
2005-09-05
[PATCH] I2C: Kill i2c_algorithm.id (4/7)
Jean Delvare
1
-1
/
+0
2005-09-05
[PATCH] I2C: Kill i2c_algorithm.name (1/7)
Jean Delvare
1
-1
/
+0
2005-08-01
[PATCH] i2c-mpc.c: revert duplicate patch
Andrew Morton
1
-94
/
+0
2005-07-29
[PATCH] I2C-MPC: Restore code removed
Kumar Gala
1
-0
/
+94
2005-07-27
[PATCH] I2C-MPC: Restore code removed
Kumar Gala
1
-0
/
+94
2005-06-25
[PATCH] I2C-MPC: Remove OCP device model support
Kumar Gala
1
-204
/
+0
2005-06-21
[PATCH] i2c: Race fix for i2c-mpc.c
Sylvain Munaut
1
-6
/
+8
2005-06-21
[PATCH] I2C: Allow for sharing of the interrupt line for i2c-mpc.c
Kumar Gala
1
-2
/
+2
2005-04-25
[PATCH] ppc annotations: i2c-mpc
Al Viro
1
-2
/
+2
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+496