summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | net: macb: no need for coherent memory for receive bufferSascha Hauer2018-11-021-2/+1
* | | Merge branch 'for-next/mtd'Sascha Hauer2018-11-094-42/+66
|\ \ \
| * | | USB: gadget: prevent unnecessary warning messageSascha Hauer2018-10-261-1/+4
| * | | mtd: nand: don't break long print messagesLadislav Michl2018-10-262-17/+12
| * | | mtd: nand: add accessors, macros for in-memory BBTLadislav Michl2018-10-261-22/+48
| * | | mtd: atmel_nand: replace printk with dev_infoLadislav Michl2018-10-261-2/+2
| | |/ | |/|
* | | Merge branch 'for-next/missing-prototypes'Sascha Hauer2018-11-095-10/+10
|\ \ \
| * | | nvmem: i.MX ocotp: Make locally used functions staticSascha Hauer2018-10-231-2/+2
| * | | usb: ulpi: Make locally used functions staticSascha Hauer2018-10-231-2/+2
| * | | drivers: clk: imx5: Make locally used functions staticSascha Hauer2018-10-231-3/+3
| * | | video: imx-ipu-v3: Make locally used function staticSascha Hauer2018-10-181-1/+1
| * | | mtd: nand: mxs: make locally used functions staticSascha Hauer2018-10-181-2/+2
| |/ /
* | | Merge branch 'for-next/misc'Sascha Hauer2018-11-0926-167/+42
|\ \ \
| * | | ARM: clk: rk3188: don't set same clk rate twiceperachet7@gmail.com2018-11-091-0/+3
| * | | pinctrl: at91: Do not print registration messagesSascha Hauer2018-11-021-2/+2
| * | | net: designware: look for a child device node for MDIO busIan Abbott2018-11-021-0/+10
| * | | rtc: ds1307: Add ds3231 to driver's ID listMarco Felsch2018-10-191-0/+1
| * | | i2c: introduce device_i2c_driver() macroMarco Felsch2018-10-1920-164/+20
| * | | of: base: fix typoUlrich Ölmann2018-10-191-1/+1
| * | | rave-sp: backlight: Specify parent device correctlyAndrey Smirnov2018-10-161-0/+1
| * | | phy: call adjust_link in attach if using fixed-linkClément Leger2018-10-161-0/+4
| |/ /
* | | Merge branch 'for-next/imx'Sascha Hauer2018-11-093-1/+458
|\ \ \
| * | | nvmem: Port Linux driver for Microwire 93XX46 EEPROM chipsAndrey Smirnov2018-11-063-1/+458
| |/ /
* | | Merge branch 'for-next/gpio'Sascha Hauer2018-11-0919-26/+45
|\ \ \
| * | | gpiolib: Introduce gpio_find_by_label()Andrey Smirnov2018-10-291-0/+17