Show patches with: none      |   432629 patches
« 1 2 ... 970 971 9724326 4327 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v4,15/25] sdhci: rename the hostctl1 register SDHCI: add qtests and fix few issues - - - - --- 2018-01-03 Philippe Mathieu-Daudé Superseded
[v4,16/25] hw/arm/bcm2835_peripherals: implement SDHCI Spec v3 SDHCI: add qtests and fix few issues - - - - --- 2018-01-03 Philippe Mathieu-Daudé Superseded
[v4,17/25] hw/arm/fsl-imx6: implement SDHCI Spec v3 SDHCI: add qtests and fix few issues - - - - --- 2018-01-03 Philippe Mathieu-Daudé Superseded
[v4,18/25] hw/arm/xilinx_zynqmp: implement SDHCI Spec v3 SDHCI: add qtests and fix few issues - - - - --- 2018-01-03 Philippe Mathieu-Daudé Superseded
[v4,19/25] sdhci: check Spec v3 capabilities qtest SDHCI: add qtests and fix few issues - - - - --- 2018-01-03 Philippe Mathieu-Daudé Superseded
[v4,20/25] sdhci: remove the deprecated 'capareg' property SDHCI: add qtests and fix few issues - - - - --- 2018-01-03 Philippe Mathieu-Daudé Superseded
[v4,21/25] sdhci: add check_capab_readonly() qtest SDHCI: add qtests and fix few issues - - 1 - --- 2018-01-03 Philippe Mathieu-Daudé Superseded
[v4,22/25] sdhci: add a check_capab_baseclock() qtest SDHCI: add qtests and fix few issues - - 1 - --- 2018-01-03 Philippe Mathieu-Daudé Superseded
[v4,23/25] sdhci: add a check_capab_sdma() qtest SDHCI: add qtests and fix few issues - - 1 - --- 2018-01-03 Philippe Mathieu-Daudé Superseded
[v4,24/25] sdhci: add a check_capab_v3() qtest SDHCI: add qtests and fix few issues - - 1 - --- 2018-01-03 Philippe Mathieu-Daudé Superseded
[v4,25/25] sdhci: add Spec v4.2 register definitions SDHCI: add qtests and fix few issues - - - - --- 2018-01-03 Philippe Mathieu-Daudé Superseded
[v2,01/25] sdcard: reorder SDState struct members SDCard: housekeeping, improve SPI, introduce new Specs - - 1 - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,02/25] sdcard: replace DPRINTF() by trace events SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,03/25] sdcard: add more trace events SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,04/25] sdcard: define SDCARD_CMD_MAX instead of using the magic '64' SDCard: housekeeping, improve SPI, introduce new Specs - - 1 - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,05/25] sdcard: display command name when tracing CMD/ACMD SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,06/25] sdcard: let cmd_valid_while_locked() returns a bool SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,07/25] sdcard: rename sd_set_$REG() functions called once as sd_reset_$REG() SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,08/25] sdcard: use the registerfields API to access the OCR register SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,09/25] sdcard: use G_BYTE from cutils SDCard: housekeeping, improve SPI, introduce new Specs - - 1 - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,10/25] sdcard: remove unreachable code SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,11/25] sdcard: replace switch(unique case) statements -> if(case) SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,12/25] sdcard: use a 16-bit integer for the 16-bit RCA register SDCard: housekeeping, improve SPI, introduce new Specs - - 1 - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,13/25] sdcard: let function handling response codes returns the response size SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,14/25] sdcard: add missing command CMD55 SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,15/25] sdcard: add missing CMD54 SDIO command SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[RFC,v2,16/25] sdcard: add missing SPI legal commands SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[RFC,v2,17/25] sdcard: fix SPI response length SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,18/25] sdcard: add an enum for the SD PHY Spec version SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,19/25] sdcard: check if the card capacity is supported SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,20/25] sdcard: Don't always set the high capacity bit SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,21/25] sdcard: add cmd_version_supported(), improve cmd_class_supported() SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,22/25] sdcard: remove unreachable SPI commands SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[RFC,v2,23/25] sdcard: store the bus protocol in an enum SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,24/25] sdcard: introduce Spec v3.01 SD commands SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,25/25] sdcard: introduce Spec v4.51 & v5.1 MMC commands SDCard: housekeeping, improve SPI, introduce new Specs - - - - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,1/4] sdbus: add a QMP command to access a SDBus sdbus: testing sdcards - - 1 - --- 2018-01-03 Philippe Mathieu-Daudé RFC
[RFC,v2,2/4] libqos: add a sdbus API sdbus: testing sdcards - - - - --- 2018-01-03 Philippe Mathieu-Daudé RFC
[RFC,v2,3/4] libqos: implement sdbus QMP driver sdbus: testing sdcards - - - - --- 2018-01-03 Philippe Mathieu-Daudé RFC
[RFC,v2,4/4] tests: add some sdcard qtest sdbus: testing sdcards - - - - --- 2018-01-03 Philippe Mathieu-Daudé RFC
[v2,1/2] hw/timer/pxa2xx_timer: replace hw_error() -> qemu_log_mask() [v2,1/2] hw/timer/pxa2xx_timer: replace hw_error() -> qemu_log_mask() - - 1 - --- 2018-01-03 Philippe Mathieu-Daudé New
[v2,2/2] hw/sd/pxa2xx_mmci: add read/write() trace events pxa2xx_timer: ignore incorrect registers access to use U-Boot - - 1 - --- 2018-01-04 Philippe Mathieu-Daudé New
[RFC,1/6] qom: introduce TypeInfo name aliases qom: introduce TypeInfo name aliases - - - - --- 2018-01-04 Philippe Mathieu-Daudé Rejected
[RFC,2/6] hw/net/e1000: real device name is 'e1000-82540em', 'e1000' is an alias qom: introduce TypeInfo name aliases - - - - --- 2018-01-04 Philippe Mathieu-Daudé Rejected
[RFC,3/6] hw/char/cadence_uart: add FDT aliases qom: introduce TypeInfo name aliases - - 1 - --- 2018-01-04 Philippe Mathieu-Daudé Rejected
[RFC,4/6] arm/xlnx-zynq: use FDT names for the Cadence UART qom: introduce TypeInfo name aliases - - 1 - --- 2018-01-04 Philippe Mathieu-Daudé Rejected
[RFC,5/6] hw/net/cadence_gem: add FDT names as alias qom: introduce TypeInfo name aliases - - 1 - --- 2018-01-04 Philippe Mathieu-Daudé Rejected
[RFC,6/6] hw/arm/xlnx-zynq: use FDT names for the Cadence GEM qom: introduce TypeInfo name aliases - - 1 - --- 2018-01-04 Philippe Mathieu-Daudé Rejected
[01/29] hw/acpi: add mem/nvdimm.h dependency remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[02/29] pci/pci_host: move generic definitions out of i386/pc.h remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[03/29] hw/isa: extract parallel-isa specific code remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[04/29] hw/dma/i8257: rename DMA_init() to i8257_dma_init() remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[05/29] hw/input/i8042: extract declarations from i386/pc.h into input/i8042.h remove i386/pc dependency: generic SuperIO, PIIX cleanup 1 - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[06/29] hw/isa: add a generic isa_superio_init() remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[07/29] hw/i386/pc: use isa_superio_init() remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[08/29] hw/mips/fulong2e: use isa_superio_init() remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[09/29] hw/mips/malta: code movement remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[10/29] hw/mips/malta: add fdc37m81x_init() which uses isa_superio_init() remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[11/29] mc146818rtc: always register rtc to rtc list remove i386/pc dependency: generic SuperIO, PIIX cleanup 2 - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[12/29] piix4: rename some variables in realize function remove i386/pc dependency: generic SuperIO, PIIX cleanup 2 - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[13/29] piix4: convert reset function to QOM remove i386/pc dependency: generic SuperIO, PIIX cleanup 2 - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[14/29] piix4: add Reset Control Register remove i386/pc dependency: generic SuperIO, PIIX cleanup 2 - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[15/29] piix4: add a i8259 interrupt controller as specified in datasheet remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[RFC,16/29] Revert "irq: introduce qemu_irq_proxy()" remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[17/29] piix: move piix4 declaration into new southbridge/i82371_piix.h remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[18/29] piix4: add a i8257 dma controller as specified in datasheet remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[19/29] piix4: add a i8254 pit controller as specified in datasheet remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[20/29] piix4: add a speaker as specified in datasheet remove i386/pc dependency: generic SuperIO, PIIX cleanup 2 - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[21/29] piix: move southbridge related declarations/definitions to i82371_piix.h remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[22/29] piix3: extract piix3_init() from i440fx_init() remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[23/29] hw/i386: extract i440fx related declarations/definitions to i440fx.h remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[24/29] hw/i386: extract i440fx code from piix.c into i440fx.c remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[25/29] hw/i386: move piix from hw/pci-host to hw/southbridge remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[26/29] configs/mips-softmmu: use common CONFIG_PCI_PIIX instead of CONFIG_PIIX4 remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[27/29] piix3: convert reset function to QOM remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[28/29] piix: merge common code from isa/piix4.c with southbridge piix3 remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[NOTFORMERGE,29/29] piix4: add isa_superio_init remove i386/pc dependency: generic SuperIO, PIIX cleanup - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,01/31] sdhci: add a spec_version property [v5,01/31] sdhci: add a spec_version property - - 1 - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,02/31] sdhci: add basic Spec v1 capabilities SDHCI: make it abstract, add inherited devices, add qtests - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,03/31] sdhci: add max-block-length capability (Spec v1) SDHCI: make it abstract, add inherited devices, add qtests - - 1 - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,04/31] sdhci: add clock capabilities (Spec v1) SDHCI: make it abstract, add inherited devices, add qtests - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,05/31] sdhci: add DMA and 64-bit capabilities (Spec v2) SDHCI: make it abstract, add inherited devices, add qtests - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,07/31] sdhci: Fix 64-bit ADMA2 SDHCI: make it abstract, add inherited devices, add qtests - - 1 - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,08/31] hw/sd: clean/reorder the Makefile adding few comments SDHCI: make it abstract, add inherited devices, add qtests - - 1 - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,09/31] sdhci: add a common class SDHCI: make it abstract, add inherited devices, add qtests - - 1 - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,10/31] sdhci: add a Designware/Samsung host controller SDHCI: make it abstract, add inherited devices, add qtests - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,11/31] hw/arm/exynos4210: use the "samsung, exynos4210-dw-mshc" device SDHCI: make it abstract, add inherited devices, add qtests - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,12/31] sdhci: add the generic Arasan SDHCI 4.9a PHY controller SDHCI: make it abstract, add inherited devices, add qtests - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,13/31] hw/arm/xilinx_zynq: use the "arasan, sdhci-4.9a" device SDHCI: make it abstract, add inherited devices, add qtests - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,14/31] sdhci: add qtest to check the SD Spec version SDHCI: make it abstract, add inherited devices, add qtests - - 1 - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,15/31] sdhci: check Spec v2 capabilities qtest SDHCI: make it abstract, add inherited devices, add qtests - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,16/31] sdhci: add v3 capabilities SDHCI: make it abstract, add inherited devices, add qtests - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,17/31] sdhci: rename the hostctl1 register SDHCI: make it abstract, add inherited devices, add qtests - - 1 - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,18/31] sdhci: add the Broadcom BCM2835 SDHCI controller SDHCI: make it abstract, add inherited devices, add qtests - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,19/31] hw/arm/bcm2835_peripherals: use the "brcm, bcm2835-sdhci" device SDHCI: make it abstract, add inherited devices, add qtests - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,20/31] sdhci: add the Freescale controller for i.MX SDHCI: make it abstract, add inherited devices, add qtests - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,21/31] hw/arm/fsl-imx6: use the "fsl, imx6q-usdhc" controller SDHCI: make it abstract, add inherited devices, add qtests - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,22/31] sdhci: add the generic Arasan SDHCI 8.9a PHY SDHCI: make it abstract, add inherited devices, add qtests - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,23/31] hw/arm/xilinx_zynqmp: use the "arasan, sdhci-8.9a" device SDHCI: make it abstract, add inherited devices, add qtests - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
[v5,24/31] sdhci: let the SYSBUS_SDHCI type be abstract SDHCI: make it abstract, add inherited devices, add qtests - - - - --- 2018-01-08 Philippe Mathieu-Daudé New
« 1 2 ... 970 971 9724326 4327 »