summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorLines
2012-06-04i2c: Add generic I2C multiplexer using pinctrl APIStephen Warren-0/+292
2012-05-30i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown-3/+5
2012-05-30i2c-dev: Add support for I2C_M_RECV_LENJean Delvare-4/+26
2012-05-26Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds-477/+356
2012-05-26Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-0/+13
2012-05-26Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds-7/+3
2012-05-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-27/+71
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-3/+3
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-0/+14
2012-05-22Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-40/+117
2012-05-17i2c: Change mail address of Oskar SchirmerOskar Schirmer-2/+2
2012-05-14Merge branch 'merge' into nextBenjamin Herrenschmidt-8/+15
2012-05-13i2c: mxs: add device tree probe supportShawn Guo-0/+13
2012-05-12i2c: davinci: Free requested IRQ in removeMarcus Folkesson-1/+1
2012-05-12i2c: ocores: register OF i2c devicesGanesan Ramalingam-0/+3
2012-05-12i2c: tegra: notify transfer-complete after clearing status.Laxman Dewangan-7/+6
2012-05-12I2C: xiic: Add OF binding supportLars-Peter Clausen-5/+18
2012-05-12i2c: Rename last mux driver to standard patternJean Delvare-24/+23
2012-05-12i2c: tegra: fix 10bit address configurationLaxman Dewangan-4/+7
2012-05-12i2c: muxes: rename first set of drivers to a standard patternWolfram Sang-4/+4
2012-05-12i2c: implement i2c_verify_adapterStephen Warren-0/+17
2012-05-12i2c-s3c2410: Add HDMIPHY quirk for S3C2440Karol Lewandowski-0/+30
2012-05-12i2c-s3c2410: Rework device type handlingKarol Lewandowski-41/+34
2012-05-12i2c: muxes are not EXPERIMENTAL anymoreWolfram Sang-1/+0
2012-05-12i2c/of: Automatically populate i2c mux busses from device tree data.David Daney-0/+23
2012-05-12i2c: Add a struct device * parameter to i2c_add_mux_adapter()David Daney-12/+15
2012-05-12i2c: designware: Add clk_{un}prepare() supportViresh Kumar-5/+5
2012-05-12i2c: designware: add PM supportDeepak Sikri-0/+27
2012-05-12i2c: ixp2000: remove driverRob Herring-172/+0
2012-05-12i2c: pnx: add device tree supportRoland Stigge-16/+47
2012-05-12i2c: imx: don't use strcpy but strlcpyWolfram Sang-1/+1
2012-05-12i2c: eg20t: don't use strcpy but strlcpyWolfram Sang-1/+1
2012-05-12i2c: eg20t: remove unused functionWolfram Sang-5/+0
2012-05-12i2c: eg20t: pass on return value in i2c_xferWolfram Sang-1/+1
2012-05-12i2c: eg20t: use NULL instead of 0Wolfram Sang-1/+1
2012-05-12i2c-eg20t: Merge two functionsTomoya MORINAGA-43/+22
2012-05-12i2c-eg20t: add helper function for xfer checkTomoya MORINAGA-160/+66
2012-05-12i2c-eg20t: Call init() when wait-event timeout occursTomoya MORINAGA-0/+24
2012-05-12i2c-mpc: avoid I2C abnormal after resuming from deep sleepZhao Chenhui-0/+30
2012-05-12i2c: sh_mobile: add device tree supportMagnus Damm-0/+11
2012-05-12i2c-pnx.c: Remove duplicated i2c.hRoland Stigge-3/+46
2012-05-12i2c-pnx.c: Use resources in platformsRoland Stigge-22/+25
2012-05-12i2c: designware: Add support for 16bit register accessStefan Roese-11/+25
2012-05-12i2c: Dynamically assign adapter id if it wasn't explictly specifiedKarol Lewandowski-14/+4
2012-05-12i2c-pxa: Drop leftover commentKarol Lewandowski-5/+0
2012-05-12i2c-s3c2410: Drop unused defineKarol Lewandowski-3/+1
2012-05-12Merge branches 'clk/mxs' and 'imx/pinctrl/for-3.5' into mxs/dt/for-3.5Shawn Guo-0/+14
2012-05-12i2c: mxs: adopt pinctrl supportShawn Guo-0/+6
2012-05-12i2c: imx: adopt pinctrl supportShawn Guo-0/+8
2012-04-30i2c/powermac: Register i2c devices from device-treeBenjamin Herrenschmidt-27/+71