aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-s3c2410.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/tegra-iomem' into for-linus/i2c-3.2Ben 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
2011-06-27i2c-s3c2410: Fix typo 'i2s' -> 'i2c'Huisung Kang1-3/+3
2010-10-28Merge branch 'for-2637/i2c/samsung' into next-i2cBen Dooks1-1/+9
2010-10-24i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare1-1/+0
2010-10-21i2c-s3c2410: Enable i2c clock only when doing some transfertArnaud Patard (Rtp)1-1/+9
2010-10-01i2c-s3c2410: fix calculation of SDA line delayMyungJoo Ham1-2/+2
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-1/+1
2010-05-20i2c-s3c2410: Remove unconditional 1ms delay on each transferMark Brown1-2/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-07-30Merge branch 'master' into for-linusRafael J. Wysocki1-5/+0
2009-07-30i2c-s3c2410: s3c24xx_i2c_init: don't clobber IICLC valuePeter Korsgaard1-5/+0
2009-07-22I2C: Rework i2c-s3c2410 suspend_late()/resume() V2Magnus Damm1-9/+16
2009-06-16i2c-s3c2410: use resource_size()Ben Dooks1-2/+2
2009-06-13i2c-s3c2410: move to using platform idtable to match devicesBen Dooks1-26/+22
2009-04-07i2c: i2c-s3c2410: Initialise Samsung I2C controller earlyMark Brown1-2/+1
2009-04-07i2c-s3c2410: Simplify bus frequency calculationDaniel Silverstone1-39/+11
2009-04-07i2c-s3c2410: sda_delay should be in ns, not clock ticksBen Dooks1-5/+19
2009-01-07i2c: Get rid of remaining bus_id accessJean Delvare1-1/+1
2009-01-05Merge branch 'i2c-next' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds1-107/+78
2008-12-30Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2008-12-16i2c-s3c2410: Change IRQ to be plain integer.Ben Dooks1-14/+8
2008-12-16i2c-s3c2410: Allow more than one i2c-s3c2410 adapterBen Dooks1-14/+19
2008-12-16i2c-s3c2410: Remove default platform data.Ben Dooks1-31/+8
2008-12-16i2c-s3c2410: Use platform data for gpio configurationBen Dooks1-8/+3