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-pnx.c
Age
Commit message (
Expand
)
Author
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
2014-01-16
i2c: pnx: Use devm_*() functions
Jingoo Han
2013-10-30
i2c: Include linux/of.h header
Sachin Kamat
2013-08-28
i2c: pnx: fix error return code in i2c_pnx_probe()
Wei Yongjun
2013-08-23
i2c: move OF helpers into the core
Wolfram Sang
2013-08-15
i2c: pnx: add CONFIG_PM_SLEEP to suspend/resume functions
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-09-12
i2c: pnx: Fix read transactions of >= 2 bytes
Roland Stigge
2012-09-12
i2c: pnx: Fix bit definitions
Roland Stigge
2012-07-12
i2c-pnx: Use struct dev_pm_ops for power management
Rafael J. Wysocki
2012-04-22
i2c: Add device tree support to i2c-pnx.c
Roland Stigge
2012-04-22
i2c-pnx.c: Remove duplicated i2c.h
Roland Stigge
2012-04-22
i2c-pnx.c: Use resources in platforms
Roland Stigge
2012-04-22
i2c: pnx: Disable clk in suspend
Roland Stigge
2011-05-13
i2c: pnx: Fix crash due to wrong init of timer->data
Wolfram Sang
2010-04-20
i2c-pnx: Add stop conditions for end of transfer
Kevin Wells
2010-04-20
i2c-pnx: Limit maximum divider to 1023
Kevin Wells
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-07
i2c-pnx: fix setting start/stop condition
Luotao Fu
2010-02-12
ARM: PNX4008: use msecs_to_jiffies() rather than open-coding it
Russell King
2010-02-12
ARM: PNX4008: i2c-pnx makes no use of asm/uaccess.h nor asm/irq.h
Russell King
2010-02-12
ARM: PNX4008: i2c-pnx: don't split messages across several lines
Russell King
2010-02-12
ARM: PNX4008: Use i2c driver data for passing between internal functions
Russell King
2010-02-12
ARM: PNX4008: move i2c_adapter structure inside the drivers private data
Russell King
2010-02-12
ARM: PNX4008: kzalloc i2c drivers internal data
Russell King
2010-02-12
ARM: PNX4008: Make ioaddr 'void __iomem *' rather than 'u32'
Russell King
2010-02-12
ARM: PNX4008: get i2c clock rate from clk API
Russell King
2010-02-12
ARM: PNX4008: convert i2c-pnx to use clk API enable/disable calls
Russell King
2010-02-12
ARM: PNX4008: move i2c clock start/stop into driver
Russell King
2010-02-12
ARM: PNX4008: move i2c suspend/resume callbacks into driver
Russell King
2009-12-09
i2c-pnx: Map I2C adapter number to platform ID number
Kevin Wells
2009-11-21
ARM: PNX4008: i2c-pnx: use the same dev_id for request_irq and free_irq
Russell King
2009-11-20
i2c: i2c-pnx: Added missing mach/i2c.h and linux/io.h header file includes
Kevin Wells
2009-11-20
i2c: i2c-pnx: Limit minimum jiffie timeout to 2
Kevin Wells
2009-09-18
i2c-pnx: Correct use of request_region/request_mem_region
Julia Lawall
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
2008-08-07
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
Russell King
2008-04-22
i2c: Fix platform driver hotplug/coldplug
Kay Sievers
2008-04-22
i2c: Replace remaining __FUNCTION__ occurrences
Harvey Harrison
2007-10-18
Add missing newlines to some uses of dev_<level> messages
Joe Perches
2007-01-04
i2c-pnx: Fix interrupt handler, get rid of EARLY config option
Vitaly Wool
2006-12-10
i2c: New Philips PNX bus driver
Vitaly Wool