Show patches with: Archived = No       |   167497 patches
« 1 2 ... 347 348 3491674 1675 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[U-Boot,v2,28/34] env: Drop env_get_char_spec() - - 1 - --- 2017-07-24 Simon Glass trini Superseded
[U-Boot,v2,29/34] env: Drop env_relocate_spec() in favour of env_load() - - 1 - --- 2017-07-24 Simon Glass trini Superseded
[U-Boot,v2,30/34] env: Drop saveenv() in favour of env_save() - - 2 - --- 2017-07-24 Simon Glass trini Superseded
[U-Boot,v2,31/34] env: Rename setenv() and friends to env_set() - - - - --- 2017-07-24 Simon Glass trini Superseded
[U-Boot,v2,32/34] env: Rename getenv() and friends to env_get() - - - - --- 2017-07-24 Simon Glass trini Superseded
[U-Boot,v2,33/34] env: Adjust the get_char() method to return an int - - 1 - --- 2017-07-24 Simon Glass trini Superseded
[U-Boot,v2,34/34] env: Adjust the load() method to return an error - - 1 - --- 2017-07-24 Simon Glass trini Superseded
[U-Boot] configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS - - - - --- 2017-07-25 Tom Rini trini Accepted
[U-Boot,v2,1/9] dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig - - 1 - --- 2017-07-25 Jean-Jacques Hiblot trini Superseded
[U-Boot,v2,2/9] fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit() - - 1 - --- 2017-07-25 Jean-Jacques Hiblot trini Superseded
[U-Boot,v2,3/9] fit: fixed bug in locate_dtb_in_fit() - - 1 - --- 2017-07-25 Jean-Jacques Hiblot trini Superseded
[U-Boot,v2,4/9] fit: If no matching config is found in fit_find_config_node(), use the default one - - 1 - --- 2017-07-25 Jean-Jacques Hiblot trini Superseded
[U-Boot,v2,5/9] lzo: add a function to check the validity of the header - - 1 - --- 2017-07-25 Jean-Jacques Hiblot trini Superseded
[U-Boot,v2,6/9] gzip: add a function to parse the header - - 1 - --- 2017-07-25 Jean-Jacques Hiblot trini Superseded
[U-Boot,v2,7/9] lib: allow building lzo and gunzip for the SPL - - 1 - --- 2017-07-25 Jean-Jacques Hiblot trini Superseded
[U-Boot,v2,8/9] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT - - 1 - --- 2017-07-25 Jean-Jacques Hiblot trini Superseded
[U-Boot,v2,9/9] omap: detect board before spl_early_init() - - 1 - --- 2017-07-25 Jean-Jacques Hiblot trini Superseded
[U-Boot] Pull request: u-boot-mips v2 - - - - --- 2017-07-25 Daniel Schwierzeck trini Accepted
[U-Boot] dm: Kconfig: fix typo in help for SPL_PINCTRL - - - - --- 2017-07-26 Philipp Tomsich trini Accepted
[U-Boot,1/1] serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to Kconfig - - 1 - --- 2017-07-26 Patrice CHOTARD trini Accepted
[U-Boot,GIT,PULL] u-boot-uniphier/master - - - - --- 2017-07-26 Masahiro Yamada trini Accepted
[U-Boot] Convert CONFIG_SYS_I2C_OMAP24XX et al to Kconfig - - - - --- 2017-07-26 Adam Ford trini Changes Requested
[U-Boot] Remove unused CONFIG_TWL4030_PWM - - 1 - --- 2017-07-26 Adam Ford trini Accepted
[U-Boot] Convert CONFIG_USB_ETHER et al to Kconfig 2 - - - --- 2017-07-26 Adam Ford trini Deferred
[U-Boot,1/3] am43xx: Remove ethboot / usbhost_boot variants - - - - --- 2017-07-26 Tom Rini trini Rejected
[U-Boot,2/3] am335x_hs_evm: Disable CONFIG_SPL_ENV_SUPPORT - - 2 - --- 2017-07-26 Tom Rini trini Accepted
[U-Boot,3/3] ti: Default to ENV_IS_IN_FAT if MMC_OMAP_HS - - - - --- 2017-07-26 Tom Rini trini Accepted
[U-Boot,v3,01/24] Makefile: Rename 'env' target to 'environ' - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,02/24] Move environment files from common/ to env/ - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,03/24] env: Move help from README to Kconfig - - - - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,04/24] env: common: Make env_get_addr/get_char_memory() static - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,05/24] env: common: Drop env_get_addr() - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,06/24] env: common: Factor out the common env_valid check - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,07/24] env: common: Drop env_get_char_init() - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,08/24] env: common: Drop env_get_char_memory() - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,09/24] env: Add an enum for environment state - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,10/24] env: Rename nand env_location to nand_env_location - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,11/24] env: Create a location driver for each location - - - - --- 2017-07-26 Simon Glass trini Changes Requested
[U-Boot,v3,12/24] env: Add a new implementation of environment access - - - - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,13/24] env: Switch over to use environment location drivers - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,14/24] env: Drop common init() functions - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,15/24] env: Drop the env_name_spec global - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,16/24] env: Drop unused env_ptr variables - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,17/24] env: Drop env_init_new() - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,18/24] env: Drop env_get_char_spec() - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,19/24] env: Drop env_relocate_spec() in favour of env_load() - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,20/24] env: Drop saveenv() in favour of env_save() - - 2 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,21/24] env: Rename setenv() and friends to env_set() - - - - --- 2017-07-26 Simon Glass trini Changes Requested
[U-Boot,v3,22/24] env: Rename getenv() and friends to env_get() - - - - --- 2017-07-26 Simon Glass trini Changes Requested
[U-Boot,v3,23/24] env: Adjust the get_char() method to return an int - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot,v3,24/24] env: Adjust the load() method to return an error - - 1 - --- 2017-07-26 Simon Glass trini Superseded
[U-Boot] arm: mach-omap2: Align image address before cache operations - - 1 - --- 2017-07-26 Andrew Davis trini Accepted
[U-Boot] env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig - - - - --- 2017-07-27 Tom Rini trini Accepted
[U-Boot,1/2] OMAP3_SPI: Kconfig: move OMAP3_SPI out of DM_SPI section. - - - - --- 2017-07-27 Adam Ford trini Accepted
[U-Boot,2/2] Convert CONFIG_OMAP3_SPI to Kconfig - - - - --- 2017-07-27 Adam Ford trini Accepted
[U-Boot,RFC] Convert ARCH_OMAP2PLUS boards' CONFIG_SYS_TEXT_BASE to Kconfig - - - - --- 2017-07-27 Adam Ford trini Changes Requested
[U-Boot,v3] Makefile: Concatenation of u-boot-spl.bin and u-boot.img - - - - --- 2017-07-27 Ashish Kumar trini Rejected
[U-Boot,GIT,PULL] u-boot-rockchip/master - - - - --- 2017-07-27 Philipp Tomsich trini Accepted
[U-Boot,RFC] Convert CONFIG_SYS_LOAD_ADDR to Kconfig - - - - --- 2017-07-27 Adam Ford trini RFC
[U-Boot,1/3] test/py: Handle the banner being printed after relocation - - - - --- 2017-07-27 Simon Glass trini Deferred
[U-Boot,2/3] console: Unify the check for a serial console - - - - --- 2017-07-27 Simon Glass trini Accepted
[U-Boot,3/3] dm: console: Check for serial devices properly - - - - --- 2017-07-27 Simon Glass trini Accepted
[U-Boot,v2,1/1] common: Move CONFIG_BOOTARGS to Kconfig - - - - --- 2017-07-27 Sam Protsenko trini Changes Requested
[U-Boot,1/1] Add support Raspberry-Pi Ziro W - - - - --- 2017-07-27 Dmitry Korunov trini Superseded
[U-Boot] configs: sama5d4_xplained: Fix input clock for debug UART - - 1 - --- 2017-07-28 Wenyou Yang trini Accepted
[U-Boot,1/2] board: sama5d2_xplained: Move setting ethaddr to common - - - - --- 2017-07-28 Wenyou Yang trini Superseded
[U-Boot,2/2] board: sama5d4_xplained: Set 'ethaddr' got from AT24MAC - - - - --- 2017-07-28 Wenyou Yang trini Superseded
[U-Boot] nios2: 10m50: Add CPU pre-relocation in device tree - - 1 - --- 2017-07-28 Yau Wai Gan trini Accepted
[U-Boot,RFC] move booti_setup to arch/arm/lig/image.c - - 1 - --- 2017-07-28 Bin Chen trini RFC
[U-Boot,v2,1/1] stmf32f4: soc: fix buildman compilation error 1 - - - --- 2017-07-28 Patrice CHOTARD trini Accepted
[U-Boot,v2] Convert ARCH_OMAP2PLUS boards' CONFIG_SYS_TEXT_BASE to Kconfig - - - - --- 2017-07-28 Adam Ford trini Accepted
[U-Boot,v2] ARMv8/sec_firmware : Update chosen/kaslr-seed with random number - - - - --- 2017-07-28 Ruchika Gupta trini Changes Requested
[U-Boot] Please pull u-boot-dm - - - - --- 2017-07-28 Simon Glass trini Accepted
[U-Boot,2/3] common/env_embedded.c: drop support for CONFIG_SYS_USE_PPCENV - - - - --- 2017-07-28 Thomas Petazzoni trini Accepted
[U-Boot,3/3] common/env_embedded.c: rename PPCENV/PPCTEXT macros - - - - --- 2017-07-28 Thomas Petazzoni trini Accepted
[U-Boot,PULL] efi patch queue 2017-07-29 - - - - --- 2017-07-28 Alexander Graf trini Accepted
[U-Boot,PATCHv2] configs: Migrate CMD_NAND* - - 1 1 --- 2017-07-29 Tom Rini trini Accepted
[U-Boot,PULL] u-boot-usb/master - - - - --- 2017-07-29 Marek Vasut trini Accepted
[U-Boot,PULL] u-boot-socfpga/master - - - - --- 2017-07-29 Marek Vasut trini Accepted
[U-Boot] Please pull u-boot-x86 - - - - --- 2017-07-30 Bin Meng trini Accepted
[U-Boot,1/1] api: remove superfluous assignment - - 1 - --- 2017-07-30 Heinrich Schuchardt trini Accepted
[U-Boot,1/1] arm: spear: do not return random value from stack - - - - --- 2017-07-30 Heinrich Schuchardt trini Accepted
[U-Boot,1/1] arm: bcm235xx: avoid possible NULL dereference - - - - --- 2017-07-30 Heinrich Schuchardt trini Accepted
[U-Boot,1/1] arm: bcm235xx: clk_set_rate avoid possible NULL deref - - - - --- 2017-07-30 Heinrich Schuchardt trini Accepted
[U-Boot,1/1] bcm281xx: clock: avoid possible NULL dereference - - - - --- 2017-07-30 Heinrich Schuchardt trini Accepted
[U-Boot,1/1] armv7m: mpu_config add missing break - - - - --- 2017-07-30 Heinrich Schuchardt trini Accepted
[U-Boot,1/1] arm: mvebu: avoid possible NULL dereference - - 1 - --- 2017-07-30 Heinrich Schuchardt trini Accepted
[U-Boot,1/1] stm32: remove redundant 'else if' - - - - --- 2017-07-30 Heinrich Schuchardt trini Accepted
[U-Boot,1/1] ARM: hisilicon: hikey: do not rely on random stack value - - - - --- 2017-07-30 Heinrich Schuchardt trini Accepted
[U-Boot,1/1] tpm: add missing va_end - - 1 - --- 2017-07-30 Heinrich Schuchardt trini Accepted
[U-Boot,1/1] arm: mvebu: remove self assignment - - 1 - --- 2017-07-30 Heinrich Schuchardt trini Accepted
[U-Boot,1/1] arm: mvebu: ddr3_debug: remove self assignments - - 1 - --- 2017-07-30 Heinrich Schuchardt trini Accepted
[U-Boot] arm: omap: Fix 'get_device_type()' for OMAP34XX - - - - --- 2017-07-30 Derald Woods trini Superseded
[U-Boot,GIT,PULL] Please pull u-boot-mmc master - - - - --- 2017-07-31 Jaehoon Chung trini Changes Requested
[U-Boot,1/2] misc: i2c_eeprom: Add compatible for 24AA02E48 - - - - --- 2017-07-31 Wenyou Yang trini Accepted
[U-Boot,2/2] misc: i2c_eeprom: Add compatible for AT24MAC402 - - - - --- 2017-07-31 Wenyou Yang trini Accepted
[U-Boot,v2,1/3] board: atmel: Create board/$(VENDOR)/common folder - - - - --- 2017-07-31 Wenyou Yang trini Superseded
[U-Boot,v2,2/3] board: sama5d2_xplained: Replace code to set mac address - - - - --- 2017-07-31 Wenyou Yang trini Superseded
[U-Boot,v2,3/3] board: sama5d4_xplained: Set mac address from eeprom - - - - --- 2017-07-31 Wenyou Yang trini Superseded
[U-Boot,v2,1/6] ARM: at91: spl: Adjust switching to oscillator for SAMA5D2 - - 1 - --- 2017-07-31 Wenyou Yang trini Superseded
« 1 2 ... 347 348 3491674 1675 »