summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ARM: i.MX8MP: add feature controller support for PlusAhmad Fatoum2022-10-182-1/+6
* dt-bindings: features: imx8m: fix typo in constantAhmad Fatoum2022-10-181-1/+1
* Merge branch 'for-next/selftest'Sascha Hauer2022-10-131-0/+1
|\
| * fs: implement unreaddirAhmad Fatoum2022-10-111-0/+1
* | Merge branch 'for-next/net'Sascha Hauer2022-10-131-0/+3
|\ \
| * | net: Bring up all interfaces when going interactiveSascha Hauer2022-09-221-0/+3
* | | Merge branch 'for-next/mmc'Sascha Hauer2022-10-131-0/+1
|\ \ \
| * | | mci: core: act upon broken-cd device tree propertyAhmad Fatoum2022-10-041-0/+1
| | |/ | |/|
* | | Merge branch 'for-next/misc'Sascha Hauer2022-10-1314-11/+26
|\ \ \
| * | | lib: random: add hwrng_get_crypto_bytesAhmad Fatoum2022-10-112-1/+7
| * | | lds: introduce <asm/barebox.lds.h>Ahmad Fatoum2022-10-111-4/+0
| * | | driver: don't crash when dev_name/dev_id is called with NULL devAhmad Fatoum2022-10-111-0/+2
| * | | common: misc: remove now unused errno_strAhmad Fatoum2022-10-111-1/+0
| * | | block: have cdev_get_block_device accept const cdevAhmad Fatoum2022-10-111-2/+2
| * | | relocate_to_current_adr: hang directly on error instead of panic()Ahmad Fatoum2022-10-051-0/+6
| * | | include: move panic() prototype to <printk.h>Ahmad Fatoum2022-10-053-2/+3
| * | | fs: export file system detection functionalityAhmad Fatoum2022-10-051-0/+2
| * | | fs: implement cdev_mount()Ahmad Fatoum2022-10-041-0/+1
| * | | include: define SSIZE_MAX in <linux/limits.h>Ahmad Fatoum2022-10-041-0/+1
| * | | usb: have usb_rescan return count of enumerated devicesAhmad Fatoum2022-10-041-1/+1
| * | | USB: gadget: fastboot: introduce optional flag for fastboot partitionsJohannes Zink2022-09-261-0/+1
| | |/ | |/|
* | | Merge branch 'for-next/ksz8873'Sascha Hauer2022-10-134-0/+23
|\ \ \
| * | | driver: add dev_is_probed() helper functionOleksij Rempel2022-10-041-0/+5
| * | | net: add support for MDIO devicesOleksij Rempel2022-09-222-0/+15
| * | | net: port support for microchip SMI0 MDIO busOleksij Rempel2022-09-221-0/+3
| |/ /
* | | Merge branch 'for-next/imx'Sascha Hauer2022-10-133-0/+20
|\ \ \
| * | | imx-bbu-nand-fcb: extend for i.MX7 supportJohannes Zink2022-10-051-0/+5
| * | | mtd: nand-mxs: add i.MX7 FCB write supportJohannes Zink2022-10-052-0/+15
| | |/ | |/|
* | | efi: add device tree configuration table supportAhmad Fatoum2022-10-131-0/+1
* | | efi: implement and use for_each_efi_config_tableAhmad Fatoum2022-10-131-0/+5
* | | hw_random: add EFI RNG driverAhmad Fatoum2022-10-131-0/+18
* | | efi: capitalize enumeration constantsAhmad Fatoum2022-10-131-3/+3
* | | efi: retire efi_bool_tAhmad Fatoum2022-10-132-2/+1
|/ /
* / Revert "lib: zstd: sync with Linux"Sascha Hauer2022-09-305-2792/+981
|/
* net: Use dma_alloc to allocate net packetSascha Hauer2022-09-161-1/+2
* Merge branch 'for-next/sha256'Sascha Hauer2022-09-144-8/+40
|\
| * pbl: replace __piggydata_end with __image_endAhmad Fatoum2022-08-221-1/+0
| * firmware: add external firmware PBL supportAhmad Fatoum2022-08-221-6/+36
| * pbl: export pbl_barebox_verifyAhmad Fatoum2022-08-222-1/+4
* | Merge branch 'for-next/misc'Sascha Hauer2022-09-1413-0/+606
|\ \
| * | test: self: provide selftest_is_running()Ahmad Fatoum2022-09-131-0/+5
| * | of: implement of_prepend_propertyAhmad Fatoum2022-09-131-0/+8
| * | commands: add pm_domain for listing power domainsAhmad Fatoum2022-09-131-0/+2
| * | driver: implement find_device() helperAhmad Fatoum2022-09-131-0/+5
| * | gpiolib: implement gpio_get_chip_by_dev()Ahmad Fatoum2022-09-131-0/+6
| * | i2c: implement of_i2c_device_enable_and_register_by_alias()Ahmad Fatoum2022-09-121-0/+1
| * | i2c: implement of_i2c_register_devices_by_node()Ahmad Fatoum2022-09-121-0/+1
| * | of: implement of_rename_property()Ahmad Fatoum2022-09-121-0/+8
| * | nvmem: import Linux nvmem_cell_read_variable_le_u32Ahmad Fatoum2022-09-011-0/+9
| * | soc: imx: add i.MX8M feature controller driverAhmad Fatoum2022-09-011-0/+25