summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | i2c: wmt: add missing clk_disable_unprepare() on errorWei Yongjun2013-11-141-0/+1
| * | | i2c: designware: add new ACPI IDsMika Westerberg2013-11-141-0/+2
| * | | i2c: i801: Add Device IDs for Intel Wildcat Point-LP PCHJames Ralston2013-11-143-0/+5
| * | | i2c: exynos5: Remove incorrect clk_disable_unprepareSachin Kamat2013-11-141-5/+0
| * | | i2c: i2c-st: Add ST I2C controllerMaxime COQUELIN2013-11-144-0/+924
| * | | i2c: exynos5: add High Speed I2C controller driverNaveen Krishna Ch2013-11-014-0/+826
| * | | i2c: rcar: fixup rcar type namingKuninori Morimoto2013-11-011-11/+11
| * | | i2c: scmi: remove some bogus NULL checksDan Carpenter2013-11-011-3/+3
| * | | i2c: sh_mobile & rcar: Enable the driver on all ARM platformsLaurent Pinchart2013-10-311-2/+2
| * | | i2c: sh_mobile: Convert to clk_prepare/unprepareLaurent Pinchart2013-10-311-4/+4
| * | | i2c: mux: gpio: use reg value for i2c_add_mux_adapterIonut Nicu2013-10-301-2/+2
| * | | i2c: mux: gpio: use gpio_set_value_cansleep()Ionut Nicu2013-10-301-2/+2
| * | | i2c: Include linux/of.h headerSachin Kamat2013-10-305-0/+5
| * | | i2c: mxs: Fix PIO mode on i.MX23Marek Vasut2013-10-061-11/+29
| * | | i2c: mxs: Rework the PIO mode operationMarek Vasut2013-10-061-102/+176
| * | | i2c: mxs: distinguish i.MX23 and i.MX28 based I2C controllerJuergen Beisert2013-10-061-6/+34
| * | | i2c: Remove redundant 'driver' field from the i2c_client structLars-Peter Clausen2013-10-033-15/+18
| * | | ASoC: imx-wm8962: Don't use i2c_client->driverLars-Peter Clausen2013-10-031-1/+1
| * | | ALSA: ppc: keywest: Don't use i2c_client->driverLars-Peter Clausen2013-10-031-2/+2
| * | | drm: nouveau: Don't use i2c_client->driverLars-Peter Clausen2013-10-031-1/+2
| * | | drm: encoder_slave: Don't use i2c_client->driverLars-Peter Clausen2013-10-031-4/+4
| * | | media: core: Don't use i2c_client->driverLars-Peter Clausen2013-10-033-9/+9
| * | | media: exynos4-is: Don't use i2c_client->driverLars-Peter Clausen2013-10-031-3/+3
| * | | media: s5c73m3: Don't use i2c_client->driverLars-Peter Clausen2013-10-031-1/+1
| * | | i2c: remove redundant of_match_ptrSachin Kamat2013-10-034-4/+4
| * | | misc: (at24) move header to linux/platform_data/Vivien Didelot2013-09-3024-24/+24
| * | | i2c: bfin-twi: Remove casting the return value which is a void pointerJingoo Han2013-09-301-3/+3
| * | | i2c: xiic: Remove casting the return value which is a void pointerJingoo Han2013-09-301-1/+1
| * | | i2c: rcar: use per-device clockGuennadi Liakhovetski2013-09-301-1/+1
| * | | i2c: rcar: fix clk_get() error handlingGuennadi Liakhovetski2013-09-301-3/+3
| * | | i2c: rcar: add Device Tree supportGuennadi Liakhovetski2013-09-302-2/+42
| * | | i2c: rcar: get clock rate only once and simplify calculationGuennadi Liakhovetski2013-09-301-7/+13
| * | | i2c: rcar: (cosmetic) remove superfluous parenthesisGuennadi Liakhovetski2013-09-301-1/+1
| * | | i2c: i2c-dev: Create 'name' attribute automaticallyGuenter Roeck2013-09-301-9/+10
* | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-11-1952-595/+1973
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----------------. \ \ \ Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier2013-11-1751-559/+1939
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | IB/srp: Report receive errors correctlyBart Van Assche2013-11-081-5/+4
| | | | | | | | | | | * | | | IB/srp: Avoid offlining operational SCSI devicesBart Van Assche2013-11-081-1/+1
| | | | | | | | | | | * | | | IB/srp: Remove target from list before freeing Scsi_Host structureVu Pham2013-11-081-4/+5
| | | | | | | | | | | * | | | IB/srp: Add change_queue_depth and change_queue_type supportJack Wang2013-11-081-0/+54
| | | | | | | | | | | * | | | IB/srp: Make queue size configurableBart Van Assche2013-11-083-39/+107
| | | | | | | | | | | * | | | IB/srp: Introduce srp_alloc_req_data()Bart Van Assche2013-11-081-24/+40
| | | | | | | | | | | * | | | IB/srp: Export sgid to sysfsBart Van Assche2013-11-082-0/+17
| | | | | | | | | | | * | | | IB/srp: Add periodic reconnect functionalityBart Van Assche2013-11-081-6/+46
| | | | | | | | | | | * | | | scsi_transport_srp: Add periodic reconnect supportBart Van Assche2013-11-084-11/+118
| | | | | | | | | | | * | | | IB/srp: Start timers if a transport layer error occursBart Van Assche2013-11-082-0/+20
| | | | | | | | | | | * | | | IB/srp: Use SRP transport layer error recoveryBart Van Assche2013-11-082-41/+101
| | | | | | | | | | | * | | | scsi_transport_srp: Add transport layer error handlingBart Van Assche2013-11-083-3/+532
| | | | | | | | | | | * | | | IB/srp: Keep rport as long as the IB transport layerBart Van Assche2013-11-084-0/+24
| | | | | | | | | | | * | | | IB/srp: Make transport layer retry count configurableVu Pham2013-11-083-1/+26