summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* watchdog: add support for at91sam9/sama5 watchdogAhmad Fatoum2020-07-113-0/+116
* ARM: at91: watchdog: implement at91_wdt_disableAhmad Fatoum2020-07-111-0/+16
* ARM: at91: import low level DDRAMC initialization code from at91bootstrapAhmad Fatoum2020-07-113-1/+544
* ARM: at91: import early_udelay from at91bootstrapAhmad Fatoum2020-07-114-1/+83
* ARM: at91: replace at91sam9_ddrsdr.h with at91bootstrap's at91_ddrsdrc.hAhmad Fatoum2020-07-1117-110/+94
* ARM: at91: migrate at91sam9_ddrsdr.h to use at91bootstrap's at91_ddrsdrc.hAhmad Fatoum2020-07-112-132/+12
* ARM: at91: import at91bootstrap's at91_ddrsdrc.hAhmad Fatoum2020-07-111-0/+295
* ARM: at91: sama5d2: cast peripheral base addresses to __iomem pointersAhmad Fatoum2020-07-113-93/+96
* ARM: at91: remove <mach/hardware.h> include from assembly codeAhmad Fatoum2020-07-112-2/+0
* mci: sdhci: atmel: avoid buggy SDHCI_RESET_ALLAhmad Fatoum2020-06-231-1/+1
* mci: sdhci: atmel: use dev_printf instead of pr_print in common codeAhmad Fatoum2020-06-233-5/+15
* mci: sdhci: atmel: don't print errors on command timeoutsAhmad Fatoum2020-06-231-18/+22
* ARM: at91: choose proper parent for both MCI clocksAhmad Fatoum2020-06-231-0/+8
* clk: sync of_clk_get_parent_name with upstreamAhmad Fatoum2020-06-232-6/+45
* ARM: at91: add at91sam9/sama5 reset reason detectionAhmad Fatoum2020-06-231-0/+30
* ARM: vexpress: dts: fix barebox partitioning breakageAhmad Fatoum2020-06-232-43/+34
* ARM: dts: align all applicable memory nodes with spec and conventionAhmad Fatoum2020-06-2315-17/+27
* ARM: dts: fix now duplicate memory nodesAhmad Fatoum2020-06-236-21/+19
* ARM: i.MX50: fix renamed node referenceAhmad Fatoum2020-06-231-16/+12
* ARM: rpi: dts: fix MMIO resources clash breaking bootAhmad Fatoum2020-06-184-12/+12
* Merge branch 'for-next/spdx'Sascha Hauer2020-06-11233-3313/+600
|\
| * arch/arm/boards: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-05-25228-3258/+587
| * aiodev: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-05-252-29/+6
| * pwm: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-05-253-26/+7
* | Merge branch 'for-next/sandbox-compile-test'Sascha Hauer2020-06-1125-202/+412
|\ \
| * | mtd: nand: base: fix use of uninitialized struct memberAhmad Fatoum2020-06-031-0/+1
| * | sandbox: os: add_image: fix memory leakAhmad Fatoum2020-06-031-1/+1
| * | commands: test: drop dead assignmentAhmad Fatoum2020-06-031-1/+0
| * | commands: tftp: drop unused variableAhmad Fatoum2020-06-031-6/+2
| * | include: bitops: fix dead increment in fls() and ffs()Ahmad Fatoum2020-06-032-6/+2
| * | usb: xhci-hcd: replace opencoded non-atomic 64-bit MMIO with lo_hi helperAhmad Fatoum2020-06-031-10/+3
| * | usb: xhci-hcd: remove unused #include <asm/cache.h>Ahmad Fatoum2020-06-031-1/+0
| * | sandbox: asm: implement <asm/atomic.h>Ahmad Fatoum2020-06-031-0/+2
| * | include: <asm-generic/atomic.h>: remove stub IRQ save/restoreAhmad Fatoum2020-06-031-26/+0
| * | ARM: atomic.h: move generic implementation to asm-genericAhmad Fatoum2020-06-032-105/+102
| * | sandbox: select HAS_DMAAhmad Fatoum2020-06-031-0/+1
| * | sandbox: asm: implement stub DMA functionsAhmad Fatoum2020-06-031-1/+52
| * | sandbox: implement stub physical virtual translationAhmad Fatoum2020-06-031-0/+10
| * | net: macb: depend on HAS_DMAAhmad Fatoum2020-06-031-0/+1
| * | net: fec_imx: depend on HAS_DMAAhmad Fatoum2020-06-031-0/+1
| * | ddr: fsl: depend on ARMAhmad Fatoum2020-06-031-0/+1
| * | mtd: nand: orion: depend on ARMAhmad Fatoum2020-06-031-1/+1
| * | clocksource: arm_global_timer.c: remove unused asm/ headerAhmad Fatoum2020-06-031-1/+0
| * | sandbox: <asm/io.h>: include bitio accessorsAhmad Fatoum2020-06-031-0/+1
| * | ARM: asm/io.h: fall back to <asm-generic/bitio.h> out_be32 and friendsAhmad Fatoum2020-06-031-57/+1
| * | include: asm-generic: provide (in|out)_(le|be)(16|32) helpers for all archsAhmad Fatoum2020-06-031-0/+145
| * | sandbox: support forcing 32-bit x86Ahmad Fatoum2020-06-033-2/+19
| * | sandbox: asm: bitsperlong.h: detect bitness according to 64BIT symbolAhmad Fatoum2020-06-031-10/+1
| * | sandbox: define CONFIG_64BIT as appropriateAhmad Fatoum2020-06-032-0/+18
| * | scripts: import Linux Kconfig.includeAhmad Fatoum2020-06-032-0/+73