Show patches with: Archived = No       |   167251 patches
« 1 2 ... 323 324 3251672 1673 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[U-Boot,v2,05/26] Add a circular memory buffer implementation - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,06/26] console: Add a console buffer - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,07/26] sandbox: Enable console recording and silent console - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,08/26] test: Record and silence console in tests - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,09/26] usb: Refactor USB tree output code for testing - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,10/26] dm: core: Add safe device iteration macros - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,11/26] sandbox: usb: Allow dynamic emulated USB device descriptors - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,12/26] sandbox: usb: Allow up to 4 emulated devices on a hub - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,13/26] sandbox: usb: Allow finding a USB emulator for a device - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,14/26] Revert "dm: usb: Rename usb_find_child to usb_find_emul_child" - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,15/26] Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop" - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,16/26] Revert "dm: Export device_remove_children / device_unbind_children" - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,17/26] dm: usb: Deprecate usb_get_dev_index() - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,18/26] dm: usb: Remove inactive children after a bus scan - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,19/26] dm: test: usb: Add tests for the 'usb tree' command - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,20/26] dm: test: usb: Add a test for device reordering - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,21/26] usb: Drop unused code in usb_kbd.c - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,22/26] usb: Avoid open-coded USB constants in usb_kbd.c - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,23/26] usb: sandbox: Add support for interrupt operations - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,24/26] usb: sandbox: Add a USB emulation driver - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,25/26] sandbox: Enable USB keyboard - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v2,26/26] dm: test: usb: sandbox: Add keyboard tests for sandbox - - - - --- 2015-11-09 Simon Glass sjg Accepted
[U-Boot,v3,01/12] input: Support the German keymap - - 1 - --- 2015-11-11 Simon Glass sjg Accepted
[U-Boot,v3,02/12] input: Adjust structure of code in process_modifier() - - 1 - --- 2015-11-11 Simon Glass sjg Accepted
[U-Boot,v3,03/12] input: Handle caps lock - - 1 1 --- 2015-11-11 Simon Glass sjg Accepted
[U-Boot,v3,04/12] input: Allow updating of keyboard LEDs - - 1 - --- 2015-11-11 Simon Glass sjg Accepted
[U-Boot,v3,05/12] input: i8042: Convert to use the input library - - 1 1 --- 2015-11-11 Simon Glass sjg Accepted
[U-Boot,v3,06/12] input: Add a Kconfig option for the i8042 keyboard - - 1 - --- 2015-11-11 Simon Glass sjg Accepted
[U-Boot,v3,07/12] x86: Add an i8042 device for boards that have it - - 1 - --- 2015-11-11 Simon Glass sjg Accepted
[U-Boot,v3,08/12] Drop CONFIG_ISA_KEYBOARD - - 1 - --- 2015-11-11 Simon Glass sjg Accepted
[U-Boot,v3,09/12] input: Convert i8042 to driver model - - 1 1 --- 2015-11-11 Simon Glass sjg Accepted
[U-Boot,v3,10/12] i8042: Handle a duplicate power-on-reset response - - 1 - --- 2015-11-11 Simon Glass sjg Accepted
[U-Boot,v3,11/12] video: input: Clean up after i8042 conversion - - 1 - --- 2015-11-11 Simon Glass sjg Accepted
[U-Boot,v3,12/12] input: Convert 'keyboard' driver to use input library - - - - --- 2015-11-11 Simon Glass sjg Accepted
[U-Boot,v2,1/8] dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,v2,2/8] dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,v2,3/8] dm: pci: Set up the SDRAM mapping correctly - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,v2,4/8] dm: pci: Support decoding ranges with duplicate entries - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,v2,5/8] dm: pci: Add functions to emulate 8- and 16-bit access - - 1 - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,v2,6/8] dm: pci: Add a function to get the controller for a bus 1 - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,v2,7/8] dm: pci: Add a function to find the regions for a PCI bus 1 - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,v2,8/8] dm: tegra: pci: Convert tegra boards to driver model for PCI - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,v3,1/8] dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,v3,2/8] dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,v3,3/8] dm: pci: Set up the SDRAM mapping correctly - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,v3,4/8] dm: pci: Support decoding ranges with duplicate entries - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,v3,5/8] dm: pci: Add functions to emulate 8- and 16-bit access - - 1 - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,v3,6/8] dm: pci: Add a function to get the controller for a bus 1 - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,v3,7/8] dm: pci: Add a function to find the regions for a PCI bus 1 - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,v3,8/8] dm: tegra: pci: Convert tegra boards to driver model for PCI - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,01/14] pci: Move 'pci scan' code in with other commands - - 1 - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,02/14] pci: Use a common return in command processing - - 1 - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,03/14] pci: Use a separate variable for the bus number - - 1 - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,04/14] pci: Refactor the pciinfo() function - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,05/14] dm: pci: Add a comment about how to find struct pci_controller - - 1 - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,06/14] dm: pci: Rename pci_auto.c to pci_auto_old.c - - 1 - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,07/14] dm: pci: Move common auto-config functions to a common file - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,08/14] dm: pci: Reorder functions in cmd_pci.c - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,09/14] pci: Use common functions to read/write config - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,10/14] pci: Fix pci_field_width() for 32-bit values - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,11/14] pci: Use a separate 'dev' variable for the PCI device - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,12/14] pci: Move PCI header output code into its own function - - 1 - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,13/14] dm: pci: Convert 'pci' command to driver model - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,14/14] dm: pci: Disable PCI compatibility functions by default - - - - --- 2015-11-12 Simon Glass sjg Superseded
[U-Boot,v4,1/8] dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig - - - - --- 2015-11-14 Simon Glass sjg Superseded
[U-Boot,v4,2/8] dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM - - - - --- 2015-11-14 Simon Glass sjg Superseded
[U-Boot,v4,3/8] dm: pci: Set up the SDRAM mapping correctly - - - - --- 2015-11-14 Simon Glass sjg Superseded
[U-Boot,v4,4/8] dm: pci: Support decoding ranges with duplicate entries - - - - --- 2015-11-14 Simon Glass sjg Superseded
[U-Boot,v4,5/8] dm: pci: Add functions to emulate 8- and 16-bit access - - 1 - --- 2015-11-14 Simon Glass sjg Superseded
[U-Boot,v4,6/8] dm: pci: Add a function to get the controller for a bus 1 - - - --- 2015-11-14 Simon Glass sjg Superseded
[U-Boot,v4,7/8] dm: pci: Add a function to find the regions for a PCI bus 1 - - - --- 2015-11-14 Simon Glass sjg Superseded
[U-Boot,v4,8/8] dm: tegra: pci: Convert tegra boards to driver model for PCI - - - - --- 2015-11-14 Simon Glass sjg Superseded
[U-Boot,v2] dm: Add timeline and guide for porting serial drivers - - - - --- 2015-11-14 Simon Glass trini Superseded
[U-Boot,01/25] dm: pci: Mark legacy files as such - - 1 - --- 2015-11-17 Simon Glass sjg Accepted
[U-Boot,02/25] dm: pci: Use driver model PCI API in auto-config - - - - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,03/25] dm: pci: Add a driver-model version of pci_find_device() - - 1 - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,04/25] dm: pci: scsi: Use driver-model PCI API - - - - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,05/25] dm: pci: Add a driver-model version of pci_find_class() - - 1 - --- 2015-11-17 Simon Glass sjg Accepted
[U-Boot,06/25] dm: pci: Add a function to read a PCI BAR - - 1 - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,07/25] dm: serial: Convert ns16550 driver to use driver model PCI API - - 1 - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,08/25] dm: x86: ivybridge: Convert graphics init to use DM PCI API - - - - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,09/25] dm: Convert bios_interrupts to use DM PCI API - - - - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,10/25] dm: pci: video: Convert video and pci_rom to use DM PCI API - - - - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,11/25] dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API - - 1 - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,12/25] dm: pci: Drop the old version of pci_find_device() - - 1 - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,13/25] dm: pci: Drop the old version of pci_find_class() - - 1 - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,14/25] dm: tegra: net: Convert tegra boards to driver model for Ethernet - - 1 - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,15/25] dm: test: Convert PCI tests to use the DM PCI API - - - - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,16/25] dm: x86: Convert x86 PCI functions over to DM PCI API - - 1 - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,17/25] dm: pci: Add driver model API functions for address mapping - - - - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,18/25] dm: net: Convert rtl8169 to use DM PCI API - - 1 - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,19/25] dm: pci: Switch to DM API for PCI address mapping - - 1 - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,20/25] dm: ahci: Convert to use new DM PCI API - - - - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,21/25] dm: usb: Convert echi-pci to use new DM PCI API - - 1 - --- 2015-11-17 Simon Glass sjg Superseded
[U-Boot,22/25] dm: Convert PCI MMC over to use DM PCI API - - - - --- 2015-11-17 Simon Glass sjg Accepted
[U-Boot,23/25] pci: Tidy up comments in pci_bind_bus_devices() - - 1 - --- 2015-11-17 Simon Glass sjg Accepted
[U-Boot,24/25] dm: net: usb: Refactor mcs7830 driver ready for DM conversion 1 - - - --- 2015-11-17 Simon Glass sjg Accepted
[U-Boot,25/25] dm: net: usb: Convert mcs7830 driver to support driver model 1 - - - --- 2015-11-17 Simon Glass sjg Accepted
[U-Boot,v8,19/23] rockchip: rk3036: Add core Soc start-up code 1 - - - --- 2015-11-19 Simon Glass sjg Accepted
[U-Boot,v8,20/23] rockchip: Add basic support for evb-rk3036 board 1 - - - --- 2015-11-19 Simon Glass sjg Accepted
« 1 2 ... 323 324 3251672 1673 »