summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* crypto: add crypto_memneq()Sascha Hauer2021-07-301-0/+17
* of: partition: implement of_partition_ensure_probedAhmad Fatoum2021-07-181-0/+6
* Merge branch 'for-next/usb-gadget'Sascha Hauer2021-07-189-21/+215
|\
| * bthread: replace blocking bthread_stop with nonblocking bthread_cancelAhmad Fatoum2021-06-281-1/+1
| * bthread: remove thread exit codesAhmad Fatoum2021-06-281-2/+3
| * usbgadget: add support for USB mass storage gadgetAhmad Fatoum2021-06-254-0/+131
| * usbgadget: refactor usbgadget_register to accept arrayAhmad Fatoum2021-06-251-4/+13
| * bthread: implement basic Linux-like completion APIAhmad Fatoum2021-06-251-0/+55
| * common: bthread: schedule only in command contextAhmad Fatoum2021-06-251-2/+0
| * common: move workqueue handling from poller_call() to sched()Ahmad Fatoum2021-06-253-12/+12
* | Merge branch 'for-next/rockchip'Sascha Hauer2021-07-183-0/+6
|\ \
| * | ARM: Rockchip: Add rk3568 supportSascha Hauer2021-06-281-0/+1
| * | filetype: Add Rockchip boot image typeSascha Hauer2021-06-211-0/+1
| * | clk: Add clk_name_* functionsSascha Hauer2021-06-211-0/+4
| |/
* | Merge branch 'for-next/riscv'Sascha Hauer2021-07-189-1/+422
|\ \
| * | clk: starfive-jh7100: Fix duplicate numbersGeert Uytterhoeven2021-06-251-2/+2
| * | gpio: add support for StarFive GPIO controllerAhmad Fatoum2021-06-241-0/+6
| * | reset: add device_reset_all helperAhmad Fatoum2021-06-241-0/+7
| * | reset: add StarFive reset controller driverAhmad Fatoum2021-06-242-0/+167
| * | clk: add initial StarFive clock supportAhmad Fatoum2021-06-241-0/+203
| * | dma: allocate 32-byte aligned buffers by defaultAhmad Fatoum2021-06-241-1/+6
| * | net: designware: add support for IP integrated into StarFive SoCAhmad Fatoum2021-06-241-0/+15
| * | drivers: soc: sifive: add basic L2 cache controller driverAhmad Fatoum2021-06-241-0/+10
| * | RISC-V: S-Mode: propagate Hart IDAhmad Fatoum2021-06-241-0/+8
| |/
* | Merge branch 'for-next/nvmem'Sascha Hauer2021-07-184-1/+33
|\ \
| * | of: of_net: sync of_get_mac_address with Linux for NVMEM supportAhmad Fatoum2021-06-221-1/+20
| * | nvmem: add command to list nvmem devicesAhmad Fatoum2021-06-211-0/+2
| * | nvmem: add support for nvmem-cells bindingAhmad Fatoum2021-06-211-0/+8
| * | nvmem: add support for new read-only memory (rmem) bindingAhmad Fatoum2021-06-211-0/+3
| |/
* | Merge branch 'for-next/firmware'Sascha Hauer2021-07-188-13/+254
|\ \
| * | overlay: Add filters to choose which overlays to applySascha Hauer2021-06-281-2/+16
| * | blspec: Rework firmware loadSascha Hauer2021-06-281-2/+15
| * | firmware: Load from global search pathSascha Hauer2021-06-251-2/+2
| * | overlay: Add of_overlay_apply_file()Sascha Hauer2021-06-251-0/+7
| * | firmware: Fix device_node matchingSascha Hauer2021-06-251-0/+1
| * | firmware: Add search pathSascha Hauer2021-06-251-0/+12
| * | firmware: consolidate ifdefsSascha Hauer2021-06-251-6/+3
| * | libbb: Add find_path functionSascha Hauer2021-06-251-1/+3
| * | firmware: make device_node argument non constSascha Hauer2021-06-251-2/+2
| * | fdt: Check blob size during unflatteningSascha Hauer2021-06-251-2/+2
| * | of: Add function to duplicate a device treeSascha Hauer2021-06-251-0/+1
| * | libfile: Add copy_fd()Sascha Hauer2021-06-231-0/+1
| * | filetype: Add function to check if a filetype is a compressed fileSascha Hauer2021-06-231-0/+14
| * | firmware: import fpga-mgr.h from linuxSteffen Trumtrar2021-06-212-0/+103
| * | drivers: add fpga bridge frameworkSteffen Trumtrar2021-06-211-0/+74
| * | reset: add of_reset_control_get to headerSteffen Trumtrar2021-06-211-0/+2
| |/
* | console: respect baudrate specified in device-tree stdout-pathAhmad Fatoum2021-06-281-4/+4
* | string: implement strchrnulAhmad Fatoum2021-06-281-0/+4
* | of: Add dummy driverSascha Hauer2021-06-251-0/+5
* | common: add initial barebox deep-probe supportMarco Felsch2021-06-253-1/+61