index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-mpc.c
Age
Commit message (
Expand
)
Author
2014-01-24
i2c: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-10-09
drivers: clean-up prom.h implicit includes
Rob Herring
2013-08-28
i2c: mpc: cleanup clock API use
Gerhard Sittig
2013-08-23
i2c: move OF helpers into the core
Wolfram Sang
2013-08-15
i2c: i2c-mpc: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2013-08-07
i2c: mpc: Define unique I2C adapter names
Guenter Roeck
2013-06-12
i2c: use platform_{get,set}_drvdata()
Jingoo Han
2013-02-22
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
2012-12-22
i2c: remove __dev* attributes from subsystem
Bill Pemberton
2012-10-11
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
2012-09-14
i2c: mpc: Wait for STOP to hit the bus
Joakim Tjernlund
2012-09-11
i2c/mpc: make data used as *of_device_id.data const
Arnd Bergmann
2012-09-11
i2c/mpc: add a const qualifier
Uwe Kleine-König
2012-05-12
i2c-mpc: avoid I2C abnormal after resuming from deep sleep
Zhao Chenhui
2012-02-24
i2c: mpc: Add support for SMBUS_READ_BLOCK_DATA
Tang Yuantian
2012-01-12
i2c/busses: Use module_platform_driver()
Axel Lin
2011-05-18
drivercore: revert addition of of_match to struct device
Grant Likely
2011-02-28
dt: Eliminate of_platform_{,un}register_driver
Grant Likely
2010-09-30
of/i2c: Fix module load order issue caused by of_i2c.c
Grant Likely
2010-08-06
of/device: Replace struct of_device with struct platform_device
Grant Likely
2010-08-05
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2010-08-01
powerpc/5200/i2c: improve i2c bus error recovery
Albrecht Dreß
2010-07-05
i2c: Add OF-style registration and binding
Grant Likely
2010-07-05
of/i2c: Generalize OF support
Grant Likely
2010-05-22
Merge remote branch 'origin' into secretlab/next-devicetree
Grant Likely
2010-05-22
of: Remove duplicate fields from of_platform_driver
Grant Likely
2010-05-20
i2c-mpc: drop NO_IRQ
Wolfram Sang
2010-05-18
of: Always use 'struct device.of_node' to get device node pointer.
Grant Likely
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-07
i2c-mpc: add support for the MPC512x processors from Freescale
Wolfgang Grandegger
2010-03-07
i2c-mpc: rename "setclock" initialization functions to "setup"
Wolfgang Grandegger
2010-03-07
i2c-mpc: use __devinit[data] for initialization functions and data
Wolfgang Grandegger
2009-11-02
i2c-mpc: Do not generate STOP after read.
Joakim Tjernlund
2009-06-17
powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() function
Wolfgang Denk
2009-05-12
i2c-mpc: bug fix for MPC52xx clock setting and printout
Wolfgang Grandegger
2009-04-07
i2c: i2c-mpc: make I2C bus speed configurable
Wolfgang Grandegger
2009-04-07
i2c: i2c-mpc: use dev based printout function
Wolfgang Grandegger
2009-04-07
i2c: i2c-mpc: various coding style fixes
Wolfgang Grandegger
2009-03-30
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2009-03-28
i2c: Adapter timeout is in jiffies
Jean Delvare
2009-03-09
i2c-mpc: do not allow interruptions when waiting for I2C to complete
Timur Tabi
2009-01-26
i2c: Delete many unused adapter IDs
Jean Delvare
2008-10-08
i2c-mpc: suppress I2C device probing
Wolfgang Grandegger
2008-07-16
Merge commit 'origin/master'
Benjamin Herrenschmidt
2008-07-14
i2c: Let bus drivers add SPD to their class
Jean Delvare
2008-07-12
powerpc/i2c: Convert i2c-mpc into an of_platform driver
Jon Smirl
2008-05-11
i2c-mpc: Compare to NO_IRQ instead of zero
Jon Smirl
2008-04-22
i2c: Fix platform driver hotplug/coldplug
Kay Sievers
2008-01-27
mpc-i2c: Propagate error values properly
Jon Smirl
2008-01-27
i2c: Don't uselessly set i2c_adapter.retries
Jean Delvare
[next]