summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2021.01.0v2021.01.0Sascha Hauer2021-01-181-2/+2
* startup: export PATH variableSascha Hauer2021-01-141-0/+1
* mtd: nand: fix NAND_ECC_HW modeSascha Hauer2021-01-141-17/+18
* imd: change disabled checksum tag info to debugSteffen Trumtrar2021-01-131-1/+1
* Documentation: boards: sandbox: describe --image flagsAhmad Fatoum2021-01-131-0/+14
* image-sparse: change chunk_data_sz to u64Steffen Trumtrar2021-01-131-2/+3
* image-sparse: change retlen to size_tSteffen Trumtrar2021-01-133-3/+3
* MIPS: ls1b200: move ls1b-clk.h to include/dt-bindingsSascha Hauer2021-01-071-0/+0
* mtd:nand_mxs: Add missing includeSascha Hauer2021-01-071-0/+2
* mtd:nand_mxs:update get/set features legacy function calljameszxj2021-01-071-4/+2
* overlay: return error if target for firmware is missingMichael Tretter2021-01-062-5/+11
* ARM: at91: at91sam9x5: fix co-existance of erratum-aware and generic resetAhmad Fatoum2021-01-051-2/+9
* Merge branch 'for-next/spdx'Sascha Hauer2020-12-1188-975/+222
|\
| * mci: Replace license and copyright boilerplate by SPDX identifiersUwe Kleine-König2020-12-0719-285/+95
| * arm/lib: Replace license and copyright boilerplate by SPDX identifiersUwe Kleine-König2020-12-0717-169/+63
| * common: replace license statements with SPDX-License-IdentifiersAhmad Fatoum2020-11-2748-480/+48
| * LICENSES: exceptions: factor out eCos-exception-2.0 for GPLAhmad Fatoum2020-11-272-20/+14
| * common: dummy_malloc: remove unintended GPL2 eCos-exception-2.0Ahmad Fatoum2020-11-271-20/+1
| * ARM: at91: sama5d2: giantboard: fix typo in SPDX-License-IdentifierAhmad Fatoum2020-11-271-1/+1
* | Merge branch 'for-next/rpi'Sascha Hauer2020-12-1113-64/+107
|\ \
| * | doc: bcm283x: document use of mini-uart on Raspberry Pi Zero W / CM3Ahmad Fatoum2020-12-101-0/+7
| * | ARM: rpi: add new rpi boot targetAhmad Fatoum2020-12-103-0/+21
| * | ARM: rpi: fix model description stringAhmad Fatoum2020-12-101-2/+2
| * | ARM: rpi: drop no longer needed environmentAhmad Fatoum2020-12-102-4/+1
| * | ARM: rpi: Add Raspberry Pi Zero W mini-uart supportAhmad Fatoum2020-12-103-1/+38
| * | ARM: rpi: add new init function for Raspberry Pi ZeroAhmad Fatoum2020-12-072-2/+21
| * | ARM: rpi: support raspberry pi 1 and zero mini-uartAhmad Fatoum2020-12-072-0/+2
| * | ARM: rpi: move rpi_model_init() to postcoreAhmad Fatoum2020-12-071-2/+2
| * | ARM: rpi: make functions in rpi-common.c staticAhmad Fatoum2020-12-072-30/+16
| * | ARM: dts: rpi: drop unnecessary /chosen/stdout-path overridesAhmad Fatoum2020-12-073-18/+0
| * | Revert "ARM: dts: bcm2835-rpi: re-enable booting from SD card"Ahmad Fatoum2020-12-071-8/+0
* | | Merge branch 'for-next/mtd'Sascha Hauer2020-12-119-21/+158
|\ \ \
| * | | mtd: nand: Make software ECC support optionalSascha Hauer2020-12-112-0/+8
| * | | mtd: nand: Make support for syndrome hardware ecc optionalSascha Hauer2020-12-112-0/+8
| * | | mtd: spi-nor: Make write support optionalSascha Hauer2020-12-111-0/+9
| * | | mtd: nand: omap: Bail out when omap_gpmc_eccmode() failsSascha Hauer2020-12-111-1/+3
| * | | mtd: nand: omap: print error when ELM config failedSascha Hauer2020-12-111-1/+4
| * | | mtd: nand: denali: cope with kernel device trees without chip subnodesSascha Hauer2020-11-251-0/+57
| * | | mtd: Add hook to fix up kernel partitionsSascha Hauer2020-11-252-1/+31
| * | | of: partitions: export of_fixup_partitionsSascha Hauer2020-11-252-16/+27
| * | | of: Add no-op wrappers for of reproducible name functionsSascha Hauer2020-11-251-0/+11
| * | | mtd: Remove set but not used of_pathSascha Hauer2020-11-252-2/+0
| | |/ | |/|
* | | Merge branch 'for-next/misc'Sascha Hauer2020-12-1133-115/+272
|\ \ \
| * | | spi: store names in struct spi_device_id as pointersSascha Hauer2020-12-111-1/+1
| * | | commands: memtester: fix mismatched format stringAhmad Fatoum2020-12-071-1/+1
| * | | usb: host: ehci: fix mismatch in format stringAhmad Fatoum2020-12-071-1/+1
| * | | boot: introduce option to pass barebox-enabled watchdog to systemdAhmad Fatoum2020-11-304-3/+51
| * | | watchdog: implement watchdog_get_alias_id_fromAhmad Fatoum2020-11-304-15/+97
| * | | commands: implement and use parse_assignment helperAhmad Fatoum2020-11-2710-29/+24
| * | | commands: nv: pass empty string for nvAhmad Fatoum2020-11-271-0/+2