summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: macb: fix wrong return values on some errorsAhmad Fatoum2020-10-021-1/+1
* treewide: fix unterminated of_device_id[] reported by CoccinelleAhmad Fatoum2020-10-023-0/+3
* Merge branch 'for-next/protonic' into masterSascha Hauer2020-09-253-0/+60
|\
| * of: of_device_get_match_compatible() helperOleksij Rempel2020-08-241-0/+12
| * gpiolib: add gpio_array_to_id helper to get ID out of GPIO arrayOleksij Rempel2020-08-241-0/+31
| * of: base: register DT root as deviceOleksij Rempel2020-08-241-0/+17
* | Merge branch 'for-next/powerpc' into masterSascha Hauer2020-09-251-1/+1
|\ \
| * | powerpc: Make locally used functions staticSascha Hauer2020-09-151-1/+1
* | | Merge branch 'for-next/net' into masterSascha Hauer2020-09-254-15/+99
|\ \ \
| * | | usb: fastboot: execute commands in command contextSascha Hauer2020-08-191-7/+45
| * | | fastboot: init list head in commonSascha Hauer2020-08-191-2/+0
| * | | usbnet: shorten timeout when polling for receive packetsSascha Hauer2020-08-191-1/+1
| * | | usbnet: Add sliceSascha Hauer2020-08-191-0/+3
| * | | usb: Add a slice to usb host controllersSascha Hauer2020-08-191-5/+7
| * | | net: mdiobus: Add sliceSascha Hauer2020-08-191-0/+43
* | | | Merge branch 'for-next/mmc' into masterSascha Hauer2020-09-252-10/+106
|\ \ \ \
| * | | | mci: mci-core: fix long lasting FIXMEsJuergen Borleis2020-09-151-8/+12
| * | | | mci: mci-core: add GPP supportJuergen Borleis2020-09-142-2/+87
| * | | | mci: kconfig: explain what boot partitions areJuergen Borleis2020-09-141-0/+7
* | | | | Merge branch 'for-next/misc' into masterSascha Hauer2020-09-2512-74/+168
|\ \ \ \ \
| * | | | | usb: dwc3-of-simple: Use clk_bulk APISascha Hauer2020-09-241-48/+10
| * | | | | clk: Add clk_bulk_[get|put]_all()Sascha Hauer2020-09-241-0/+80
| * | | | | usb: dwc3: Whitespace cleanupSascha Hauer2020-09-231-3/+3
| * | | | | clk_dump command: Allow printing a single clockSascha Hauer2020-09-231-5/+45
| * | | | | mci: bcm2835: depend on sdhciRoland Hieber2020-09-151-0/+1
| * | | | | mfd: stpmic1: warn if reset reason detection failsAhmad Fatoum2020-09-141-1/+1
| * | | | | treewide: s/filed/field/Sascha Hauer2020-08-242-2/+2
| * | | | | treewide: s/filed/failed/Sascha Hauer2020-08-243-6/+6
| * | | | | video: simple-panel: don't error out on unhandled ioctl commandAhmad Fatoum2020-08-201-1/+1
| * | | | | video: ipuv3: parallel-display: support of_graph bindingAhmad Fatoum2020-08-201-10/+21
* | | | | | Merge branch 'for-next/imx' into masterSascha Hauer2020-09-2511-418/+532
|\ \ \ \ \ \
| * | | | | | serial: imx: set CTS if DT property "linux, rs485-enabled-at-boot-time" is pr...Oleksij Rempel2020-09-231-0/+8
| * | | | | | ddr: imx: Cleanup debug messagesSascha Hauer2020-08-215-11/+21
| * | | | | | clk: imx8mp: update clk driver from Linux kernelSascha Hauer2020-08-201-392/+397
| * | | | | | clk: imx: Add Linux function namesSascha Hauer2020-08-201-0/+22
| * | | | | | clk: imx: Add imx_clk_gate4_flagsSascha Hauer2020-08-201-0/+6
| * | | | | | clk: imx. clk-composite-8m: Update from Linux KernelSascha Hauer2020-08-202-4/+68
| * | | | | | clk: imx-cpu: Add missing CLK_IS_CRITICALSascha Hauer2020-08-201-1/+1
| * | | | | | clk: imx: clk-pll14xx: remove debug leftoverSascha Hauer2020-08-201-2/+1
| * | | | | | clk: imx: make string arrays const char * const *Sascha Hauer2020-08-202-8/+8
| |/ / / / /
* | | | | | mtd: spi-nor: cadence: fix csqpi corruption in cqspi_set_protocolIan Abbott2020-09-181-1/+5
* | | | | | clk: imx: clk-frac-pll: Use do_div for 64bit divisionSascha Hauer2020-09-181-1/+1
| |_|_|/ / |/| | | |
* | | | | clk: at91: sama5d2: fix buffer overflow of clk parent_namesAhmad Fatoum2020-09-147-19/+21
| |/ / / |/| | |
* | | | pinctrl-single: Support 2 pinctrl-cells in ,pins modeTrent Piepho2020-09-141-2/+18
| |_|/ |/| |
* | | clk: imx8mm: fix CPU clockLucas Stach2020-08-211-4/+9
* | | watchdog: fix watchdog_set_timeout breakage for drivers like imxwdAhmad Fatoum2020-08-201-1/+1
|/ /
* | clk: imx-imx8mp: Mark arm_a53_core clk as criticalSascha Hauer2020-08-191-1/+1
* | Merge branch 'for-next/usb-dwc2' into masterSascha Hauer2020-08-1916-1914/+6308
|\ \
| * | usb: dwc2: Use register_otg_deviceJules Maselbas2020-08-142-5/+28
| * | usb: dwc2: Add gadget driverJules Maselbas2020-08-148-0/+2825