summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2021.03.0v2021.03.0Sascha Hauer2021-03-221-1/+1
* gpio: pl061: Fix driver registrationSascha Hauer2021-03-221-1/+5
* sandbox: fix use of initialized variable in error pathAhmad Fatoum2021-03-221-2/+2
* common: readline: fix possible buffer overflowsAhmad Fatoum2021-03-223-3/+3
* commands: readline: fix memory leak on wrong usageAhmad Fatoum2021-03-221-1/+3
* nand: nand-mxs: Fix marking BBT blocks as badStefan Riedmueller2021-03-221-53/+34
* common: shell: select dependency GLOB for SHELL_SIMPLEAhmad Fatoum2021-03-221-0/+2
* common: boot: select dependency CONFIG_GLOBAhmad Fatoum2021-03-221-0/+1
* glob: use empty globfree when compiling without CONFIG_GLOBAhmad Fatoum2021-03-222-13/+17
* Documentation: mips: fixup qemu-system-mipsel cmdlineAntony Pavlov2021-03-221-1/+1
* printk: fix inverted logic in print_hex_dump_debug()Sascha Hauer2021-03-161-1/+1
* bcm283X: Select OF clock providersUwe Kleine-König2021-03-151-0/+1
* of: base: probe simple-pm-bus children as wellAhmad Fatoum2021-03-151-0/+2
* ARM: mmu64: fix build for non-MMU configurationsAhmad Fatoum2021-03-151-1/+1
* net: e1000: Fix mtd compilationSascha Hauer2021-03-121-6/+6
* net: phy: fix waiting for linkSascha Hauer2021-03-121-1/+1
* scripts: imx-image: fix iMX35 header generationAlexander Kurz2021-03-111-1/+4
* openrisc: Define the elf binary entry pointStafford Horne2021-03-041-0/+1
* Merge branch 'for-next/misc'Sascha Hauer2021-03-016-37/+27
|\
| * ARM: davinci: Replace license and copyright boilerplate by SPDX identifiersUwe Kleine-König2021-02-245-35/+14
| * of: fdt: Add root name checks during unflatteningSascha Hauer2021-02-231-2/+13
* | Merge branch 'for-next/arch-remove'Sascha Hauer2021-03-0148-3122/+0
|\ \
| * | nios2: Remove architectureSascha Hauer2021-02-2448-3122/+0
| |/
* | Documentation: devicetree: include firmware in toctreeThorsten Scherer2021-02-241-0/+1
* | mtd: nand: fix hardware ECC support in atmel_nand driverEdoardo Scaglia2021-02-241-4/+2
* | extend the test in bbu_std_file_handler() to also check for -ENOTSUP.jameszxj2021-02-241-1/+1
|/
* Merge branch 'for-next/virtio'Sascha Hauer2021-02-2235-4/+3675
|\
| * Documentation: add Documentation on VirtIO for bareboxAhmad Fatoum2021-02-222-0/+83
| * ARM: vexpress: config: update for VirtIO supportAhmad Fatoum2021-02-221-2/+13
| * block: add VirtIO block device driverAhmad Fatoum2021-02-225-0/+345
| * serial: add basic VirtIO console driverAhmad Fatoum2021-02-224-0/+253
| * hw_random: add VirtIO RNG driverAhmad Fatoum2021-02-223-0/+128
| * drivers: add support for memory-mapped VirtIO paravirtualizationAhmad Fatoum2021-02-2218-0/+2840
| * driver: Don't throw an error on probes that didn't find the deviceAhmad Fatoum2021-02-221-1/+4
| * kbuild: add include/uapi to pathAhmad Fatoum2021-02-221-1/+9
* | Merge branch 'for-next/usb'Sascha Hauer2021-02-2210-67/+26
|\ \
| * | usb: imx: add overcurrent polarity handling on i.MX6Michael Grzeschik2021-02-041-1/+8
| * | usb: imx: fix overcurrent polarity handling on i.MX7Michael Grzeschik2021-02-041-3/+3
| * | usb: host: ehci: remove duplicated usb_host_detect() callsAhmad Fatoum2021-02-017-62/+0
| * | usb: add fallback ->detect method for USB host driversAhmad Fatoum2021-02-011-0/+14
| * | commands: usbgadget: remove deprecated s option from help textAhmad Fatoum2021-02-011-1/+1
* | | Merge branch 'for-next/sound'Sascha Hauer2021-02-2225-91/+1033
|\ \ \
| * | | sound: add gpio-beeper supportAhmad Fatoum2021-02-083-0/+84
| * | | sound: add PWM beeper supportAhmad Fatoum2021-02-084-0/+164
| * | | commands: add beep commandAhmad Fatoum2021-02-083-0/+107
| * | | sound: add SDL 2.0 sound driverAhmad Fatoum2021-02-087-0/+147
| * | | sound: add basic synthesizers for PCM beeper useAhmad Fatoum2021-02-085-1/+233
| * | | drivers: add sound card driver supportAhmad Fatoum2021-02-087-0/+182
| * | | sandbox: migrate to SDL 2.0Ahmad Fatoum2021-02-087-94/+120
* | | | Merge branch 'for-next/nvmem'Sascha Hauer2021-02-222-14/+42
|\ \ \ \