summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: i.MX8M: bbu: fix variable name to used semanticAlexander Kurz2021-03-042-6/+6
* video: add simplefb driverAhmad Fatoum2021-03-015-2/+204
* MIPS: qemu-malta: make barebox Malta images detectableAhmad Fatoum2021-03-011-2/+1
* usb: dwc2: fix mismatching argument to printf format specifierAhmad Fatoum2021-03-012-2/+2
* mtd: cfi-flash: fail gracefully instead of crashing on NULL pageAhmad Fatoum2021-03-011-0/+4
* 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/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
|\ \ \ \
| * | | | nvmem: make id optional for of_nvmem_device_get()Marco Felsch2021-01-191-3/+4
| * | | | nvmem: make nvmem_device_write/read publicMarco Felsch2021-01-192-6/+19
| * | | | nvmem: add missing stubsMarco Felsch2021-01-191-0/+14
| * | | | nvmem: sync stub return values with linux codeMarco Felsch2021-01-191-5/+5
* | | | | Merge branch 'for-next/mtd'Sascha Hauer2021-02-221-2/+4
|\ \ \ \ \
| * | | | | mtd: nand: Fix BBT update issueYoshio Furuyama2021-02-171-2/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-next/misc'Sascha Hauer2021-02-2268-803/+589
|\ \ \ \ \
| * | | | | pbl: provide externally visible fdt_find_memAhmad Fatoum2021-02-224-67/+74
| * | | | | ARM: cpu: board-dt-2nd: rename of_find_mem for more generic useAhmad Fatoum2021-02-221-3/+3
| * | | | | usb: otg: Add support to register more than one otg devJules Maselbas2021-02-181-20/+43
| * | | | | sandbox: support 64-bit file IO in 32-bit buildAhmad Fatoum2021-02-164-13/+10
| * | | | | fs: increase reference count for backing store when loop mountingAhmad Fatoum2021-02-161-6/+36
| * | | | | commands: readline: release command sliceRouven Czerwinski2021-02-161-0/+6
| * | | | | commands: readline: use exit code macrosRouven Czerwinski2021-02-161-2/+2
| * | | | | sandbox: increase MALLOC_SIZE from 4M to 16MAhmad Fatoum2021-02-161-0/+1
| * | | | | ARM: drop no-thumb-interwork in EABI modeStefan Agner2021-02-161-1/+1
| * | | | | watchdog: Print seconds to expireSascha Hauer2021-02-162-0/+32
| * | | | | Documentation: state: recommend a partition type GUID for state GPT partitionsBastian Krause2021-02-161-0/+3
| * | | | | Kbuild: add compile_commands.json targetAhmad Fatoum2021-02-163-2/+252