summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c: use an IRQ to report Host Notify events, not alertBenjamin Tissoires2016-11-247-158/+133
* i2c: i801: remove SMBNTFDDAT reads as they always seem to return 0Benjamin Tissoires2016-11-241-4/+6
* i2c: i801: use the BIT() macro for FEATURES_* alsoBenjamin Tissoires2016-11-241-8/+8
* i2c: i801: use BIT() macro for bits definitionBenjamin Tissoires2016-11-241-26/+26
* i2c: i801: minor formatting issuesBenjamin Tissoires2016-11-241-4/+2
* i2c: i801: store and restore the SLVCMD register at load and unloadBenjamin Tissoires2016-11-241-1/+16
* i2c: mlxcpld: add master driver for mellanox systemsVadim Pasternak2016-11-245-1/+566
* i2c: xlp9xx: ACPI support for I2C clientsTanmay Jagdale2016-11-181-0/+1
* i2c: uniphier-f: rename jump label to follow coding style guidelineMasahiro Yamada2016-11-181-3/+3
* i2c: uniphier: rename jump label to follow coding style guidelineMasahiro Yamada2016-11-181-3/+3
* i2c: designware: Allow reduce bus speed by "clock-frequency" propertyJarkko Nikula2016-11-181-5/+10
* i2c: designware: Implement support for SMBus block read and writeTin Huynh2016-11-183-3/+45
* i2c: constify i2c_adapter_quirks structuresJulia Lawall2016-11-184-4/+4
* i2c: i2c-pxa-pci; make explicitly non-modularPaul Gortmaker2016-11-181-23/+9
* i2c: mux: mellanox: add driverVadim Pasternak2016-11-175-0/+291
* mfd: 88pm860x: Move over to new I2C device .probe() callLee Jones2016-11-171-3/+2
* i2c: Provide a temporary .probe_new() call-back typeLee Jones2016-11-172-4/+19
* i2c: Export i2c_match_id() for direct use by device driversLee Jones2016-11-172-1/+4
* i2c: Make I2C ID tables non-mandatory for DT'ed devicesLee Jones2016-11-171-2/+10
* i2c: Match using traditional OF methods, then by vendor-less compatible stringsLee Jones2016-11-172-0/+28
* i2c: Add the ability to match device to compatible string without an of_nodeLee Jones2016-11-171-0/+30
* i2c: Add pointer dereference protection to i2c_match_id()Lee Jones2016-11-131-5/+7
* i2c: bcm2835: Add support for dynamic clockNoralf Trønnes2016-11-071-19/+32
* i2c: bcm2835: Support i2c-dev ioctl I2C_TIMEOUTNoralf Trønnes2016-11-071-3/+1
* i2c: bcm2835: Add support for Repeated Start ConditionNoralf Trønnes2016-11-071-38/+63
* i2c: bcm2835: Can't support I2C_M_IGNORE_NAKNoralf Trønnes2016-11-071-4/+0
* i2c: bcm2835: Use dev_dbg logging on transfer errorsNoralf Trønnes2016-11-071-1/+1
* i2c: bcm2835: Protect against unexpected TXW/RXR interruptsNoralf Trønnes2016-11-071-9/+31
* i2c: bcm2835: Fix hang for writing messages larger than 16 bytesNoralf Trønnes2016-11-071-8/+14
* Linux 4.9-rc4Linus Torvalds2016-11-051-1/+1
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-11-051-1/+1
|\
| * i2c: core: fix NULL pointer dereference under race conditionVladimir Zapolskiy2016-11-041-1/+1
| |
| \
*-. \ Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://...Linus Torvalds2016-11-052-9/+7
|\ \ \
| | * | fork: Add task stack refcounting sanity check and prevent premature task stac...Andy Lutomirski2016-11-011-0/+4
| * | | sched/core: Remove pointless printout in sched_show_task()Linus Torvalds2016-11-031-9/+0
| * | | sched/core: Fix oops in sched_show_task()Tetsuo Handa2016-11-031-0/+3
| |/ /
* | | Merge tag 'md/4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-11-054-19/+30
|\ \ \
| * | | md: be careful not lot leak internal curr_resync value into metadata. -- (all)NeilBrown2016-10-281-2/+2
| * | | raid1: handle read error also in readonly modeTomasz Majchrzak2016-10-281-9/+10
| * | | raid5-cache: correct condition for empty metadata writeShaohua Li2016-10-281-1/+1
| * | | md: report 'write_pending' state when array in syncTomasz Majchrzak2016-10-241-3/+3
| * | | md/raid5: write an empty meta-block when creating log super-blockZhengyuan Liu2016-10-241-0/+1
| * | | md/raid5: initialize next_checkpoint field before useZhengyuan Liu2016-10-241-0/+3
| * | | RAID10: ignore discard errorShaohua Li2016-10-241-2/+5
| * | | RAID1: ignore discard errorShaohua Li2016-10-241-2/+5
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-11-053-17/+6
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-10-273-17/+6
| |\ \ \ \
| | * | | | scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmwareChing Huang2016-10-261-9/+0
| | * | | | scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloadedEwan D. Milne2016-10-261-0/+1
| | * | | | scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough) devicesKashyap Desai2016-10-241-8/+5
OpenPOWER on IntegriCloud