summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* include: printk: retire printk_once for pr_debug_onceAhmad Fatoum2023-02-031-10/+0
* include: linux/printk: implement pr_*_once macrosAhmad Fatoum2023-02-031-0/+20
* net: dsa: add Realtek (rtl8365mb/rtl8366rb) switch supportAhmad Fatoum2023-01-233-1/+12
* net: dsa: add struct dsa_switch::priv member for driver useAhmad Fatoum2023-01-231-0/+1
* net: dsa: add some helpers to ease porting kernel driversAhmad Fatoum2023-01-231-0/+16
* net: dsa: rename dsa_ops to dsa_switch_opsAhmad Fatoum2023-01-231-2/+2
* gpiolib: implement gpio_direction_input/outputAhmad Fatoum2023-01-231-1/+11
* driver: alias of_match_ptr and DRV_OF_COMPATAhmad Fatoum2023-01-231-1/+3
* Merge branch 'for-next/struct-rename'Sascha Hauer2023-01-201-0/+1
|\
| * of: implement of_device_enable_by_aliasAhmad Fatoum2023-01-161-0/+1
* | Merge branch 'for-next/misc-struct-rename'Sascha Hauer2023-01-205-3/+94
|\ \
| * | driver: drop no longer used RW_SIZE/_MASK macrosAhmad Fatoum2023-01-121-3/+0
| * | dev: add dev_bus_is_spi/i2c helpersAhmad Fatoum2023-01-122-0/+10
| * | net: dsa: ksz9477: create regmap cdev for switch registersAhmad Fatoum2023-01-121-0/+21
| * | regmap: factor out regmap cdev size calculationAhmad Fatoum2023-01-121-0/+2
| * | regmap: port regmap_init_spiAhmad Fatoum2023-01-121-0/+13
| * | regmap: support formatted read and writeAhmad Fatoum2023-01-121-0/+46
| * | mtd: consult CONFIG_OFDEVICE in mtd_get_of_nodeAhmad Fatoum2023-01-121-0/+2
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2023-01-203-2/+49
|\ \
| * | include: linux/iopoll.h: silence warning when timeout_us contains *Ahmad Fatoum2023-01-111-2/+2
| * | mci: handle SDIO cards gracefullySascha Hauer2023-01-111-0/+4
| * | mci: Add more respone typesSascha Hauer2023-01-111-0/+24
| * | asm-generic: define IOMEM for assembly as wellAhmad Fatoum2023-01-101-0/+4
| * | mci: only write blocks when card out of programming modeAhmad Fatoum2022-12-161-0/+15
* | | Merge branch 'for-next/jsmn'Sascha Hauer2023-01-202-1/+150
|\ \ \
| * | | test: self: add json parser testAhmad Fatoum2023-01-101-1/+2
| * | | lib: extend jsmn with simple JSONPath lookup helpersAhmad Fatoum2023-01-101-0/+57
| * | | lib: add jsmn JSON parser supportAhmad Fatoum2023-01-101-0/+91
* | | | Merge branch 'for-next/imx'Sascha Hauer2023-01-201-1/+1
|\ \ \ \
| * | | | ARM: i.MX8M: bootrom: access OCRAM directly if running in EL3Ahmad Fatoum2023-01-121-1/+1
| | |/ / | |/| |
* | | | Merge branch 'for-next/caam'Sascha Hauer2023-01-201-0/+17
|\ \ \ \
| * | | | crypto: caam - implement early PBL initAhmad Fatoum2023-01-121-0/+17
| | |/ / | |/| |
* | | | mtd: nand: atmel: import Linux NAND controller driverAhmad Fatoum2023-01-183-0/+5
* | | | memory: add Atmel EBI driverAhmad Fatoum2023-01-182-0/+113
* | | | Merge branch 'for-next/gpio' into HEADSascha Hauer2023-01-182-2/+46
|\ \ \ \
| * | | | gpiolib: implement gpiod_get_valueAhmad Fatoum2023-01-101-0/+8
| * | | | gpiolib: implement dev_gpiod_get_indexAhmad Fatoum2023-01-101-1/+35
| * | | | gpiolib: use signed int for gpio in gpiod_set_valueAhmad Fatoum2023-01-101-1/+1
| * | | | of: gpio: include <of.h> in <of_gpio.h>Ahmad Fatoum2023-01-101-0/+2
* | | | | Merge branch 'for-next/kernelcode-helpers' into HEADSascha Hauer2023-01-177-2/+213
|\ \ \ \ \
| * | | | | barebox-wrapper: define MODULE_DEVICE_TABLEAhmad Fatoum2023-01-101-0/+1
| * | | | | include: linux/slab.h: define krealloc/kstrdupAhmad Fatoum2023-01-101-0/+13
| * | | | | of: provide of_node_get and of_node_put stubsAhmad Fatoum2023-01-101-0/+5
| * | | | | clk: add prepare/unprepare helpersAhmad Fatoum2023-01-101-0/+2
| * | | | | include: sync io-64-nonatomic-*.h headers with LinuxAhmad Fatoum2023-01-102-0/+180
| * | | | | include: driver: make dev_(get_priv|is_probed) argument const pointerAhmad Fatoum2023-01-101-2/+2
| * | | | | vsprintf: support %pOF format specifierAhmad Fatoum2023-01-101-0/+10
| | |_|_|/ | |/| | |
* | | | | mfd: add atmel-smc driverAhmad Fatoum2023-01-171-0/+119
* | | | | lib: provide stub Linux "generic" allocator APIAhmad Fatoum2023-01-161-0/+36
* | | | | driver: implement dev_request_resourceAhmad Fatoum2023-01-161-0/+3