summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2013-06-25i2c: mv64xxx: Set bus frequency to 100kHz if clock-frequency is not providedGregory CLEMENT-1/+5
2013-06-25i2c: imx: allow autoloading on dt idsArnaud Patard \(Rtp\)-0/+1
2013-06-25i2c: mv64xxx: Fix transfer error codeGuenter Roeck-1/+1
2013-06-20i2c: i801: SMBus patch for Intel Coleto Creek DeviceIDsSeth Heasley-0/+4
2013-06-19i2c: omap: correct usage of the interrupt enable registerOleksandr Dmytryshyn-4/+11
2013-06-18i2c-pxa: prepare clock before useDaniel Drake-3/+3
2013-06-18Revert "i2c: core: make it possible to match a pure device tree driver"Wolfram Sang-7/+2
2013-06-15i2c: nomadik: allocate adapter number dynamicallyLinus Walleij-7/+2
2013-06-15i2c: nomadik: support elder NomadiksLinus Walleij-2/+41
2013-06-15i2c: mv64xxx: Add Allwinner sun4i compatibleMaxime Ripard-1/+13
2013-06-15i2c: mv64xxx: make the registers offset configurableMaxime Ripard-39/+62
2013-06-15i2c: mv64xxx: Add macros to access parts of registersMaxime Ripard-2/+6
2013-06-15i2c: vt8500: Add support for I2C bus on Wondermedia SoCsTony Prisk-0/+490
2013-06-15i2c: designware: fix race between subsequent xfersChristian Ruppert-2/+10
2013-06-12i2c: bfin-twi: Read and write the FIFO in loopSonic Zhang-20/+27
2013-06-12i2c: core: make it possible to match a pure device tree driverLinus Walleij-2/+7
2013-06-12i2c: use platform_{get,set}_drvdata()Jingoo Han-6/+6
2013-06-12drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang-32/+5
2013-06-12i2c: designware: prevent signals from aborting I2C transfersMika Westerberg-3/+2
2013-06-12i2c: mxs: Let device core handle pinctrlFabio Estevam-6/+0
2013-06-12i2c: imx: Let device core handle pinctrlFabio Estevam-8/+0
2013-06-05I2C: mv64xxx: fix race between FSM/interrupt and process contextRussell King-20/+34
2013-06-05I2C: mv64xxx: move mv64xxx_i2c_prepare_for_io()Russell King-26/+26
2013-06-05I2C: mv64xxx: remove I2C_M_NOSTART codeRussell King-21/+5
2013-06-05I2C: mv64xxx: fix error handling for request_irq()Russell King-5/+5
2013-06-05I2C: mv64xxx: use devm_kzalloc()Russell King-14/+10
2013-06-05I2C: mv64xxx: use devm_clk_get() to avoid missing clk_put()Russell King-1/+1
2013-06-05I2C: mv64xxx: use devm_ioremap_resource()Russell King-40/+6
2013-06-05I2C: mv64xxx: use return value from mv64xxx_i2c_map_regs()Russell King-3/+2
2013-06-05i2c: intel-mid: remove obsolete driverAndy Shevchenko-1132/+0
2013-06-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-2/+10
2013-06-03Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-26/+49
2013-06-02sata_rcar: fix interrupt handlingSergei Shtylyov-12/+11
2013-06-02Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/dell...Linus Torvalds-9/+10
2013-06-01parisc: parport0: fix this legacy no-device port driver!Helge Deller-4/+4
2013-06-01parport_pc: disable PARPORT_PC_SUPERIO on parisc architectureHelge Deller-1/+1
2013-06-01parisc/PCI: lba: fix: convert to pci_create_root_bus() for correct root bus r...Helge Deller-4/+4
2013-06-01parisc/PCI: Set type for LBA bus_num resourceBjorn Helgaas-0/+1
2013-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds-87/+123
2013-06-01Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds-6/+25
2013-06-01Merge tag 'fbdev-for-3.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+41
2013-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-8/+10
2013-06-01Merge tag 'please-pull-aertracefix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-22/+9
2013-05-31zoran: racy refcount handling in vm_ops ->open()/->close()Al Viro-8/+9
2013-06-01atmel_lcdfb: blank the backlight on removeRichard Genoud-2/+8
2013-06-01trivial: atmel_lcdfb: add missing error messageRichard Genoud-1/+4
2013-05-31fix buffer leak after "scsi: saner replacements for ->proc_info()"Jan Beulich-0/+1
2013-05-31s390/dasd: fix handling of gone pathsStefan Weinhuber-2/+10
2013-05-31iscsi-target: Fix iscsit_free_cmd() se_cmd->cmd_kref shutdown handlingNicholas Bellinger-26/+50
2013-05-31target: Propigate up ->cmd_kref put return via transport_generic_free_cmdNicholas Bellinger-13/+15