aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/i2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-04ARM: OMAP: I2C: Fix omap_register_i2c_bus() return value on successLaurent Pinchart1-1/+1
2011-11-01Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-9/+1
2011-11-01Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-4/+4
2011-10-29I2C: OMAP1: set i2c unit feature implementation flags in platform dataAndy Green1-0/+13
2011-10-29I2C: OMAP2+: Pass flags up to omap i2c platform_data as wellAndy Green1-1/+6
2011-10-29I2C: OMAP2+: Pass hwmod rev knowledge via platform_data when i2c bus addedAndy Green1-0/+6
2011-10-29I2C: OMAP1: set IP revision in platform dataAndy Green1-0/+3
2011-10-04ARM: OMAP2+: devices: Remove all omap_device_pm_latency structuresBenoit Cousson1-9/+1
2011-09-15OMAP: omap_device: when building return platform_device instead of omap_deviceKevin Hilman1-4/+4
2011-01-27arm: omap: i2c: fix compile warningFelipe Balbi1-1/+1
2010-12-20I2C: i2c-omap: Change device name: i2c_omap -> omap_i2cBenoit Cousson1-1/+1
2010-12-07omap: Fix undefined reference to omap2_i2c_mux_pinsTony Lindgren1-0/+7
2010-12-07OMAP1: I2C: fix device initializationPaul Walmsley1-0/+5
2010-11-09OMAP: I2C: split device registration and convert OMAP2+ to omap_devicePaul Walmsley1-75/+49
2010-07-26OMAP: PM constraints: add return values; add requesting device param to omap_pm_set_max_dev_wakeup_lat()Paul Walmsley1-1/+11
2010-05-20omap4: Add support for i2c initTony Lindgren1-7/+26
2010-05-20omap: Fix i2c platform init code for omap4Tony Lindgren1-20/+47
2010-05-20i2c-omap: add mpu wake up latency constraint in i2cKalle Jokiniemi1-12/+27
2010-02-25omap: i2c: Fix muxing for command line enabled busJarkko Nikula1-2/+8
2010-02-15omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren1-4/+4
2010-02-15omap2: Convert ARCH_OMAP24XX to ARCH_OMAP2Tony Lindgren1-2/+2
2009-12-11omap: Split i2c platform init for mach-omap1 and mach-omap2Tony Lindgren1-42/+2
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-1/+1
2009-05-25ARM: OMAP: Update contact address of I2C registration helperJarkko Nikula1-1/+1
2009-03-23ARM: OMAP: Add method to register additional I2C busses on the command line, v2Jarkko Nikula1-21/+52
2009-03-23ARM: OMAP: Add command line option for I2C bus speed, v2Jarkko Nikula1-10/+44
2009-03-23ARM: OMAP: Add documentation for function omap_register_i2c_busJarkko Nikula1-0/+9
2009-01-08[ARM] fix AT91, davinci, h720x, ks8695, msm, mx2, mx3, netx, omap1, omap2, pxa, s3cRussell King1-0/+1
2008-12-10ARM: OMAP3: Add OMAP34xx pin multiplexing into I2C bus registration helperJarkko Nikula1-19/+36
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King1-1/+0
2008-02-08ARM: OMAP: Add helper module for board specific I2C bus registrationJarkko Nikula1-0/+148