summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* dma: add dma_sync nop stubs for PBLAhmad Fatoum2022-06-171-0/+22
* dma: avoid clash between static inline and extern dma_alloc declarationsAhmad Fatoum2022-06-171-0/+12
* gui: image_renderer: Fix empty prototype for image_renderer_image()Alexander Shiyan2022-06-101-1/+4
* of: Add missing inline for stub functionSascha Hauer2022-06-081-1/+1
* Merge branch 'for-next/rsa'Sascha Hauer2022-05-191-1/+6
|\
| * rsa: Add iterator for rsa keysSascha Hauer2022-05-041-0/+4
| * rsa: Collect keys on listSascha Hauer2022-05-041-1/+2
* | Merge branch 'for-next/of-board'Sascha Hauer2022-05-192-0/+12
|\ \
| * | of: add generic of_prepend_machine_compatible()Oleksij Rempel2022-05-052-0/+9
| * | common: add $global.serial_number with device tree fixupAhmad Fatoum2022-05-051-0/+3
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2022-05-192-0/+50
|\ \ | |/ |/|
| * ata: disk_ata_drive: clean up code in ata_dump_id()Denis Orlov2022-04-291-0/+5
| * video: omap-fb: Rework to enable COMPILE_TEST optionAlexander Shiyan2022-04-251-0/+45
* | Merge branch 'for-next/misc'Sascha Hauer2022-04-212-0/+2
|\|
| * libfile: implement new pread_fullAhmad Fatoum2022-03-281-0/+1
| * gpio: include header for BIT() used in <gpio.h>Ahmad Fatoum2022-03-281-0/+1
* | 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