summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/dsa'Sascha Hauer2022-04-219-3/+1871
|\
| * add ethlog commandOleksij Rempel2022-04-191-0/+11
| * hexdump: provide support for dev_print_hex_dump()Oleksij Rempel2022-04-191-3/+11
| * net: dsa: add KSZ9477 switch SPI driverOleksij Rempel2022-04-141-0/+1665
| * of_net: add rev-rmii supportOleksij Rempel2022-04-141-0/+1
| * net: mdio: add MDIO_DEVAD_NONE defineOleksij Rempel2022-04-141-0/+2
| * spi: port spi_sync_transfer() function from kernel v5.17Oleksij Rempel2022-04-141-0/+24
| * net: port part of if_vlan header from kernel v5.17Oleksij Rempel2022-04-141-0/+56
| * driver: add dev_get_priv() helperOleksij Rempel2022-04-141-0/+5
| * net: add DSA framework to support basic switch functionalityOleksij Rempel2022-04-141-0/+90
| * net: phy: export of_phy_register_fixed_link() functionOleksij Rempel2022-04-141-0/+2
| * net: add of_find_eth_device_by_node() functionOleksij Rempel2022-04-141-0/+1
| * net: add RX preprocessor supportOleksij Rempel2022-04-141-0/+3
* | mtd: peb: Add mtd_peb_read_file()Sascha Hauer2022-04-211-0/+2
|/
* usb: gadget: mass-storage: reference count allocations used in bthreadAhmad Fatoum2022-03-281-0/+1
* usb: gadget: implement and use system_partitions_get_nullAhmad Fatoum2022-03-281-0/+8
* Merge branch 'for-next/stm32'Sascha Hauer2022-03-1411-18/+1168
|\
| * clk: stm32mp1: sync with Linux v5.17-rc1Ahmad Fatoum2022-03-082-0/+21
| * reset: add support for reset_control_statusAhmad Fatoum2022-03-082-0/+8
| * clk: implement of_clk_hw_{onecell,simple}_getAhmad Fatoum2022-02-231-0/+17
| * clk: accept const arguments in clk_to_clk_hw/clk_hw_to_clkAhmad Fatoum2022-02-231-4/+4
| * firmware: import Linux v5.13 SCMI supportAhmad Fatoum2022-02-235-0/+768
| * ARM: smccc: sync header with upstreamAhmad Fatoum2022-02-231-14/+349
| * filetype: detect TF-A Firmware Image Packages (FIP)Ahmad Fatoum2022-02-231-0/+1
* | Merge branch 'for-next/of-deep-probe'Sascha Hauer2022-03-141-0/+21
|\ \
| * | of: platform: Ensure timers are probed earlySascha Hauer2022-03-081-0/+1
| * | of: Add of_find_node_by_name() with Linux semanticsSascha Hauer2022-03-081-0/+20
| * | of: rename of_find_node_by_name() to of_find_node_by_name_address()Sascha Hauer2022-03-081-8/+8
| |/
* | compiler: add support for fallthrough attributeAhmad Fatoum2022-03-081-0/+21
* | phy: core: Make 'phy_optional_get' return NULL when not implementedDaniel BrĂ¡t2022-03-081-1/+1
* | clk: Enable clk_bulk_* functions only with CONFIG_COMMON_CLKSascha Hauer2022-03-081-144/+149
|/
* Merge branch 'for-next/video'Sascha Hauer2022-02-184-1/+282
|\
| * video: add MIPI DBI Type C Option 3 supportAhmad Fatoum2022-02-083-0/+275
| * gpiolib: implement gpiod_set_valueAhmad Fatoum2022-02-071-1/+7
* | Merge branch 'for-next/tests'Sascha Hauer2022-02-181-1/+1
|\ \
| * | of: report whether of_diff found differences in return codeAhmad Fatoum2022-02-071-1/+1
| |/
* | Merge branch 'for-next/stm32'Sascha Hauer2022-02-184-4/+147
|\ \
| * | clk: add clock driver for stm32f4 and stm32f7Ahmad Fatoum2022-02-012-0/+9
| * | clk: gate: add clk_hw registration functionsAhmad Fatoum2022-02-011-0/+11
| * | clk: implement of_clk_add_hw_providerAhmad Fatoum2022-02-011-0/+13
| * | clk: mux: export clk_mux_round_rateAhmad Fatoum2022-02-011-0/+3
| * | clk: mux: add clk_hw registration functionsAhmad Fatoum2022-02-011-0/+27
| * | clk: define clk_hw_registerAhmad Fatoum2022-02-011-0/+5
| * | clk: clk-fixed: add clk_hw registration functionsAhmad Fatoum2022-02-011-0/+4
| * | clk: fixed-factor: add clk_hw registration functionsAhmad Fatoum2022-02-011-0/+4
| * | clk: divider: add clk_hw registration functionsAhmad Fatoum2022-02-011-0/+11
| * | clk: composite: add clk_hw registration functionsAhmad Fatoum2022-02-011-0/+8
| * | clk: Move clk_hw_get_num_parents out of ifdefSascha Hauer2022-02-011-5/+5
| * | string: define new memdup_arrayAhmad Fatoum2022-01-311-0/+3
| * | reset: add simple reset controller supportAhmad Fatoum2022-01-311-0/+45
| |/