summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-s3c2410.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: Convert to devm_ioremap_resource()Thierry Reding2013-01-241-4/+3
* Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-12-181-81/+130
|\
| * i2c: s3c2410: Remove recently introduced performance overheadsMark Brown2012-11-221-4/+16
| * i2c: s3c2410: Add fix for i2c suspend/resumeAbhilash Kesavan2012-11-191-7/+9
| * i2c: s3c2410: Fix code to free gpiosAbhilash Kesavan2012-11-191-0/+1
| * i2c: s3c2410: do not special case HDMIPHY stuck bus detectionDaniel Kurtz2012-11-161-16/+0
| * i2c: s3c2410: use exponential back off while polling for bus idleDaniel Kurtz2012-11-161-20/+47
| * i2c: s3c2410: do not generate STOP for QUIRK_HDMIPHYDaniel Kurtz2012-11-161-2/+45
| * i2c: s3c2410: grab adapter lock while changing i2c clockDaniel Kurtz2012-11-161-8/+2
| * i2c: s3c2410: Add support for pinctrlTomasz Figa2012-11-161-4/+8
| * i2c: s3c2410: Convert to devm_request_and_ioremap()Mark Brown2012-11-161-28/+7
| * i2c: s3c2410: Refactor ifdefs for PM_SLEEPMark Brown2012-11-161-1/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-2/+2
|\ \
| * | Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-2/+2
| |/
* | i2c: s3c2410: Fix code to free gpiosAbhilash Kesavan2012-11-191-0/+1
|/
* Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-10-111-9/+9
|\
| * i2c: s3c2410: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-10-061-9/+9
* | ARM: samsung: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
|/
* i2c-s3c2410: Use plain pm_runtime_put()Mark Brown2012-07-131-2/+2
* i2c: s3c2410: Fix pointer type passed to of_match_node()Karol Lewandowski2012-07-131-1/+1
* i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown2012-05-301-1/+2
* i2c-s3c2410: Add HDMIPHY quirk for S3C2440Karol Lewandowski2012-05-121-0/+30
* i2c-s3c2410: Rework device type handlingKarol Lewandowski2012-05-121-41/+34
* i2c-s3c2410: Drop unused defineKarol Lewandowski2012-05-121-3/+1
* i2c-s3c2410: Add stub runtime power managementMark Brown2012-03-071-0/+10
* i2c-s3c2410: Convert to devm_kzalloc()Mark Brown2012-03-071-3/+1
* i2c-s3c2410: Fix return code of s3c24xx_i2c_parse_dt_gpioTushar Behera2011-12-181-1/+1
* i2c: i2c-s3c2410: Add a cpu_relax() to busy wait for bus idleMark Brown2011-12-181-0/+1
*-. Merge branches 'for-32/i2c/nomadik', 'for-32/i2c/s3c2410-dt' and 'for-32/i2c/...Ben Dooks2011-11-011-8/+120
|\ \
| | * i2c-s3c2410: Add device tree supportThomas Abraham2011-10-291-4/+106
| | * i2c-s3c2410: Keep a copy of platform data and use itThomas Abraham2011-10-291-4/+14
| |/
* | i2c: irq: Remove IRQF_DISABLEDYong Zhang2011-10-291-1/+1
|/
* i2c-s3c2410: Remove useless break codeJonghwan Choi2011-06-271-1/+0
* i2c-s3c2410: Fix typo 'i2s' -> 'i2c'Huisung Kang2011-06-271-3/+3
* Merge branch 'for-2637/i2c/samsung' into next-i2cBen Dooks2010-10-281-1/+9
|\
| * i2c-s3c2410: Enable i2c clock only when doing some transfertArnaud Patard (Rtp)2010-10-211-1/+9
* | i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare2010-10-241-1/+0
|/
* i2c-s3c2410: fix calculation of SDA line delayMyungJoo Ham2010-10-011-2/+2
* i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten2010-05-211-1/+1
* i2c-s3c2410: Remove unconditional 1ms delay on each transferMark Brown2010-05-201-2/+17
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* Merge branch 'master' into for-linusRafael J. Wysocki2009-07-301-5/+0
|\
| * i2c-s3c2410: s3c24xx_i2c_init: don't clobber IICLC valuePeter Korsgaard2009-07-301-5/+0
* | I2C: Rework i2c-s3c2410 suspend_late()/resume() V2Magnus Damm2009-07-221-9/+16
|/
* i2c-s3c2410: use resource_size()Ben Dooks2009-06-161-2/+2
* i2c-s3c2410: move to using platform idtable to match devicesBen Dooks2009-06-131-26/+22
* i2c: i2c-s3c2410: Initialise Samsung I2C controller earlyMark Brown2009-04-071-2/+1
* i2c-s3c2410: Simplify bus frequency calculationDaniel Silverstone2009-04-071-39/+11
* i2c-s3c2410: sda_delay should be in ns, not clock ticksBen Dooks2009-04-071-5/+19
OpenPOWER on IntegriCloud