aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fpga: cyclon2: Use logging feature instead of FPGA_DEBUGAlexander Dahl2022-10-101-22/+16
* fpga: altera: Use logging feature instead of FPGA_DEBUGAlexander Dahl2022-10-101-7/+4
* fpga: virtex2: Fix printf format string warningsAlexander Dahl2022-10-101-2/+2
* fpga: spartan3: Fix printf arguments warningAlexander Dahl2022-10-101-1/+1
* fpga: spartan2: Fix printf arguments warningAlexander Dahl2022-10-101-1/+1
* fpga: Add missing Kconfig symbols for old FPGA driversAlexander Dahl2022-10-101-0/+12
* clk: versal: Mark versal_clock_setup() as staticVenkatesh Yadav Abbarapu2022-10-101-1/+1
* xilinx: zynqmp: Load pmufw configuration before checking accessMichal Simek2022-10-101-4/+8
* xilinx: common: fix board_late_init_xilinx()Heinrich Schuchardt2022-10-101-3/+0
* xilinx: zynqmp: change the type of multiboot variableVenkatesh Yadav Abbarapu2022-10-101-1/+1
* soc: xilinx: zynqmp: Mark soc_xilinx_zynqmp_get_machine() as staticVenkatesh Yadav Abbarapu2022-10-101-1/+1
* xilinx: common: Add print_cpuinfo() declarationVenkatesh Yadav Abbarapu2022-10-101-0/+1
* spi: zynqmp_qspi: Mark zynqmp_qspi_set_tapdelay() as staticVenkatesh Yadav Abbarapu2022-10-071-1/+1
* arm64: zynqmp: Fix compiler warnings in mp.cVenkatesh Yadav Abbarapu2022-10-071-3/+3
* arm64: dts: Remove unused property device_idAshok Reddy Soma2022-10-055-6/+0
* mmc: zynq_sdhci: Read power-domains id from DT and useAshok Reddy Soma2022-10-051-19/+20
* mmc: zynq_sdhci: Change node_id prototype to u32Ashok Reddy Soma2022-10-051-7/+7
* net: Fix static checker warningsVenkatesh Yadav Abbarapu2022-10-052-1/+6
* xilinx: common: Fix static checker warningsVenkatesh Yadav Abbarapu2022-10-051-3/+3
* net: emaclite: fix handling for IP packets with specific lengthsSamuel Obuch2022-10-051-1/+3
* net: emaclite: fix xemaclite_alignedread/write functionsSamuel Obuch2022-10-051-5/+4
* net: emaclite: enable for more architecturesSamuel Obuch2022-10-051-4/+3
* firmware: zynqmp: Change loadable config object from APU_0 to OCM_BANK_0Ashok Reddy Soma2022-10-051-3/+8
* ARM: zynq: Define rtc alias on zc702/zc706Michal Simek2022-10-052-2/+4
* ARM: zynq: Point via nvmem0 alias to eeprom on zc702/zc706Michal Simek2022-10-052-2/+4
* xilinx: zynq: Enable early eeprom decodingMichal Simek2022-10-051-0/+3
* dm: fpga: Introduce new uclassAlexander Dahl2022-10-059-0/+77
* Merge branch 'next'WIP/03Oct2022Tom Rini2022-10-03872-6453/+26427
|\
| * Merge branch '2022-09-29-dm-core-support-multiple-device-trees-in-ofnode' int...Tom Rini2022-09-30133-617/+2257
| |\
| | * dm: core: Support copying properties with ofnodeWIP/2022-09-29-dm-core-support-multiple-device-trees-in-ofnodeSimon Glass2022-09-293-0/+99
| | * dm: core: Allow copying ofnode property data when writingSimon Glass2022-09-294-13/+92
| | * vbe: Allow test to run with live/flat treeSimon Glass2022-09-291-14/+9
| | * dm: core: Expand ofnode testsSimon Glass2022-09-292-22/+214
| | * dm: core: Create a function to get a live tree in a testSimon Glass2022-09-291-8/+49
| | * dm: core: Update comments for default-FDT ofnode functionsSimon Glass2022-09-291-3/+15
| | * dm: core: Complete phandle implementation using the other FDTSimon Glass2022-09-293-2/+87
| | * dm: core: Add the ofnode multi-tree implementationSimon Glass2022-09-293-56/+238
| | * dm: core: Add definitions for multiple ofnode treesSimon Glass2022-09-292-2/+55
| | * dm: core: Split ofnode_path_root() into two functionsSimon Glass2022-09-295-13/+55
| | * dm: core: Allow obtaining a node offset in the same treeSimon Glass2022-09-292-21/+42
| | * dm: core: Add a way to look up a phandle in an oftreeSimon Glass2022-09-293-0/+41
| | * dm: core: Add ofnode functions to obtain an oftreeSimon Glass2022-09-292-2/+68
| | * dm: core: Add an ofnode function to obtain the flat treeSimon Glass2022-09-292-41/+69
| | * dm: core: Provide a way to reset the device treeSimon Glass2022-09-294-1/+16
| | * dm: core: Expand integer-reading testsSimon Glass2022-09-295-17/+125
| | * dm: core: Drop ofnode_is_available()Simon Glass2022-09-2922-39/+22
| | * dm: core: Add a macro to iterate through propertiesSimon Glass2022-09-293-1/+63
| | * dm: core: Avoid creating a name property when unflatteningSimon Glass2022-09-293-3/+8
| | * dm: core: Rename ofnode_get_property_by_prop()Simon Glass2022-09-296-16/+15
| | * dm: core: Rename ofnode_get_first/next_property()Simon Glass2022-09-296-15/+15