summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* efi: add efi_device hook to be called before an image is startedSascha Hauer2021-12-131-0/+28
* net: efi-snp: Check for carrier before sendingSascha Hauer2021-12-131-0/+3
* efi-stdio: Support different text modesSascha Hauer2021-12-131-20/+44
* efi-stdio: Implement setting cursor visibilitySascha Hauer2021-12-131-1/+12
* efi-stdio: implement getting the cursor positionSascha Hauer2021-12-131-2/+12
* efi-stdio: limit set_cursor to screen size boundariesSascha Hauer2021-12-131-2/+5
* efi-stdio: implement input buffering with a kfifoSascha Hauer2021-12-131-11/+12
* efi-stdio: Fix '\b' handlingSascha Hauer2021-12-131-0/+7
* efi-stdio: Implement efi_console_putc() using efi_console_puts()Sascha Hauer2021-12-131-11/+5
* efi-stdio: Fix tab printingSascha Hauer2021-12-131-1/+8
* efi-stdio: Fix out of bounds error in putsSascha Hauer2021-12-131-21/+39
* efi-stdio: improve escape sequence parsingSascha Hauer2021-12-131-66/+89
* efi-stdio: fix escape sequence end detectionSascha Hauer2021-12-131-9/+16
* efi-stdio: return bytes actually consumedSascha Hauer2021-12-131-9/+9
* efi-stdio: rename to efi_process_escapeSascha Hauer2021-12-131-2/+2
* efi-stdio: remove unnecessary checkSascha Hauer2021-12-131-3/+0
* efi: Do not register IPv[46] devicesSascha Hauer2021-12-131-1/+13
* bus: acpi: register bus even if without ACPI EFI tableAhmad Fatoum2021-12-131-3/+4
* efi: rename <efi/efi.h> to <efi/efi-payload.h>Ahmad Fatoum2021-11-2511-11/+12
* drivers: efi: move Kconfig options to new menuAhmad Fatoum2021-11-252-8/+0
* serial: efi-stdio: move efi-stdio.h header to central locationAhmad Fatoum2021-11-252-101/+1
* common: move EFI code into new efi/ top level directoryAhmad Fatoum2021-11-251-0/+1
* hw_random: stm32: propagate error codes from rng readAhmad Fatoum2021-11-251-5/+3
* block : efi: rename driver variable from efi_fs_driver to efi_bio_driverAhmad Fatoum2021-11-251-2/+2
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-15539-2880/+560
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-01536-2836/+554
| * i2c: algo-bit: switch to SPDX-License-IdentifierAhmad Fatoum2021-11-011-19/+5
| * hw_random: mxc-rngc: switch to SPDX-License-IdentifierAhmad Fatoum2021-11-011-15/+1
| * drivers: caam: remove license text covered by SPDX-License-IdentifierAhmad Fatoum2021-11-011-10/+0
* | Merge branch 'for-next/rockchip'Sascha Hauer2021-11-156-3/+38
|\ \
| * | clk: handle CLK_OF_DECLARE in deep probeAhmad Fatoum2021-11-102-2/+11
| * | pinctrl: Rockchip: abort probe on lack of aliasesAhmad Fatoum2021-11-081-0/+3
| * | usb: dwc3: reset controller before using itSascha Hauer2021-10-122-0/+13
| * | phy: rockchip-inno-usb2: handle disabled child nodes gracefullySascha Hauer2021-10-121-0/+6
| * | phy: rockchip: Add dummy driver for child nodeSascha Hauer2021-10-121-1/+5
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2021-11-1535-82/+4769
|\ \
| * | net: phy: micrel: sync init code for ksz80xx variants with the kernel driverOleksij Rempel2021-11-111-22/+228
| * | usb: net: Add support for the Realtek RTL8152B/RTL8153Oleksij Rempel2021-11-055-0/+3419
| * | spi: add STM32 SPI controller driverAhmad Fatoum2021-11-053-0/+598
| * | i2c-mux-pca954x: drop duplicate warning message on probeAhmad Fatoum2021-11-011-3/+1
| * | reset: socfpga: error out on failure to request memoryAhmad Fatoum2021-11-011-2/+3
| * | ddr: fsl: make ARCH_LAYERSCAPE onlyAhmad Fatoum2021-11-011-2/+2
| * | clocksource: clint: restrict to RISC-VAhmad Fatoum2021-11-011-2/+2
| * | mtd: remove NULLness check for IOMEM()Ahmad Fatoum2021-11-012-18/+0
| * | aiodev: fix bitrotted EXPORT_SYMBOLAhmad Fatoum2021-11-011-1/+1
| * | regulator: fix bitrotted EXPORT_SYMBOL_GPLAhmad Fatoum2021-11-011-1/+1
| * | ARM: i.MX: guf-santaro: fix passing around of uninitialized variableAhmad Fatoum2021-11-011-1/+2
| * | spi: zynq_qspi: don't check clk_get return value for NULLnessAhmad Fatoum2021-11-011-2/+2
| * | serial: atmel: abort probe on atmel_serial_init_port failureAhmad Fatoum2021-11-011-1/+4
| * | usb: dwc3: remove unneeded EPROBE_DEFER checkAhmad Fatoum2021-11-011-2/+0