summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* video: add simplefb driverAhmad Fatoum2021-03-014-2/+158
* 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
* of: fdt: Add root name checks during unflatteningSascha Hauer2021-02-231-2/+13
* Merge branch 'for-next/virtio'Sascha Hauer2021-02-2218-1/+1659
|\
| * block: add VirtIO block device driverAhmad Fatoum2021-02-224-0/+142
| * serial: add basic VirtIO console driverAhmad Fatoum2021-02-223-0/+175
| * hw_random: add VirtIO RNG driverAhmad Fatoum2021-02-223-0/+128
| * drivers: add support for memory-mapped VirtIO paravirtualizationAhmad Fatoum2021-02-227-0/+1210
| * driver: Don't throw an error on probes that didn't find the deviceAhmad Fatoum2021-02-221-1/+4
* | Merge branch 'for-next/usb'Sascha Hauer2021-02-228-60/+25
|\ \
| * | 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-016-56/+0
| * | usb: add fallback ->detect method for USB host driversAhmad Fatoum2021-02-011-0/+14
* | | Merge branch 'for-next/sound'Sascha Hauer2021-02-2211-14/+521
|\ \ \
| * | | sound: add gpio-beeper supportAhmad Fatoum2021-02-083-0/+84
| * | | sound: add PWM beeper supportAhmad Fatoum2021-02-083-0/+131
| * | | sound: add SDL 2.0 sound driverAhmad Fatoum2021-02-083-0/+93
| * | | sound: add basic synthesizers for PCM beeper useAhmad Fatoum2021-02-083-1/+57
| * | | drivers: add sound card driver supportAhmad Fatoum2021-02-085-0/+133
| * | | sandbox: migrate to SDL 2.0Ahmad Fatoum2021-02-082-14/+24
* | | | Merge branch 'for-next/nvmem'Sascha Hauer2021-02-221-9/+4
|\ \ \ \
| * | | | nvmem: make id optional for of_nvmem_device_get()Marco Felsch2021-01-191-3/+4
| * | | | nvmem: make nvmem_device_write/read publicMarco Felsch2021-01-191-6/+0
* | | | | 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-223-23/+80
|\ \ \ \ \
| * | | | | usb: otg: Add support to register more than one otg devJules Maselbas2021-02-181-20/+43
| * | | | | watchdog: Print seconds to expireSascha Hauer2021-02-161-0/+29
| * | | | | of: overlay: split debug messages for of_overlay_apply_symbolsMarco Felsch2021-01-191-3/+8
| | |/ / / | |/| | |
* | | | | Merge branch 'for-next/imx'Sascha Hauer2021-02-221-1/+1
|\ \ \ \ \
| * | | | | drivers: smc911x fix inverted wait_on_timeoutMike Nawrocki2021-02-011-1/+1
| |/ / / /
* | | | | Merge branch 'for-next/ext4'Sascha Hauer2021-02-228-65/+66
|\ \ \ \ \
| * | | | | usb: storage: support USB disks up to 2TiB of sizeAhmad Fatoum2021-02-181-3/+4
| * | | | | block: use 64-bit types for sector offset and count on all platformsAhmad Fatoum2021-02-188-62/+62
| | |/ / / | |/| | |
* | | | | Merge branch 'for-next/dfu'Sascha Hauer2021-02-221-135/+253
|\ \ \ \ \
| * | | | | usb: gadget: dfu: Wrap fs operation in workqueueJules Maselbas2021-02-161-129/+246
| * | | | | usb: gadget: dfu: Rework print messagesJules Maselbas2021-02-161-5/+6
| * | | | | usb: gadget: dfu: Use func_to_dfuJules Maselbas2021-02-101-2/+2
* | | | | | Merge branch 'for-next/asm-io'Sascha Hauer2021-02-224-23/+16
|\ \ \ \ \ \
| * | | | | | printk: port over Linux print_hex_dump_bytes/print_hex_dump_debugAhmad Fatoum2021-02-044-23/+16
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-next/asm-generic'Sascha Hauer2021-02-2239-39/+39
|\ \ \ \ \ \
| * | | | | | drivers: replaces references to <asm-generic/*.h>Ahmad Fatoum2021-02-193-3/+3
| * | | | | | treewide: include <linux/math64.h> wrapper instead of <asm-generic/div64.h>Ahmad Fatoum2021-02-1936-36/+36
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-next/aiodev'Sascha Hauer2021-02-2210-0/+930
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | aiodev: add support for STM32 ADCAhmad Fatoum2021-02-105-0/+645
| * | | | | regulator: add driver for stm32-vrefbufAhmad Fatoum2021-02-104-0/+255
| * | | | | regulator: add support for struct regulator_desc::off_on_delayAhmad Fatoum2021-02-101-0/+3
| * | | | | regulator: add regulator_get_voltage() to APIAhmad Fatoum2021-02-101-0/+27
| | |_|_|/ | |/| | |