summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mISDN: Support DR6 indication in mISDNipac driverMaciej S. Szmigiero2016-03-142-0/+3
* mISDN: Order IPAC register definesMaciej S. Szmigiero2016-03-141-20/+20
* sh_eth: kill useless initializersSergei Shtylyov2016-03-141-9/+9
* net: mvneta: replace magic numbers by existing macrosDmitri Epshtein2016-03-141-2/+2
* net: mvneta: fix error messages in mvneta_port_down functionDmitri Epshtein2016-03-141-2/+2
* net: mvneta: enable change MAC address when interface is upDmitri Epshtein2016-03-141-1/+1
* net: mvneta: Fix spinlock usageGregory CLEMENT2016-03-141-5/+6
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-03-144-1/+5
|\
| * Bluetooth: btmrvl_sdio: fix firmware activation failureWei-Ning Huang2016-03-101-1/+1
| * Bluetooth: btusb: Add a new AR3012 ID 13d3:3472Dmitry Tunin2016-03-102-0/+3
| * Bluetooth: hci_bcm: Add BCM2E55 ACPI ID used in Lenovo ThinkPad Tablet 8Jérôme de Bretagne2016-03-101-0/+1
* | phy: fixed: Fix removal of phys.Andrew Lunn2016-03-141-2/+9
* | dsa: Rename mv88e6123_61_65 to mv88e6123 to be consistentAndrew Lunn2016-03-145-18/+18
* | of_mdio: use PTR_ERR_OR_ZERO()Sergei Shtylyov2016-03-141-3/+3
* | of_mdio: use IS_ERR_OR_NULL()Sergei Shtylyov2016-03-141-1/+1
* | of_mdio: mdio_device_create() never returns NULLSergei Shtylyov2016-03-141-1/+1
* | phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.David Daney2016-03-143-0/+166
* | phy: mdio-octeon: Refactor into two files/modulesDavid Daney2016-03-145-268/+292
* | net: thunderx: Cleanup PHY probing code.David Daney2016-03-141-11/+18
* | net: mvneta: Add missing hotplug notifier transitionAnna-Maria Gleixner2016-03-141-0/+2
* | fsl/fman: fix dtsec_set_tx_pause_framesIgal Liberman2016-03-141-4/+3
* | vmxnet3: fix lock imbalance in vmxnet3_tq_xmit()Arnd Bergmann2016-03-141-4/+4
* | ath9k: fix misleading indentationArnd Bergmann2016-03-141-2/+2
* | ath9k: fix buffer overrun for ar9287Arnd Bergmann2016-03-141-4/+3
* | farsync: fix off-by-one bug in fst_add_oneArnd Bergmann2016-03-141-1/+1
* | mlx4: add missing braces in verify_qp_parametersArnd Bergmann2016-03-141-1/+2
* | net: mediatek: check device_reset return codeArnd Bergmann2016-03-141-1/+3
* | net: mediatek: remove incorrect dma_mask assignmentArnd Bergmann2016-03-141-3/+0
* | net: mediatek: use dma_addr_t correctlyArnd Bergmann2016-03-141-1/+1
* | net: thunderx: Adjust nicvf structure to reduce cache missesSunil Goutham2016-03-141-22/+30
* | net: thunderx: Set recevie buffer page usage count in bulkSunil Goutham2016-03-142-8/+24
* | net: mvneta: Use the new hwbm frameworkGregory CLEMENT2016-03-144-112/+49
* | net: mvneta: bm: add support for hardware buffer managementMarcin Wojtas2016-03-145-37/+1219
* | bus: mvebu-mbus: provide api for obtaining IO and DRAM window informationMarcin Wojtas2016-03-141-0/+52
* | misc: sram: add optional ioremap without write combiningMarcin Wojtas2016-03-141-1/+4
* | Merge tag 'wireless-drivers-next-for-davem-2016-03-14' of git://git.kernel.or...David S. Miller2016-03-1438-719/+4419
|\ \
| * | rtl8xxxu: Temporarily disable 8192eu device initJes Sorensen2016-03-101-0/+4
| * | rtl8xxxu: Use correct 8051 reset function for 8723b partsJes Sorensen2016-03-102-2/+39
| * | rtl8xxxu: Print a warning if flushing the FIFO failsJes Sorensen2016-03-101-1/+4
| * | rtl8xxxu: Flush FIFO before powering down devicesJes Sorensen2016-03-102-0/+36
| * | rtl8xxxu: Implement device specific power_off functionJes Sorensen2016-03-103-2/+99
| * | rtl8xxxu: Implement 8723bu specific disable_rf() functionJes Sorensen2016-03-102-1/+17
| * | rtl8xxxu: Use define for REG_PWR_DATA bitsJes Sorensen2016-03-102-2/+2
| * | rtl8xxxu: convert rtl8723bu_init_bt() into rtl8723b_enable_rf()Jes Sorensen2016-03-102-11/+1
| * | rtl8xxxu: Remove unncessary semicolonJes Sorensen2016-03-101-1/+1
| * | rtl8xxxu: Pass RX rate to rx_parse_phystats and enable phystats for rtl8723buJes Sorensen2016-03-101-4/+9
| * | rtl8xxxu: Process C2H RA_REPORT events for 8723buJes Sorensen2016-03-102-0/+17
| * | rtl8xxxu: Dump contents of unhandled C2H eventsJes Sorensen2016-03-101-1/+4
| * | rtl8xxxu: Report media status using the correct H2C command for 8723buJes Sorensen2016-03-102-7/+47
| * | rtl8xxxu: Implement basic 8723b specific update_rate_mask() functionJes Sorensen2016-03-102-4/+50