summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* regulator: introduce regulator logging functions.Sascha Hauer2023-09-201-0/+13
* regulator: merge struct regulator_internal fields into struct regulator_devSascha Hauer2023-09-201-0/+9
* clk: implement clk_get_optional helperAhmad Fatoum2023-09-061-0/+19
* Merge branch 'for-next/spi-nor'Sascha Hauer2023-08-231-0/+2
|\
| * mtd: spi-nor: move SPI_NOR_MAX_ADDR_WIDTH define to spi-nor.hJules Maselbas2023-08-141-0/+2
* | Merge branch 'for-next/phy'Sascha Hauer2023-08-231-9/+34
|\ \
| * | net: phy: import phy_{read,write,modify}_mmd helpers from LinuxMarco Felsch2023-08-141-0/+10
| * | net: phy: add phydev_{err,err_probe,info,warn,dbg} macrosMarco Felsch2023-08-141-0/+15
| * | net: phy: fix struct member commentsMarco Felsch2023-08-141-9/+9
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2023-08-236-7/+30
|\ \
| * | filetype: return error and pass filetype as pointer argumentSascha Hauer2023-08-181-3/+3
| * | console: allocate only once instead of twice per log messageAhmad Fatoum2023-08-041-1/+1
| * | linux/printk.h: drop unused log_entry::dummy memberAhmad Fatoum2023-08-041-1/+0
| * | of: never fixup internal live treeSascha Hauer2023-08-031-1/+1
| * | FIT: don't verify signature of non-signature nodesAhmad Fatoum2023-07-281-0/+6
| * | hab: habv4: export function to query HAB stateAhmad Fatoum2023-07-281-0/+17
| * | nvmem: ocotp: handle too early calls into ocotp driver gracefullyAhmad Fatoum2023-07-281-1/+1
| * | bootm: export bootm_set_verify_modeAhmad Fatoum2023-07-281-0/+1
* | | param: drop priv from dev_add_param_string_roAhmad Fatoum2023-08-231-2/+1
* | | envfs: fix defaultenv_append_directory macro definitionAhmad Fatoum2023-08-181-2/+2
| |/ |/|
* | Convert License Identifiers to SPDX 3.0 for files originating from LiMonRoland Hieber2023-08-071-1/+1
* | include/gpiod.h: Fixed path in error stringAlexander Shiyan2023-08-031-1/+1
* | Add SPDX License identifier for files originating from LiMonSascha Hauer2023-07-281-7/+4
|/
* pbl: allow #include <pbl.h> from assemblyAhmad Fatoum2023-06-261-6/+9
* gpiolib: add support for requesting and setting gpiod arraysAhmad Fatoum2023-06-231-0/+58
* bitmap: implement bitmap_{to,from}_arr{32,64}Ahmad Fatoum2023-06-231-0/+101
* gpiolib: export proper gpio descriptor APIAhmad Fatoum2023-06-231-56/+74
* gpio: have gpiod_ functions return and accept pointersAhmad Fatoum2023-06-234-82/+156
* include: linux/printk: define new dev_errp_probeAhmad Fatoum2023-06-231-0/+3
* driver: include dev_print and family from <driver.h>Ahmad Fatoum2023-06-231-0/+1
* Merge branch 'for-next/state'Sascha Hauer2023-06-226-23/+103
|\
| * state: allow lookup of barebox state partition by Type GUIDAhmad Fatoum2023-06-122-0/+23
| * common: partitions: efi: record type UUID in cdevAhmad Fatoum2023-06-121-1/+5
| * of: export new of_cdev_find helperAhmad Fatoum2023-06-121-0/+1
| * block: add cdev_is_block_(device|partition|disk) helpersAhmad Fatoum2023-06-121-0/+15
| * common: partitions: record whether disk is GPT or MBR partitionedAhmad Fatoum2023-06-121-0/+12
| * cdev: record whether partition is parsed from OFAhmad Fatoum2023-06-081-2/+3
| * cdev: use more descriptive struct cdev::diskuuid/partuuidAhmad Fatoum2023-06-081-1/+9
| * driver: add new cdev_is_partition helperAhmad Fatoum2023-06-081-0/+4
| * cdev: fix for_each_cdev macroAhmad Fatoum2023-06-081-2/+2
| * efi: define efi_guid_t as 32-bit aligned guid_tAhmad Fatoum2023-06-081-4/+15
| * common: partitions: decouple from EFI GUID definitionAhmad Fatoum2023-06-081-13/+14
* | Merge branch 'for-next/pwm'Sascha Hauer2023-06-221-1/+1
|\ \
| * | include: pwm: minor function doc fix for pwm_set_relative_duty_cycle()Marc Reilly2023-06-061-1/+1
* | | Merge branch 'for-next/of-compat'Sascha Hauer2023-06-221-1/+1
|\ \ \
| * | | of: change superfluous of_fix_tree int return type to voidAhmad Fatoum2023-06-091-1/+1
| |/ /
* | | Merge branch 'for-next/misc-fixes-sandbox'Sascha Hauer2023-06-222-2/+11
|\ \ \
| * | | include <linux/idr.h>: handle OOM gracefully inside idr_alloc_oneAhmad Fatoum2023-06-131-0/+2
| * | | clk: define clk_get_parent stubAhmad Fatoum2023-06-131-0/+6
| * | | clk: always define clk_prepare_enable/disableAhmad Fatoum2023-06-131-2/+3
| | |/ | |/|