summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-s3c2410.c
AgeCommit message (Expand)Author
2012-12-19Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-11-22i2c: s3c2410: Remove recently introduced performance overheadsMark Brown
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder
2012-11-19i2c: s3c2410: Fix code to free gpiosAbhilash Kesavan
2012-11-19i2c: s3c2410: Add fix for i2c suspend/resumeAbhilash Kesavan
2012-11-19i2c: s3c2410: Fix code to free gpiosAbhilash Kesavan
2012-11-16i2c: s3c2410: do not special case HDMIPHY stuck bus detectionDaniel Kurtz
2012-11-16i2c: s3c2410: use exponential back off while polling for bus idleDaniel Kurtz
2012-11-16i2c: s3c2410: do not generate STOP for QUIRK_HDMIPHYDaniel Kurtz
2012-11-16i2c: s3c2410: grab adapter lock while changing i2c clockDaniel Kurtz
2012-11-16i2c: s3c2410: Add support for pinctrlTomasz Figa
2012-11-16i2c: s3c2410: Convert to devm_request_and_ioremap()Mark Brown
2012-11-16i2c: s3c2410: Refactor ifdefs for PM_SLEEPMark Brown
2012-10-11Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds
2012-10-06i2c: s3c2410: use clk_prepare_enable and clk_disable_unprepareThomas Abraham
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann
2012-07-13i2c-s3c2410: Use plain pm_runtime_put()Mark Brown
2012-07-13i2c: s3c2410: Fix pointer type passed to of_match_node()Karol Lewandowski
2012-05-30i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown
2012-05-12i2c-s3c2410: Add HDMIPHY quirk for S3C2440Karol Lewandowski
2012-05-12i2c-s3c2410: Rework device type handlingKarol Lewandowski
2012-05-12i2c-s3c2410: Drop unused defineKarol Lewandowski
2012-03-07i2c-s3c2410: Add stub runtime power managementMark Brown
2012-03-07i2c-s3c2410: Convert to devm_kzalloc()Mark Brown
2011-12-18i2c-s3c2410: Fix return code of s3c24xx_i2c_parse_dt_gpioTushar Behera
2011-12-18i2c: i2c-s3c2410: Add a cpu_relax() to busy wait for bus idleMark Brown
2011-11-01Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/...Ben Dooks
2011-10-29i2c-s3c2410: Add device tree supportThomas Abraham
2011-10-29i2c-s3c2410: Keep a copy of platform data and use itThomas Abraham
2011-10-29i2c: irq: Remove IRQF_DISABLEDYong Zhang
2011-06-27i2c-s3c2410: Remove useless break codeJonghwan Choi
2011-06-27i2c-s3c2410: Fix typo 'i2s' -> 'i2c'Huisung Kang
2010-10-28Merge branch 'for-2637/i2c/samsung' into next-i2cBen Dooks
2010-10-24i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare
2010-10-21i2c-s3c2410: Enable i2c clock only when doing some transfertArnaud Patard (Rtp)
2010-09-30i2c-s3c2410: fix calculation of SDA line delayMyungJoo Ham
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten
2010-05-19i2c-s3c2410: Remove unconditional 1ms delay on each transferMark Brown
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-07-30Merge branch 'master' into for-linusRafael J. Wysocki
2009-07-29i2c-s3c2410: s3c24xx_i2c_init: don't clobber IICLC valuePeter Korsgaard
2009-07-21I2C: Rework i2c-s3c2410 suspend_late()/resume() V2Magnus Damm
2009-06-16i2c-s3c2410: use resource_size()Ben Dooks
2009-06-13i2c-s3c2410: move to using platform idtable to match devicesBen Dooks
2009-04-07i2c: i2c-s3c2410: Initialise Samsung I2C controller earlyMark Brown
2009-04-07i2c-s3c2410: Simplify bus frequency calculationDaniel Silverstone
2009-04-07i2c-s3c2410: sda_delay should be in ns, not clock ticksBen Dooks
2009-01-07i2c: Get rid of remaining bus_id accessJean Delvare