summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* eeprom: at24: move at24_read() below at24_eeprom_write()Bartosz Golaszewski2016-07-171-32/+32
* eeprom: at24: improve the device_id table readabilityBartosz Golaszewski2016-07-171-14/+14
* i2c: qup: Fixed the DMA segments lengthAbhishek Sahu2016-07-151-5/+7
* i2c: qup: Cleared the error bits in ISRAbhishek Sahu2016-07-151-6/+8
* i2c: brcmstb: Remove superfluous size checkJaedon Shin2016-07-151-2/+1
* i2c: brcmstb: Make the driver buildable on BMIPS_GENERICJaedon Shin2016-07-151-1/+1
* i2c: core: Add function for finding the bus speed from ACPIJarkko Nikula2016-07-142-15/+68
* i2c: core: Cleanup I2C ACPI namespaceJarkko Nikula2016-07-141-27/+27
* i2c: use pr_fmt in the coreWolfram Sang2016-07-141-8/+8
* i2c: print more info when acpi_i2c_space_handler() failsWolfram Sang2016-07-141-1/+2
* i2c: print more info when of_i2c_notify failsWolfram Sang2016-07-141-2/+2
* i2c: add error message when obtaining idr failsWolfram Sang2016-07-141-5/+4
* i2c: improve error messages in i2c_register_adapter()Wolfram Sang2016-07-141-8/+8
* i2c: cleanup i2c_register_adapter() by refactoring recovery initWolfram Sang2016-07-141-34/+42
* i2c: free idr when sanity checks in i2c_register_adapter() failWolfram Sang2016-07-141-3/+3
* i2c: versatile: Convert to use resource managed devm_* APIsAxel Lin2016-07-141-33/+13
* i2c: versatile: Allow compile test buildAxel Lin2016-07-141-1/+1
* i2c: xlp9xx: add ACPI support for Broadcom VulcanTanmay Jagdale2016-07-081-2/+11
* i2c: meson: allow build with COMPILE_TESTBen Dooks2016-07-081-1/+1
* i2c-dev: don't get i2c adapter via i2c_devviresh kumar2016-07-081-6/+1
* i2c: designware-pci: clarify a comment for MerrifieldAndy Shevchenko2016-07-061-4/+4
* i2c: i801: add support of Host NotifyBenjamin Tissoires2016-07-062-3/+86
* i2c: i801: recover from hardware PEC errorsEllen Wang2016-07-011-2/+51
* i2c: pca-isa: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-191-14/+1
* i2c: elektor: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-06-191-13/+1
* i2c: designware-pci: Sort header block alphabeticallyAndy Shevchenko2016-06-191-9/+10
* i2c: designware-pci: Introduce Merrifield supportAndy Shevchenko2016-06-191-0/+39
* i2c: designware-pci: Make bus number allocation robustAndy Shevchenko2016-06-192-50/+38
* i2c: designware: Allow build Baytrail semaphore support when IOSF_MBI=mJarkko Nikula2016-06-191-1/+3
* i2c: designware: Use transfer timeout from ioctl I2C_TIMEOUTWeifeng Voon2016-06-191-1/+1
* i2c: qup: use address helper function in read transferNaveen Kaje2016-06-181-1/+1
* i2c: qup: Fix error handlingSricharan R2016-06-181-35/+41
* i2c: qup: Fix broken dma when CONFIG_DEBUG_SG is enabledSricharan R2016-06-181-36/+15
* i2c: rk3x: support fast-mode plus for rk3399David Wu2016-06-171-4/+17
* i2c: rk3x: add i2c support for rk3399 socDavid Wu2016-06-171-20/+274
* dt-bindings: i2c: rk3x: add support for rk3399David Wu2016-06-171-3/+13
* i2c: rk3x: Move spec timing data to "static const" structsDavid Wu2016-06-171-28/+55
* i2c: rk3x: Change SoC data to not use arrayDavid Wu2016-06-171-8/+30
* i2c: rk3x: Remove redundant rk3x_i2c_clean_ipd()David Wu2016-06-171-1/+0
* i2c: rk3x: use struct "rk3x_i2c_calced_timings"David Wu2016-06-171-23/+32
* i2c: rk3x: add documentation to fields in "struct rk3x_i2c"David Wu2016-06-171-1/+21
* i2c: smbus: add SMBus Host Notify supportBenjamin Tissoires2016-06-175-5/+162
* i2c: add a protocol parameter to the alert callbackBenjamin Tissoires2016-06-174-4/+18
* i2c: robotfuzz-osif: Constify osif_tableAxel Lin2016-06-131-1/+1
* i2c: jz4780: drop superfluous initWolfram Sang2016-06-131-4/+0
* i2c: i801: Drop needless bit-wise ORJean Delvare2016-06-131-1/+1
* i2c: Add generic support passing secondary devices addressesJean-Michel Hautbois2016-06-133-0/+53
* Linux 4.7-rc3v4.7-rc3Linus Torvalds2016-06-121-1/+1
* Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2016-06-122-8/+10
|\
| * thermal: add the note for set_trip_tempCaesar Wang2016-06-011-0/+2