summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2019-01-159-44/+36
|\
| * usbgadget: dfu: remove useless break in the switch statementLadislav Michl2019-01-101-5/+0
| * mfd: syscon: Switch to using %pa to print memory addressesAndrey Smirnov2019-01-091-1/+1
| * video: mtl017: fix driver name variableSam Ravnborg2019-01-041-2/+2
| * mci: skip of_partitions_register_fixup for boot partitionsAhmad Fatoum2019-01-031-1/+6
| * net: fec_imx: fix timeout off by *1000 errorAhmad Fatoum2018-12-171-5/+5
| * video: mtl017: Make sure errno is not used as a regulator pointerAndrey Smirnov2018-12-171-0/+3
| * mci: Rely on NULL being a dummy regulatorAndrey Smirnov2018-12-171-10/+9
| * serial: amba-pl011: Fix regulator_get() return checkAndrey Smirnov2018-12-171-1/+1
| * nvmem: ocotp: Make use of postcore_platform_driver macroAndrey Smirnov2018-12-101-8/+1
| * led: core: Make use of ARRAY_AND_SIZEAndrey Smirnov2018-12-101-2/+2
| * led: core: Initialize blink_next_event with 0Andrey Smirnov2018-12-101-1/+1
| * led: core: Don't call get_time_us() twiceAndrey Smirnov2018-12-101-2/+3
| * mfd: rave-sp: Make use of wait_on_timeout()Andrey Smirnov2018-12-101-6/+2
* | Merge branch 'for-next/kconfig'Sascha Hauer2019-01-151-1/+0
|\ \
| * | treewide: remove blank textsMasahiro Yamada2019-01-031-1/+0
| |/
* | Merge branch 'for-next/imx'Sascha Hauer2019-01-1514-323/+586
|\ \
| * | pinctrl: imx-v3: imx8mq does use the old bindingLucas Stach2019-01-151-4/+0
| * | clk: imx: sync imx8mq clock driver with upstream kernelLucas Stach2019-01-152-277/+265
| * | clk: imx: add imx8mq composite clockLucas Stach2019-01-153-0/+184
| * | clk: add divider_recalc_rate helperLucas Stach2019-01-151-8/+22
| * | clk: move struct clk_mux into headerLucas Stach2019-01-151-10/+1
| * | clk: move struct clk_gate into headerLucas Stach2019-01-151-11/+1
| * | mtd: core: Fix erase area alignment for non power of 2 erasesizeLadislav Michl2019-01-151-6/+19
| * | nvmem: ocotp: Fix writing of second mac address fuses on imx6ulStefan Riedmueller2019-01-031-2/+11
| * | spi: i.MX: Fix wrong bus nubering with devicetreeAlexander Shiyan2018-12-141-4/+7
| * | backlight: rave-sp: init all brightness to default levelLucas Stach2018-12-131-1/+1
| * | mfd: rave-sp: Add parameters to query IP address/netmaskAndrey Smirnov2018-12-131-0/+72
| * | clk: imx5: add di_predLucas Stach2018-12-131-0/+3
| |/
* | Merge branch 'for-next/fastboot'Sascha Hauer2019-01-151-83/+153
|\ \
| * | usb: gadget: fastboot: print fastboot messages also to the logsSascha Hauer2018-12-071-2/+5
| * | usb: gadget: fastboot: simplify rebootSascha Hauer2018-12-071-7/+1
| * | usb: gadget: fastboot: be more informative on bootingSascha Hauer2018-12-071-9/+7
| * | usb: gadget: fastboot: tell host that we are going to shutdownSascha Hauer2018-12-071-0/+43
| * | usb: gadget: fastboot: remove unnecessary context settingSascha Hauer2018-12-071-1/+0
| * | usb: gadget: fastboot: drop unnecessary global variableSascha Hauer2018-12-071-9/+5
| * | usb: gadget: fastboot: pass message type as enumSascha Hauer2018-12-071-58/+95
* | | Merge branch 'for-next/e1000'Sascha Hauer2019-01-152-61/+61
|\ \ \
| * | | net/e1000: Only read EEPROM_INIT_CONTROL2_REG if it is neededAndrey Smirnov2018-12-171-15/+16
| * | | net/e1000: Use dev_err to report errorAndrey Smirnov2018-12-171-35/+35
| * | | net/e1000: Do not discard EEPROM error code in e1000_setup_link()Andrey Smirnov2018-12-171-3/+4
| * | | net/e1000: Map custom error codes to more appropriate errno valuesAndrey Smirnov2018-12-171-13/+11
| | |/ | |/|
* | | Merge branch 'for-next/clps711x'Sascha Hauer2019-01-153-41/+26
|\ \ \
| * | | clocksource: clps711x: Use coredevice_platform_driver() macroAlexander Shiyan2018-12-201-6/+1
| * | | clocksource: clps711x: Switch to SPDX identifierAlexander Shiyan2018-12-201-8/+2
| * | | clocksource: clps711x: Add devicetree supportAlexander Shiyan2018-12-201-0/+6
| * | | gpio: clps711x: Use coredevice_platform_driver() macroAlexander Shiyan2018-12-201-6/+1
| * | | gpio: clps711x: Switch to SPDX identifierAlexander Shiyan2018-12-201-8/+2
| * | | gpio: clps711x: Change compatible stringAlexander Shiyan2018-12-201-1/+1
| * | | serial: clps711x: Determine device name from device treeAlexander Shiyan2018-12-201-0/+9