summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2022.02.0v2022.02.0Sascha Hauer2022-02-181-1/+1
* Documentation: devel: add new project ideas sectionAhmad Fatoum2022-02-173-0/+177
* Documentation: user: barebox: fix formatting for code blockAhmad Fatoum2022-02-171-0/+1
* Revert "scripts/common: fix write_file when opened with mmap"Sascha Hauer2022-02-111-11/+4
* scripts: bareboximd: Use mmap when possibleSascha Hauer2022-02-112-1/+40
* scripts/common: Do not mmap in read_file_2()Sascha Hauer2022-02-111-28/+25
* fs: jffs2: fix error when reading blocks with offsetHolger Assmann2022-02-081-1/+5
* Documentation: Describe how to generate a uImage for use with bootmSascha Hauer2022-02-071-1/+12
* Documentation: user: barebox: mention generic dt 2nd stage supportAhmad Fatoum2022-02-071-3/+15
* Documentation: remove some references to zbarebox.binAhmad Fatoum2022-02-073-6/+6
* firmware: zynqmp-fpga: fix use of uninitialized addrMichael Tretter2022-02-031-7/+6
* clk: imx6: fix PLL exception for i.MX6DQ revision 1.0Ahmad Fatoum2022-02-031-2/+2
* serial: cadence: add ZynqMP compatiblesMichael Tretter2022-02-031-0/+6
* pinctrl: rockchip: drop unused variable 'name'Antony Pavlov2022-01-311-1/+0
* scripts/common: fix write_file when opened with mmapAndrej Picej2022-01-311-4/+11
* mmc: sdhci: Fix setting wrong buswidthSascha Hauer2022-01-262-4/+4
* dos-partitions: Fix extended partitionsSascha Hauer2022-01-251-0/+2
* Merge branch 'for-next/ssd1307'Sascha Hauer2022-01-194-57/+130
|\
| * video: ssd1307fb: add spi supportMichael Tretter2022-01-032-7/+57
| * video: ssd1307fb: use function pointer for writeMichael Tretter2022-01-031-9/+17
| * video: ssd1307fb: move i2c setup to single placeMichael Tretter2022-01-031-4/+3
| * video: ssd1307fb: don't use i2c client for loggingMichael Tretter2022-01-031-10/+10
| * video: ssd1307fb: pass par instead of i2c client to writeMichael Tretter2022-01-031-34/+35
| * i2c: stub device_i2c_driver if I2C is disabledMichael Tretter2022-01-031-0/+5
| * spi: add to_spi_device helperMichael Tretter2022-01-031-0/+5
| * spi: stub device_spi_driver if SPI is disabledMichael Tretter2022-01-031-0/+5
* | Merge branch 'for-next/spdx'Sascha Hauer2022-01-191262-106/+2447
|\ \
| * | treewide: add SPDX-License-Identifier for files without explicit licenseAhmad Fatoum2022-01-0564-1/+123
| * | arch: add SPDX-License-Identifier to all .c filesAhmad Fatoum2022-01-05148-2/+296
| * | arch: add SPDX-License-Identifier to all .S filesAhmad Fatoum2022-01-0539-6/+75
| * | arch: add SPDX-License-Identifier to all headersAhmad Fatoum2022-01-05263-10/+520
| * | ARM: i.MX: add SPDX-License-Identifier for DCDAhmad Fatoum2022-01-05159-2/+306
| * | include: add SPDX-License-IdentifierAhmad Fatoum2022-01-05140-1/+279
| * | fs: jffs2: add SPDX-License-Identifier: GPL-2.0-onlyAhmad Fatoum2022-01-0524-73/+29
| * | images: add SPDX-License-IdentifiersAhmad Fatoum2022-01-0521-1/+30
| * | treewide: add SPDX-License-Identifier for .gitignoreAhmad Fatoum2022-01-0529-0/+57
| * | treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-05356-10/+694
| * | commands: set SPDX-License-Identifier for files without license statementAhmad Fatoum2022-01-0519-0/+38
* | | Merge branch 'for-next/riscv'Sascha Hauer2022-01-1923-107/+592
|\ \ \
| * | | RISC-V: Virt: enable more useful optionsAhmad Fatoum2022-01-122-0/+12
| * | | RISC-V: add stacktrace support via frame pointer walkingAhmad Fatoum2022-01-129-6/+123
| * | | RISC-V: don't use x8/s0/fp in assemblyAhmad Fatoum2022-01-123-35/+35
| * | | RISC-V: virt: riscvemu: clear frame buffer before jumping to reset vectorAhmad Fatoum2022-01-121-0/+3
| * | | RISC-V: virt: riscvemu: be explicit about HTIF base addressAhmad Fatoum2022-01-121-0/+10
| * | | RISC-V: virt: riscvemu: repurpose 64k low RAM for state/environmentAhmad Fatoum2022-01-125-0/+131
| * | | RISC-V: virt: riscvemu: add HTIF DEBUG_LL supportAhmad Fatoum2022-01-123-0/+29
| * | | power: reset: add RISC-V/UC Berkely HTIF poweroff driver supportAhmad Fatoum2022-01-127-15/+87
| * | | RISC-V: virt: activate all consolesAhmad Fatoum2022-01-122-0/+2
| * | | include: <asm/csr.h>: sync with upstreamAhmad Fatoum2022-01-101-52/+161
* | | | Merge branch 'for-next/misc'Sascha Hauer2022-01-1972-359/+3469
|\ \ \ \