summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* clocksource: Add dw_apb_timer driverJules Maselbas2018-11-303-0/+154
* Kconfig: Add clocksource menuJules Maselbas2018-11-291-0/+4
* usb: musb: fix possible out of bounds accessOleksij Rempel2018-11-211-1/+6
* mtd: atmel_nand: remove erroneous caseOleksij Rempel2018-11-211-1/+0
* usb: at91_udc: remove useless NULL checkOleksij Rempel2018-11-211-2/+1
* mfd: da9063: fix wrong NULL pointer testOleksij Rempel2018-11-211-1/+1
* pinctrl: tegra30: fix "Possible null pointer dereference: group" warningOleksij Rempel2018-11-211-2/+2
* net: e1000: fix "Uninitialized variable: phy_data" warningOleksij Rempel2018-11-211-1/+1
* clk: imx: cpu: avoid use after free on errorOleksij Rempel2018-11-191-1/+3
* video/ssd1307fb: fix potential memory leak on errorOleksij Rempel2018-11-191-2/+5
* of: partition: set ret for error casesOleksij Rempel2018-11-191-2/+2
* rtc: ds1307: Set DS1341_BIT_DOSF in the right registerAndrey Smirnov2018-11-191-2/+2
* driver: Print message with pr_errSascha Hauer2018-11-141-1/+1
* e1000/flash: Increased erase timeoutMichael Schuhmacher2018-11-121-1/+1
* Merge branch 'for-next/usb'Sascha Hauer2018-11-0910-175/+162
|\
| * usbgadget: autostart: add DFU supportLadislav Michl2018-10-293-104/+3
| * usb: gadget: set maxpacket_limitLadislav Michl2018-10-293-3/+7
| * usb: gadget: fsl_udc: pass controller instance to unregisterSascha Hauer2018-10-292-13/+30
| * usb: imx: unregister ehci controller on device removalSascha Hauer2018-10-291-0/+5
| * usb: host: ehci-atmel: unregister host on device removeSascha Hauer2018-10-291-1/+5
| * usb: host: ehci: do not use dev->privSascha Hauer2018-10-293-6/+29
| * usb: host: ehci: add ehci_unregister()Sascha Hauer2018-10-293-8/+36
| * usb: Add usb_unregister_host()Sascha Hauer2018-10-261-0/+5
| * usb: host: ehci: rename ehci_priv to ehci_hostSascha Hauer2018-10-261-21/+21
| * usb: gadget: fsl_udc: Drop using global variableSascha Hauer2018-10-261-17/+22
* | Merge branch 'for-next/state'Sascha Hauer2018-11-091-0/+12
|\ \
| * | of: fix reproducible node name for legacy vs. new partition bindingSascha Hauer2018-10-181-0/+12
| |/
* | Merge branch 'for-next/net-switch-mv88e6xxx'Sascha Hauer2018-11-0950-122/+2772
|\ \
| * | net: phy: mv88e6xxx: Add support for MAC portsAndrey Smirnov2018-10-234-9/+877
| * | net: phy: mv88e6xxx: Port EEPROM support codeAndrey Smirnov2018-10-234-0/+388
| * | net: phy: Add basic driver for MV88E6XXX switches from MarvellAndrey Smirnov2018-10-239-0/+1070
| * | mdio_bus: Allow for non PHY-devices on MDIO busesAndrey Smirnov2018-10-231-1/+13
| * | net: phy: Check phy_mask in get_phy_device()Andrey Smirnov2018-10-181-3/+4
| * | mdio_bus: Fix documentation for mdio_bus_match()Andrey Smirnov2018-10-181-4/+7
| * | of: Port latest of_device_make_bus_id() implementationAndrey Smirnov2018-10-181-58/+22
| * | drivers: base: Convert device_d name to be dynamically allocatedAndrey Smirnov2018-10-181-6/+17
| * | base: Don't use shared buffer for results of dev_id()Andrey Smirnov2018-10-181-12/+7
| * | drivers: Introduce dev_set_name()Andrey Smirnov2018-10-1834-49/+70
| * | aiodev: qoriq_thermal: Give aiodev a more descriptive nameAndrey Smirnov2018-10-181-0/+1
| * | aiodev: imx_thermal: Give aiodev a more descriptive nameAndrey Smirnov2018-10-181-0/+1
| * | aiodev: Don't try to use DT node name as aiodev->nameAndrey Smirnov2018-10-181-2/+0
| * | of: Demote "Bad cell count for" to debugAndrey Smirnov2018-10-181-2/+2
| * | clocksource: Introduce ARCH_HAS_IMX_GPTAndrey Smirnov2018-10-181-1/+4
| * | i.MX: Move GPT driver to drivers/clocksourceAndrey Smirnov2018-10-183-0/+196
| * | clocksource: Add ARM global timer supportAndrey Smirnov2018-10-183-0/+118
| |/
* | Merge branch 'for-next/net'Sascha Hauer2018-11-091-7/+15
|\ \
| * | net: macb: Add compatible for atmel,sama5d3-gemSascha Hauer2018-11-021-0/+1
| * | net: macb: add remove callbackSascha Hauer2018-11-021-0/+8
| * | net: macb: simplify private data allocationSascha Hauer2018-11-021-3/+4
| * | net: macb: remove unused variableSascha Hauer2018-11-021-2/+1