summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* nvmem: fix mismatch between extern and inline stub prototypesAhmad Fatoum2021-06-211-1/+1
* Merge branch 'for-next/testing'Sascha Hauer2021-06-162-0/+79
|\
| * test: self: port Linux printf kselftestAhmad Fatoum2021-06-091-0/+5
| * test: add basic barebox self-test infrastructureAhmad Fatoum2021-06-091-0/+74
* | Merge branch 'for-next/overlapping-memory-banks'Sascha Hauer2021-06-163-4/+23
|\ \
| * | of: warn about of_add_memory_bank errorsAhmad Fatoum2021-06-021-1/+1
| * | of: propagate errors inside barebox_register_{of, fdt} into initcallsAhmad Fatoum2021-06-021-2/+2
| * | memory: fuse overlapping memory banksAhmad Fatoum2021-06-021-0/+20
| * | common: memory: allocate all memory devices at onceAhmad Fatoum2021-06-021-1/+0
| |/
* | Merge branch 'for-next/mmc'Sascha Hauer2021-06-161-0/+3
|\ \
| * | mci: mci-core: respect disable-wp propertyMichael Tretter2021-06-161-0/+1
| * | mci: sdhci: port over some common functions from LinuxSascha Hauer2021-06-101-0/+2
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2021-06-164-235/+6
|\ \
| * | drivers: drop unused usb_gadget_{map,unmap}_request()Antony Pavlov2021-06-151-10/+0
| * | regulator: discard unused struct regulator_init_data handlingAhmad Fatoum2021-06-112-220/+0
| * | of: base: constify some property pointersTrent Piepho2021-06-021-5/+5
| * | commands: of_dump: implement -p for printing properties onlyAhmad Fatoum2021-05-311-0/+1
| |/
* | Merge branch 'for-next/i2c'Sascha Hauer2021-06-162-4/+25
|\ \
| * | nvmem: add nvmem_regmap_register helperAhmad Fatoum2021-06-022-0/+9
| * | nvmem: provider: align read/write callback prototype with upstreamAhmad Fatoum2021-06-021-4/+3
| * | regmap: implement regmap_init_i2cAhmad Fatoum2021-06-021-0/+13
| |/
* | include: <io.h>: define (read|write)[bwlq]_relaxedAhmad Fatoum2021-06-111-0/+32
* | clk: implement clk_bulk_get_optional()Sascha Hauer2021-06-101-0/+20
* | regmap: Add regmap_read_poll_timeoutSascha Hauer2021-06-081-0/+24
* | clk: implement set/get phaseSascha Hauer2021-06-081-0/+5
* | clk: implement CLK_SET_RATE_UNGATESascha Hauer2021-06-081-0/+1
* | clk: Rename CLK_GATE_INVERTED to CLK_GATE_SET_TO_DISABLESascha Hauer2021-06-081-1/+1
* | clk: Add CLK_GET_RATE_NOCACHESascha Hauer2021-06-081-0/+1
* | clk: Add Linux functions to register a muxSascha Hauer2021-06-071-0/+5
* | clk: Add Linux functions to register a gateSascha Hauer2021-06-071-0/+4
* | clk: Add Linux functions to register a fixed factor clockSascha Hauer2021-06-071-0/+3
* | clk: Add Linux functions to register a dividerSascha Hauer2021-06-071-0/+9
* | clk: Add lock to different clock typesSascha Hauer2021-06-071-0/+5
* | clk: Update fractional divider from LinuxSascha Hauer2021-06-071-0/+44
* | Add rational_best_approximation()Sascha Hauer2021-06-071-0/+20
* | clk: move fixed_factor to include/linux/clk.hSascha Hauer2021-06-071-0/+15
* | clk: mux: Add ro opsSascha Hauer2021-06-071-0/+1
* | clk: divider: Make clk_mux_ops constSascha Hauer2021-06-071-1/+1