summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2022-04-2117-58/+189
|\
| * GPIO: clps711x: Simplify initializationAlexander Shiyan2022-04-201-6/+4
| * net: phy: add TI DP83TD510E T1L PHY supportOleksij Rempel2022-04-193-0/+52
| * net: phy: do not call adjust_link() form phy_device_attach()Oleksij Rempel2022-04-191-5/+8
| * usb: xhci: Honor transfer timeoutsSascha Hauer2022-04-143-29/+25
| * net: designware: eqos: do not try to talk to not existing PHYRouven Czerwinski2022-04-121-3/+5
| * net: designware: eqos: fix receive issue with external switchOleksij Rempel2022-04-121-1/+5
| * ata: ide-sff: fix integer overflow in ata_wait_busy()Denis Orlov2022-04-011-1/+1
| * gpio: allocate dynamic gpio numbers top downSascha Hauer2022-04-011-13/+13
| * mtd: spi-nor: add support for ISSI IS25WP256Ahmad Fatoum2022-03-281-0/+2
| * mci: mci_spi: extend driver for device tree probingAhmad Fatoum2022-03-281-0/+31
| * net: phy: mv88e6xxx: add support for mv88e6250Steffen Trumtrar2022-03-283-0/+30
| * net: phy: mv88e6xxx: implement port_set_speed for mv88e6250Steffen Trumtrar2022-03-282-0/+13
* | Merge branch 'for-next/imx'Sascha Hauer2022-04-213-17/+77
|\ \
| * | usb: dwc3: of-simple: add i.MX8MP compatibleLucas Stach2022-04-141-0/+1
| * | phy: freescale: imx8mq-usb: add support for i.MX8MP PHYLucas Stach2022-04-141-13/+74
| * | video: ipuv3: combine two subsequent info prints into oneAhmad Fatoum2022-04-121-4/+2
| |/
* | Merge branch 'for-next/dts'Sascha Hauer2022-04-212-12/+12
|\ \
| * | dts: update to v5.18-rc1Sascha Hauer2022-04-142-12/+12
| |/
* | Merge branch 'for-next/dsa'Sascha Hauer2022-04-217-2/+4035
|\ \
| * | net: dsa: add KSZ9477 switch SPI driverOleksij Rempel2022-04-143-0/+574
| * | net: dsa: add support for SJA11xx switchesOleksij Rempel2022-04-143-0/+3004
| * | of_net: add rev-rmii supportOleksij Rempel2022-04-141-0/+1
| * | net: phy: make sure MDIO bus is probed if we search for the PHYOleksij Rempel2022-04-141-0/+1
| * | net: add DSA framework to support basic switch functionalityOleksij Rempel2022-04-143-0/+453
| * | net: phy: export of_phy_register_fixed_link() functionOleksij Rempel2022-04-141-2/+2
* | | mtd: peb: Add mtd_peb_read_file()Sascha Hauer2022-04-211-0/+45
|/ /
* | usb: gadget: multi: free UMS instance at multi_unbind timeAhmad Fatoum2022-03-281-0/+5
* | usb: gadget: multi: fix broken handling of USB function bind errorAhmad Fatoum2022-03-281-6/+13
* | usb: gadget: mass-storage: reference count allocations used in bthreadAhmad Fatoum2022-03-281-9/+43
* | usb: gadget: mass-storage: fix clean up of file descriptorsAhmad Fatoum2022-03-281-4/+8
|/
* Merge branch 'for-next/stm32'Sascha Hauer2022-03-1432-405/+4839
|\
| * regulator: core: fall back to node name if no regulator-name propertyAhmad Fatoum2022-03-081-0/+2
| * clk: stm32mp1: sync with Linux v5.17-rc1Ahmad Fatoum2022-03-083-334/+630
| * reset: add support for reset_control_statusAhmad Fatoum2022-03-082-1/+23
| * clk: implement of_clk_hw_{onecell,simple}_getAhmad Fatoum2022-02-231-0/+22
| * serial: stm32: bail if clock_get_rate returns zeroAhmad Fatoum2022-02-231-0/+2
| * regulator: add SCMI regulator driverAhmad Fatoum2022-02-237-1/+783
| * clk: add SCMI clock driverAhmad Fatoum2022-02-237-1/+581
| * reset: add SCMI supportAhmad Fatoum2022-02-237-1/+375
| * firmware: import Linux v5.13 SCMI supportAhmad Fatoum2022-02-2310-0/+2387
| * reset: move stm32 reset code to drivers/power/resetAhmad Fatoum2022-02-235-7/+7
| * reset: stm32: drop stm32mp1_reset_ops indirectionAhmad Fatoum2022-02-231-60/+37
| * pinctrl: stm32: use gpio-ranges instead of aliasAhmad Fatoum2022-02-231-12/+2
* | Merge branch 'for-next/of-deep-probe'Sascha Hauer2022-03-147-12/+84
|\ \
| * | of: platform: Ensure timers are probed earlySascha Hauer2022-03-081-0/+26
| * | of: platform: Change of_devices_ensure_probed_by_property() return valueSascha Hauer2022-03-081-4/+3
| * | of: Add of_find_node_by_name() with Linux semanticsSascha Hauer2022-03-081-0/+38
| * | of: rename of_find_node_by_name() to of_find_node_by_name_address()Sascha Hauer2022-03-087-10/+10
| * | of: platform: return early when deep probe is not supportedSascha Hauer2022-03-081-0/+9