summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c: stu300: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-201-0/+1
* i2c: rk3x: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-201-0/+1
* i2c: meson: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-201-0/+1
* i2c: ibm-iic: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-201-0/+1
* i2c: rcar: Remove obsolete platform data supportGeert Uytterhoeven2015-10-201-19/+2
* i2c: sh_mobile: add support for r8a7795 (R-Car H3)Wolfram Sang2015-10-201-0/+1
* i2c: rcar: add support for r8a7795 (R-Car H3)Wolfram Sang2015-10-201-0/+3
* i2c: ocores: support big-endian register layoutMax Filippov2015-10-201-4/+27
* i2c: au1550: relax bus timings a bitManuel Lauss2015-10-201-4/+4
* i2c: tegra: drop duplicated code for assigning algoBarry Song2015-10-201-1/+0
* i2c: davinci: Optimize clock generation on Keystone SoCAlexander Sverdlin2015-10-201-0/+8
* i2c: ismt: issue a warning when fail to request MSIAndy Shevchenko2015-10-201-6/+5
* i2c: ismt: propagate actual error codeAndy Shevchenko2015-10-201-1/+1
* i2c: ismt: do not duplicate msi_enabled flagAndy Shevchenko2015-10-201-5/+1
* i2c: ismt: PCI core handles power state for usAndy Shevchenko2015-10-201-33/+0
* i2c: ismt: improve usage of devres APIAndy Shevchenko2015-10-201-13/+5
* i2c: ismt: mark register space with __iomemAndy Shevchenko2015-10-201-1/+1
* i2c / ACPI: Rework I2C device scanningMika Westerberg2015-10-201-23/+59
* i2c: designware: Move common probe code into i2c_dw_probe()Jarkko Nikula2015-10-154-63/+49
* i2c: designware: Rename platform driver probe and PM functionsJarkko Nikula2015-10-151-12/+12
* i2c: designware: Make dw_readl() and dw_writel() staticJarkko Nikula2015-10-152-4/+2
* i2c: designware: Remove unused functionsJarkko Nikula2015-10-152-15/+0
* i2c: designware: Disable interrupts before requesting PCI device interruptJarkko Nikula2015-10-151-1/+1
* i2c: designware: Remove interrupt clearing from i2c_dw_pci_probe()Jarkko Nikula2015-10-153-9/+1
* i2c: img-scb: verify support for requested bit rateSifan Naeem2015-10-101-3/+11
* i2c: img-scb: Clear line and interrupt status before starting a transferSifan Naeem2015-10-101-0/+9
* i2c: img-scb: use line_status instead of i2c->line_statusSifan Naeem2015-10-101-1/+1
* i2c: img-scb: fix LOW and HIGH period values for the SCL clockSifan Naeem2015-10-101-13/+17
* i2c: img-scb: use DIV_ROUND_UP to round divisor valuesSifan Naeem2015-10-101-6/+2
* i2c: img-scb: do dummy writes before fifo accessSifan Naeem2015-10-101-2/+2
* i2c: img-scb: enable fencing for all versions of the ipSifan Naeem2015-10-101-6/+2
* i2c: rcar: clean up after refactoringWolfram Sang2015-10-091-23/+9
* i2c: rcar: revoke START request earlyWolfram Sang2015-10-091-16/+7
* i2c: rcar: check master irqs before slave irqsWolfram Sang2015-10-091-8/+5
* i2c: rcar: don't issue stop when HW does it automaticallyWolfram Sang2015-10-091-2/+2
* i2c: rcar: init new messages in irqWolfram Sang2015-10-091-37/+37
* i2c: rcar: refactor setup of a msgWolfram Sang2015-10-091-6/+9
* i2c: rcar: remove spinlockWolfram Sang2015-10-091-19/+4
* i2c: rcar: remove unused IOERROR stateWolfram Sang2015-10-091-6/+0
* i2c: rcar: rework hw initWolfram Sang2015-10-091-12/+5
* Merge tag 'md/4.3-fixes' of git://neil.brown.name/mdLinus Torvalds2015-10-047-26/+28
|\
| * md/bitmap: don't pass -1 to bitmap_storage_alloc.NeilBrown2015-10-021-1/+2
| * md/raid1: Avoid raid1 resync getting stuckJes Sorensen2015-10-021-3/+2
| * md: drop null test before destroy functionsJulia Lawall2015-10-024-14/+7
| * md: clear CHANGE_PENDING in readonly arrayShaohua Li2015-10-021-0/+1
| * md/raid0: apply base queue limits *before* disk_stack_limitsNeilBrown2015-10-021-6/+6
| * md/raid5: don't index beyond end of array in need_this_block().NeilBrown2015-10-021-2/+2
| * raid5: update analysis state for failed stripeShaohua Li2015-10-021-0/+4
| * md: wait for pending superblock updates before switching to read-onlyNeilBrown2015-10-021-0/+4
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-10-042-1/+4
|\ \