summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-08-23i2c: move OF helpers into the coreWolfram Sang41-212/+116
2013-08-23i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889)Gregory CLEMENT1-2/+13
2013-08-23i2c: mv64xxx: Add I2C Transaction Generator supportGregory CLEMENT1-11/+182
2013-08-21i2c: powermac: fix return path on errorWolfram Sang1-1/+2
2013-08-19i2c: tiny-usb: do not use stack as URB transfer_bufferJussi Kivilinna1-15/+34
2013-08-19i2c: use dev_get_platdata()Jingoo Han25-35/+40
2013-08-19i2c: omap: query STP always when NACK is receivedGrygorii Strashko1-5/+4
2013-08-16i2c: mxs: fix broken timing calculationLothar Waßmann1-24/+63
2013-08-15drivers/i2c/busses/i2c-ocores.c: simplify use of devm_ioremap_resourceJulia Lawall1-4/+1
2013-08-15i2c: imx: Add Vybrid VF610 I2C controller supportJingchang Lu1-0/+32
2013-08-15i2c: imx: add struct to hold more configurable quirksJingchang Lu1-25/+52
2013-08-15i2c: imx: add INT flag and IEN bit operatation codesJingchang Lu1-5/+22
2013-08-15i2c: imx: change register offset representationJingchang Lu1-7/+16
2013-08-15i2c: imx: wrap registers read/write to inline functionJingchang Lu1-34/+46
2013-08-15i2c: imx: don't change platform device id_entry directlyJingchang Lu1-2/+6
2013-08-15i2c: imx: enable clk before write to registersJingchang Lu1-0/+6
2013-08-15i2c: imx: use struct representing i2c clk{div, val} pairJingchang Lu1-7/+13
2013-08-15i2c: piix4: Add support for secondary SMBus on AMD SB800 and AMD FCH chipsetsRudolf Marek1-10/+31
2013-08-15i2c: Improve logging on failure to probe for ->class devicesAndy Lutomirski1-1/+2
2013-08-15i2c: davinci: Allow i2c driver available for keystone platformsSantosh Shilimkar1-1/+1
2013-08-15i2c: davinci: remove useless mach/hardware includeSantosh Shilimkar1-2/+0
2013-08-15i2c: i2c-bfin-twi: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+6
2013-08-15i2c: puv3: add CONFIG_PM_SLEEP to suspend functionJingoo Han1-1/+1
2013-08-15i2c: pnx: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2013-08-15i2c: stu300: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2013-08-15i2c: ocores: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2013-08-15i2c: designware: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-3/+6
2013-08-15i2c: i2c-mpc: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-6/+7
2013-08-15i2c: mxs: Check the return value from stmp_reset_block()Fabio Estevam1-7/+19
2013-08-07drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang1-3/+0
2013-08-07drivers/i2c/busses: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-13/+0
2013-08-07i2c: mpc: Define unique I2C adapter namesGuenter Roeck1-1/+4
2013-08-07i2c: add sanity check to i2c_put_adapterSebastian Hesselbarth1-1/+2
2013-08-07i2c: designware: Manually set RESTART bit between messagesChew, Chiau Ee1-0/+14
2013-08-07i2c: pxa: enable high speed mode for i2c busLeilei Shang1-1/+63
2013-08-05i2c: Fix Kontron PLD prescaler calculationMichael Brunner1-2/+2
2013-08-05i2c: i2c-mxs: Use DMA mode even for small transfersFabio Estevam1-1/+1
2013-08-04Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-26/+68
2013-08-04drm/radeon: fix 64 bit divide in SI spm codeAlex Deucher1-1/+1
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds49-403/+665
2013-08-03qlcnic: Fix for flash update failure on 83xx adapterHimanshu Madhani10-132/+231
2013-08-03qlcnic: Fix link speed and duplex display for 83xx adapterRajesh Borundia1-9/+16
2013-08-03qlcnic: Fix link speed display for 82xx adapterRajesh Borundia1-3/+7
2013-08-03qlcnic: Fix external loopback test.Shahed Shaikh1-2/+10
2013-08-03qlcnic: Removed adapter series name from warning messages.Pratik Pujar2-2/+2
2013-08-03qlcnic: Free up memory in error path.Himanshu Madhani1-3/+3
2013-08-03qlcnic: Fix ingress MAC learningShahed Shaikh1-33/+66
2013-08-03qlcnic: Fix MAC address filter issue on 82xx adapterShahed Shaikh1-1/+1
2013-08-03net: ethernet: davinci_emac: drop IRQF_DISABLEDMugunthan V N1-2/+1
2013-08-03Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2