summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mfd: adp5520: Make it explicitly non-modularPaul Gortmaker2019-02-011-23/+7
* mfd: aat2870-core: Make it explicitly non-modularPaul Gortmaker2019-02-011-37/+3
*-. Merge branches 'ib-mfd-iio-input-5.1', 'ib-mfd-input-watchdog-5.1' and 'ib-mf...Lee Jones2019-02-01486-2647/+4686
|\ \
| | * platform/chrome: cros_ec_lightbar: Instantiate only if the EC has a lightbarEnric Balletbo i Serra2019-02-011-35/+18
| | * mfd / platform: cros_ec_vbc: Instantiate only if the EC has a VBC NVRAMEnric Balletbo i Serra2019-02-012-17/+18
| | * mfd / platform: cros_ec: Move device sysfs attributes to its own driverEnric Balletbo i Serra2019-02-016-14/+49
| | * mfd / platform: cros_ec: Move debugfs attributes to its own driverEnric Balletbo i Serra2019-02-014-62/+56
| | * mfd / platform: cros_ec: Move vbc attributes to its own driverEnric Balletbo i Serra2019-02-014-3/+56
| | * mfd / platform: cros_ec: Move lightbar attributes to its own driverEnric Balletbo i Serra2019-02-015-40/+99
| | * mfd / platform: cros_ec: Use devm_mfd_add_devicesEnric Balletbo i Serra2019-02-014-36/+3
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-2134-93/+286
| | |\
| | | * virtio_net: bulk free tx skbsMichael S. Tsirkin2019-01-201-6/+6
| | | * net: phy: phy driver features are mandatoryCamelia Groza2019-01-191-0/+5
| | | * isdn: avm: Fix string plus integer warning from ClangNathan Chancellor2019-01-191-1/+1
| | | * Merge tag 'mlx5-fixes-2019-01-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-01-193-14/+34
| | | |\
| | | | * net/mlx5e: Fix cb_ident duplicate in indirect block registerEli Britstein2019-01-191-13/+16
| | | | * net/mlx5e: Fix wrong (zero) TX drop counter indication for representorTariq Toukan2019-01-191-0/+1
| | | | * net/mlx5e: Fix wrong error code return on FEC query failureShay Agroskin2019-01-191-1/+4
| | | | * net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet framesCong Wang2019-01-191-0/+13
| | | * | mlxsw: spectrum_switchdev: Do not treat static FDB entries as stickyIdo Schimmel2019-01-191-6/+6
| | | * | mlxsw: spectrum_fid: Update dummy FID indexNir Dotan2019-01-191-2/+2
| | | * | mlxsw: pci: Return error on PCI reset timeoutNir Dotan2019-01-191-2/+2
| | | * | mlxsw: pci: Increase PCI SW reset timeoutNir Dotan2019-01-191-1/+1
| | | * | mlxsw: pci: Ring CQ's doorbell before RDQ'sIdo Schimmel2019-01-192-5/+8
| | | * | net: Fix typo in NET_FAILOVER help textJonathan Neuschäfer2019-01-181-1/+1
| | | * | net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-181-0/+1
| | | * | net: phy: mdio_bus: add missing device_del() in mdiobus_register() error hand...Thomas Petazzoni2019-01-181-0/+1
| | | * | macvlan: replace kfree_skb by consume_skb for drop profilesYang Wei2019-01-181-1/+1
| | | * | amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYsLendacky, Thomas2019-01-182-8/+16
| | | * | net: phy: add missing phy driver featuresCamelia Groza2019-01-182-0/+2
| | | * | dpaa_eth: NETIF_F_LLTX requires to do our own update of trans_startMadalin Bucur2019-01-181-0/+6
| | | * | vhost: log dirty page correctlyJason Wang2019-01-183-16/+87
| | | * | net: dsa: realtek-smi: fix OF child-node lookupJohan Hovold2019-01-171-5/+13
| | | * | atm: he: fix sign-extension overflow on large shiftColin Ian King2019-01-171-1/+1
| | | * | net: phy: Add missing features to PHY driversAndrew Lunn2019-01-173-0/+15
| | | * | net: usb: aqc111: Extend HWID table by TRENDnet deviceDmitry Bezrukov2019-01-162-0/+23
| | | * | net: phy: meson-gxl: Use the genphy_soft_reset callbackTimotej Lazar2019-01-161-0/+1
| | | * | net: phy: marvell: Fix deadlock from wrong lockingAndrew Lunn2019-01-161-1/+1
| | | * | net: phy: marvell: Errata for mv88e6390 internal PHYsAndrew Lunn2019-01-161-1/+34
| | | * | net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031Heiner Kallweit2019-01-161-0/+1
| | | * | net: phy: fix too strict check in phy_start_anegHeiner Kallweit2019-01-151-12/+7
| | | * | Revert "igb: reduce CPU0 latency when updating statistics"Jeff Kirsher2019-01-153-10/+10
| | * | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-01-208-56/+117
| | |\ \ \
| | | * | | vhost/scsi: Use copy_to_iter() to send control queue responseBijan Mottahedeh2019-01-151-8/+12
| | | * | | vhost: return EINVAL if iovecs size does not match the message sizePavel Tikhomirov2019-01-151-2/+6
| | | * | | virtio-balloon: tweak config_changed implementationWei Wang2019-01-151-33/+65
| | | * | | virtio: don't allocate vqs when names[i] = NULLWei Wang2019-01-154-9/+30
| | | * | | virtio_pci: use queue idx instead of array idx to set up the vqWei Wang2019-01-151-4/+4
| | * | | | Merge tag 'libnvdimm-fixes-5.0-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-193-19/+13
| | |\ \ \ \
| | | * | | | libnvdimm/security: Fix nvdimm_security_state() state request selectionDave Jiang2019-01-151-2/+2