summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-s3c2410.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i2c: Get rid of remaining bus_id accessJean Delvare2009-01-071-1/+1
* Merge branch 'i2c-next' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2009-01-051-107/+78
|\
| * i2c-s3c2410: Change IRQ to be plain integer.Ben Dooks2008-12-161-14/+8
| * i2c-s3c2410: Allow more than one i2c-s3c2410 adapterBen Dooks2008-12-161-14/+19
| * i2c-s3c2410: Remove default platform data.Ben Dooks2008-12-161-31/+8
| * i2c-s3c2410: Use platform data for gpio configurationBen Dooks2008-12-161-8/+3
| * i2c-s3c2410: Fixup style problems from checkpatch.plBen Dooks2008-12-161-44/+44
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-12-301-2/+2
|\ \
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ben Dooks2008-11-031-1/+1
| |\|
| * | [ARM] S3C: Move i2c headers to arch/arm/plat-s3c/include/plat.Ben Dooks2008-10-301-2/+2
* | | i2c-s3c2410: fix check for being in suspend.Ben Dooks2008-12-161-3/+15
| |/ |/|
* | i2c-s3c2410: Correct use of ! and &Julia Lawall2008-10-301-1/+1
|/
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King2008-08-071-14/+115
|\
| * i2c: S3C24XX I2C frequency scaling support.Ben Dooks2008-07-281-13/+103
| * i2c: S3C2410: Pass the I2C bus number via drivers platform dataBen Dooks2008-07-281-1/+12
* | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+1
|/
* i2c: Let bus drivers add SPD to their classJean Delvare2008-07-141-1/+1
* I2C: S3C2410: Add MODULE_ALIAS() for s3c2440 device.Ben Dooks2008-07-011-0/+1
* I2C: S3C2410: Fixup error codes returned rom a transfer.Ben Dooks2008-07-011-3/+3