summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | i2c: mxs: detect No Slave Ack on SELECT in PIO modeJanusz Użycki2014-10-031-0/+3
| * | i2c: cros_ec: Remove EC_I2C_FLAG_10BITDoug Anderson2014-09-301-2/+4
| * | i2c: cros-ec-tunnel: Add of match tableSjoerd Simons2014-09-291-0/+9
| * | i2c: rcar: remove sign-compare flawWolfram Sang2014-09-291-1/+1
| * | i2c: ismt: Use minimum descriptor sizeFan Du2014-09-291-1/+1
| * | i2c: imx: Add arbitration lost checkHaibo Chen2014-09-291-0/+8
| * | i2c: rk3x: Remove unlikely() annotationsDoug Anderson2014-09-291-2/+2
| * | i2c: rcar: check for no IRQ in rcar_i2c_irq()Sergei Shtylyov2014-09-291-1/+7
| * | i2c: rcar: make rcar_i2c_prepare_msg() *void*Sergei Shtylyov2014-09-291-7/+2
| * | i2c: rcar: simplify check for last messageSergei Shtylyov2014-09-291-1/+1
| * | i2c: designware: add support of platform data to set I2C modeTan, Raymond2014-09-291-0/+6
| * | i2c: designware: add support of I2C standard modeRomain Baeriswyl2014-09-291-2/+21
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-10-1917-350/+279
|\ \ \
| * | | Input: xpad - add Thrustmaster as Xbox 360 controller vendorTommi Rantala2014-10-161-0/+1
| * | | Input: xpad - add USB ID for Thrustmaster Ferrari 458 Racing WheelTommi Rantala2014-10-161-0/+1
| * | | Input: max77693-haptic - fix state check in imax77693_haptic_disable()Jaewon Kim2014-10-161-1/+1
| * | | Input: xen-kbdfront - free grant table entry in xenkbd_disconnect_backendChang Huaixin2014-10-161-2/+2
| * | | Input: alps - fix v4 button press recognitionAndreas Bosch2014-10-151-2/+2
| * | | Input: i8042 - disable active multiplexing by defaultDmitry Torokhov2014-10-112-274/+9
| * | | Input: i8042 - add noloop quirk for Asus X750LNHans de Goede2014-10-111-0/+6
| * | | Input: synaptics - gate forcepad support by DMI checkDmitry Torokhov2014-10-112-7/+23
| * | | Merge tag 'v3.17' into nextDmitry Torokhov2014-10-11435-2627/+4945
| |\ \ \ | | | |/ | | |/|
| * | | Input: Add Microchip AR1021 i2c touchscreenChristian Gmeiner2014-10-103-0/+194
| * | | Input: cros_ec_keyb - add of match tableSjoerd Simons2014-10-101-0/+9
| * | | Input: serio - avoid negative serio device numbersRichard Leitner2014-10-101-2/+2
| * | | Input: avoid negative input device numbersRichard Leitner2014-10-101-1/+1
| * | | Input: automatically set EV_ABS bit in input_set_abs_paramsDmitry Torokhov2014-10-081-1/+2
| * | | Input: adp5588-keys - cancel workqueue in failure pathPramod Gurav2014-10-071-0/+1
| * | | Input: opencores-kbd - switch to using managed resourcesPramod Gurav2014-10-071-55/+17
| * | | Input: evdev - fix EVIOCG{type} ioctlDmitry Torokhov2014-10-071-5/+8
* | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-10-1918-927/+1330
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'core', 'cxgb4', 'iser', 'mlx5' and 'ocrdma' into for-nextRoland Dreier2014-10-1417-927/+1324
| |\ \ \ \ \ \ \
| | | | | * | | | RDMA/ocrdma: Save the bit environment, spare unncessary parenthesisJes Sorensen2014-10-101-19/+19
| | | | | * | | | RDMA/ocrdma: The kernel has a perfectly good BIT() macro - use itJes Sorensen2014-10-102-103/+101
| | | | | * | | | RDMA/ocrdma: Don't memset() buffers we just allocated with kzalloc()Jes Sorensen2014-10-101-9/+3
| | | | | * | | | RDMA/ocrdma: Remove a unused-label warningLi RongQing2014-10-101-0/+2
| | | | | * | | | RDMA/ocrdma: Convert kernel VA to PA for mmap in userDevesh Sharma2014-10-101-5/+5
| | | | | * | | | RDMA/ocrdma: Get vlan tag from ib_qp_attrsSelvin Xavier2014-10-101-4/+5
| | | | | * | | | RDMA/ocrdma: Add default GID at index 0Devesh Sharma2014-10-101-0/+10
| | | | | | |_|/ | | | | | |/| |
| | | | * | | | IB/mlx5: Modify to work with arbitrary page sizeYishai Hadas2014-10-091-8/+10
| | | | * | | | IB/mlx5: Remove duplicate code from mlx5_set_pathEli Cohen2014-10-091-16/+5
| | | | * | | | IB/mlx5: Fix possible array overflowEli Cohen2014-10-091-3/+3
| | | | * | | | IB/core: Avoid leakage from kernel to user spaceEli Cohen2014-10-091-0/+1
| | | | * | | | IB/mlx5: Improve debug prints in mlx5_ib_reg_user_mrEli Cohen2014-10-091-3/+3
| | | | * | | | IB/mlx5: Clear umr resources after ib_unregister_deviceEli Cohen2014-10-091-1/+1
| | | | |/ / /
| | | * | | | IB/mlx5, iser, isert: Add Signature API additionsSagi Grimberg2014-10-093-111/+83
| | | * | | | Target/iser: Centralize ib_sig_domain settingSagi Grimberg2014-10-091-17/+16
| | | * | | | IB/iser: Centralize ib_sig_domain settingsSagi Grimberg2014-10-091-18/+18
| | | * | | | IB/mlx5: Use extended internal signature layoutSagi Grimberg2014-10-091-43/+37
| | | * | | | IB/iser: Set IP_CSUM as default guard typeSagi Grimberg2014-10-091-2/+2