summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-09-0846-524/+2189
|\
| * i2c: mux: reg Change ioread endianness for readbackYork Sun2015-09-031-14/+14
| * i2c: mux: reg: fix compilation warningsMike Rapoport2015-09-031-1/+1
| * i2c: mux: reg: simplify register size checkingWolfram Sang2015-09-031-11/+6
| * i2c: muxes: fix leaked i2c adapter device node referencesVladimir Zapolskiy2015-08-314-0/+4
| * i2c: allow specifying separate wakeup interrupt in device treeDmitry Torokhov2015-08-262-11/+56
| * of/irq: export of_get_irq_byname()Dmitry Torokhov2015-08-261-0/+1
| * i2c: xgene-slimpro: dma_mapping_error() doesn't return an error codeDan Carpenter2015-08-241-4/+4
| * i2c: Replace I2C_CROS_EC_TUNNEL dependencyJavier Martinez Canillas2015-08-241-1/+1
| * eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulatedIrina Tirdea2015-08-241-31/+6
| * i2c: core: Add support for best effort block read emulationIrina Tirdea2015-08-242-0/+60
| * i2c: lpc2k: add driverJoachim Eastwood2015-08-244-0/+557
| * i2c: mux: Add register-based mux i2c-mux-regYork Sun2015-08-245-0/+424
| * i2c: dt: describe generic bindingsWolfram Sang2015-08-241-0/+33
| * i2c: slave: print warning if slave flag not setWolfram Sang2015-08-241-0/+4
| * i2c: support 10 bit and slave addresses in sysfs 'new_device'Wolfram Sang2015-08-243-4/+21
| * i2c: take address space into account when checking for used addressesWolfram Sang2015-08-241-4/+4
| * i2c: apply DT flags when probingWolfram Sang2015-08-241-5/+18
| * i2c: make address check indpendent from client structWolfram Sang2015-08-241-6/+5
| * i2c: rename address check functionsWolfram Sang2015-08-241-6/+6
| * i2c: apply address offset for slaves, tooWolfram Sang2015-08-241-3/+19
| * i2c: add a flag to mark clients as slavesWolfram Sang2015-08-241-4/+5
| * dt-bindings: add header for generic I2C flags in bindingsWolfram Sang2015-08-241-0/+18
| * i2c: mediatek: Fixup i2c ack error interrupt handlingEddie Huang2015-08-111-4/+11
| * i2c: mediatek: Reset DMA engine in hardware init functionEddie Huang2015-08-111-0/+6
| * i2c: viperboard: clean up inconsistent indentingColin Ian King2015-08-101-5/+5
| * i2c: cadence: set THIS_MODULE to the owner of the adapterMasahiro Yamada2015-08-101-0/+1
| * hwmon: ina209: move binding docs to proper placeWolfram Sang2015-08-101-0/+0
| * hwmon: ina2xx: move binding docs to proper placeWolfram Sang2015-08-101-0/+0
| * hwmon: max6697: move binding docs to proper placeWolfram Sang2015-08-101-0/+0
| * rtc: bq32k: move binding docs to proper placeWolfram Sang2015-08-101-0/+0
| * misc: eeprom: Export I2C module alias information in missing driversJavier Martinez Canillas2015-08-101-0/+1
| * i2c: designware: Make debug print in i2c_dw_isr() shorterJarkko Nikula2015-08-101-2/+1
| * i2c: arb-gpio-challenge: use of_get_i2c_adapter_by_node interfaceVladimir Zapolskiy2015-08-101-1/+1
| * i2c: core: add and export of_get_i2c_adapter_by_node() interfaceVladimir Zapolskiy2015-08-102-0/+25
| * i2c: core: manage i2c bus device refcount in i2c_[get|put]_adapterVladimir Zapolskiy2015-08-101-3/+12
| * misc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-109-9/+0
| * i2c: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-103-3/+0
| * i2c: designware-pci: use IRQF_COND_SUSPEND flagAndy Shevchenko2015-08-101-2/+2
| * DT: i2c: Add ADS7828 and ADS7830 to list of trivial devicesDenis Carikli2015-08-101-0/+2
| * i2c: parport: Add VCT-jig adapterOndrej Zary2015-08-102-0/+9
| * i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoCAnurag Kumar Vulisha2015-08-102-12/+62
| * i2c: tegra: add support for fast plus (FM+) mode clock rateLaxman Dewangan2015-08-101-2/+15
| * i2c: tegra: update CONFIG_LOAD for new conifigurationLaxman Dewangan2015-08-101-0/+35
| * i2c: omap: fix cleanup regressionWolfram Sang2015-08-101-1/+1
| * i2c: xiic: Do not continue in case of errors in RxShubhrajyoti Datta2015-08-101-0/+2
| * i2c: xiic: Service all interrupts in isrShubhrajyoti Datta2015-08-101-14/+10
| * i2c: xiic: Remove the Addressed as slave interruptShubhrajyoti Datta2015-08-101-1/+1
| * i2c: xiic: Remove busy loop while waiting for bus busyShubhrajyoti Datta2015-08-101-1/+1
| * i2c: xiic: Remove the disabling of interruptsShubhrajyoti Datta2015-08-101-7/+0