summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-s3c2410.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-16i2c: s3c2410: fix quirk usage for 64-bitPankaj Dubey1-3/+3
2014-01-03i2c: s3c2410: dont need CPU_FREQ transitions for exynos seriesNaveen Krishna Ch1-2/+2
2014-01-03i2c: s3c2410: Add polling mode supportVasanth Ananthan1-10/+56
2013-10-30i2c: Include linux/of.h headerSachin Kamat1-0/+1
2013-09-27i2c: s3c2410: fix clk_disable/clk_unprepare WARNingsKim Phillips1-2/+0
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-2/+0
2013-08-19i2c: use dev_get_platdata()Jingoo Han1-1/+1
2013-05-18drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-04-09i2c: s3c2410: Add SMBus emulation for block readJaemin Yoo1-0/+9
2013-03-24i2c: s3c2410: fixup the styling of the newly moved register definitionsHeiko Stübner1-27/+25
2013-03-24i2c: s3c2410: move mach/regs-iic.h into i2c-s3c2410 device driverHeiko Stübner1-1/+40
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-39/+23
2013-01-28i2c: s3c2410: Add quirk to exclude GPIO config for exynos5440Giridhar Maruthy1-0/+2
2013-01-28i2c: s3c2410: Remove err_cpufreq labelTushar Behera1-5/+2
2013-01-28i2c: s3c2410: Move location of clk_prepare_enable() call in probe functionTushar Behera1-17/+12
2013-01-28i2c: s3c2410: Convert to use devm_* APIsTushar Behera1-11/+5
2013-01-28i2c: s3c2410: Remove unnecessary label err_noclkTushar Behera1-6/+3
2013-01-24i2c: Convert to devm_ioremap_resource()Thierry Reding1-4/+3
2012-12-18Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds1-81/+130
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2012-11-22i2c: s3c2410: Remove recently introduced performance overheadsMark Brown1-4/+16
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-2/+2
2012-11-19i2c: s3c2410: Fix code to free gpiosAbhilash Kesavan1-0/+1
2012-11-19i2c: s3c2410: Add fix for i2c suspend/resumeAbhilash Kesavan1-7/+9
2012-11-19i2c: s3c2410: Fix code to free gpiosAbhilash Kesavan1-0/+1
2012-11-16i2c: s3c2410: do not special case HDMIPHY stuck bus detectionDaniel Kurtz1-16/+0
2012-11-16i2c: s3c2410: use exponential back off while polling for bus idleDaniel Kurtz1-20/+47
2012-11-16i2c: s3c2410: do not generate STOP for QUIRK_HDMIPHYDaniel Kurtz1-2/+45
2012-11-16i2c: s3c2410: grab adapter lock while changing i2c clockDaniel Kurtz1-8/+2
2012-11-16i2c: s3c2410: Add support for pinctrlTomasz Figa1-4/+8
2012-11-16i2c: s3c2410: Convert to devm_request_and_ioremap()Mark Brown1-28/+7
2012-11-16i2c: s3c2410: Refactor ifdefs for PM_SLEEPMark Brown1-1/+5
2012-10-11Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds1-9/+9
2012-10-06i2c: s3c2410: use clk_prepare_enable and clk_disable_unprepareThomas Abraham1-9/+9
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann1-1/+1
2012-07-13i2c-s3c2410: Use plain pm_runtime_put()Mark Brown1-2/+2
2012-07-13i2c: s3c2410: Fix pointer type passed to of_match_node()Karol Lewandowski1-1/+1
2012-05-30i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown1-1/+2
2012-05-12i2c-s3c2410: Add HDMIPHY quirk for S3C2440Karol Lewandowski1-0/+30
2012-05-12i2c-s3c2410: Rework device type handlingKarol Lewandowski1-41/+34
2012-05-12i2c-s3c2410: Drop unused defineKarol Lewandowski1-3/+1
2012-03-07i2c-s3c2410: Add stub runtime power managementMark Brown1-0/+10
2012-03-07i2c-s3c2410: Convert to devm_kzalloc()Mark Brown1-3/+1
2011-12-18i2c-s3c2410: Fix return code of s3c24xx_i2c_parse_dt_gpioTushar Behera1-1/+1
2011-12-18i2c: i2c-s3c2410: Add a cpu_relax() to busy wait for bus idleMark Brown1-0/+1
2011-11-01Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/...Ben Dooks1-8/+120
2011-10-29i2c-s3c2410: Add device tree supportThomas Abraham1-4/+106
2011-10-29i2c-s3c2410: Keep a copy of platform data and use itThomas Abraham1-4/+14
2011-10-29i2c: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-06-27i2c-s3c2410: Remove useless break codeJonghwan Choi1-1/+0