summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | | RDMA/ocrdma: Debugfs enhancments for ocrdma driverSelvin Xavier2015-02-186-3/+183
| | | | | | * | | | RDMA/ocrdma: Report correct count of interrupt vectors while registering ocrd...Devesh Sharma2015-02-181-1/+1
| | | | | | * | | | RDMA/ocrdma: Move PD resource management to driver.Mitesh Ahuja2015-02-187-2/+298
| | | | | | * | | | RDMA/ocrdma: Increase the GID table size.Mitesh Ahuja2015-02-181-1/+1
| | | | | | * | | | RDMA/ocrdma: Add support for IB stack compliant stats in sysfs.Mitesh Ahuja2015-02-183-1/+89
| | | | | | |/ / /
| | | | | * | | | IB/mlx5: Fix error code in get_port_caps()Dan Carpenter2015-02-171-1/+1
| | | | | |/ / /
| | | | * | | | IB/mlx4: In mlx4_ib_demux_cm, print out GUID in host-endian orderJack Morgenstein2015-02-171-1/+1
| | | | * | | | IB/mlx4: Bug fixes in mlx4_ib_resize_cqMajd Dibbiny2015-02-171-4/+3
| | | | * | | | IB/mlx4: Fix memory leak in __mlx4_ib_modify_qpMajd Dibbiny2015-02-171-2/+4
| | | | * | | | IB/mlx4: Fix wrong usage of IPv4 protocol for multicast attach/detachOr Gerlitz2015-02-161-5/+5
| | | | |/ / /
| | | * | | | IB/iser: Release the iscsi endpoint if ep_disconnect wasn't calledAriel Nahum2015-02-171-0/+2
| | | * | | | IB/iser: Fix memory regions possible leakSagi Grimberg2015-02-172-15/+14
| | | * | | | IB/iser: Use correct dma direction when unmapping SGsRoi Dayan2015-02-133-8/+17
| | | |/ / /
| | * | | | RDMA/cxgb4: Don't hang threads forever waiting on WR repliesHariprasad S2015-02-181-15/+14
| | * | | | RDMA/cxgb4: Serialize CQ event upcalls with CQ destructionHariprasad S2015-02-131-1/+8
| | |/ / /
| * | | | IB/core: Fix deadlock on uverbs modify_qp error flowMoshe Lazer2015-02-171-4/+5
| * | | | IB/core: When marshaling ucma path from user-space, clear unused fieldsIlya Nelkenbaum2015-02-171-0/+3
| |/ / /
* | | | Merge branch 'i2c/for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-02-2123-363/+1139
|\ \ \ \
| * | | | i2c: ocores: rework clk code to handle NULL cookieWolfram Sang2015-02-201-14/+21
| * | | | i2c: designware-baytrail: another fixup for proper Kconfig dependenciesWolfram Sang2015-02-191-1/+1
| * | | | i2c: fix reference to functionality constants definitionBaruch Siach2015-02-191-1/+1
| * | | | i2c: iproc: Add Broadcom iProc I2C DriverRay Jui2015-02-174-0/+509
| * | | | i2c: designware-pci: update Intel copyright lineAndy Shevchenko2015-02-171-5/+5
| * | | | i2c: ocores: add common clock supportMax Filippov2015-02-052-6/+59
| * | | | i2c: hix5hd2: add COMPILE_TESTZhangfei Gao2015-02-051-1/+1
| * | | | i2c: clarify comments about the dev_released completionWolfram Sang2015-02-051-3/+7
| * | | | i2c: ocores: fix clock-frequency binding usageMax Filippov2015-02-052-15/+58
| * | | | i2c: tegra: Maintain CPU endiannessDmitry Osipenko2015-01-261-0/+2
| * | | | i2c: designware-baytrail: use proper Kconfig dependenciesWolfram Sang2015-01-261-2/+1
| * | | | i2c: designware: Do not calculate SCL timing parameters needlesslyJarkko Nikula2015-01-261-23/+22
| * | | | i2c: do not try to load modules for of-registered devicesDmitry Torokhov2015-01-261-2/+0
| * | | | i2c: designware: Add Intel Baytrail PMIC I2C bus supportDavid Box2015-01-265-5/+193
| * | | | i2c: designware: Add i2c bus locking supportDavid Box2015-01-262-0/+32
| * | | | of: i2c: Add i2c-mux-idle-disconnect DT property to PCA954x mux driverAlexander Sverdlin2015-01-232-1/+13
| * | | | i2c: designware: use {readl|writel}_relaxed instead of readl/writelJisheng Zhang2015-01-231-6/+6
| * | | | i2c: designware-pci: no need to provide clk_khzAndy Shevchenko2015-01-231-2/+0
| * | | | i2c: designware-pci: remove Moorestown supportAndy Shevchenko2015-01-231-29/+0
| * | | | i2c: imx: whitespace and checkpatch cleanupPhilipp Zabel2015-01-221-10/+13
| * | | | i2c: simplify boilerplate code for attribute groupsWolfram Sang2015-01-221-24/+6
| * | | | i2c: imx: remove unused return value assignmentsPhilipp Zabel2015-01-141-2/+0
| * | | | i2c: ACPI: Pick the first address if device has multipleMika Westerberg2015-01-141-1/+1
| * | | | i2c: cadence: Check for errata condition involving master receiveHarini Katakam2015-01-141-0/+14
| * | | | dt-bindings: use isil prefix for Intersil in I2C trivial-devices.txtArnaud Ebalard2015-01-131-3/+2
| * | | | i2c: imx: fix handling of wait_for_completion_timeout resultNicholas Mc Guire2015-01-131-4/+4
| * | | | i2c: rk3x: Account for repeated start time requirementDoug Anderson2015-01-132-20/+48
| * | | | i2c: rk3x: fix bug that cause measured high_ns doesn't meet I2C specificationaddy ke2015-01-132-23/+60
| * | | | i2c: cadence: Handle > 252 byte transfersHarini Katakam2015-01-131-73/+102
| * | | | i2c: pmcmsp: remove dead codeWolfram Sang2015-01-131-7/+0
| * | | | i2c: Remove support for legacy PMLars-Peter Clausen2014-12-222-122/+0
* | | | | Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2015-02-21132-5696/+13039
|\ \ \ \ \
OpenPOWER on IntegriCloud