Show patches with: Archived = No       |   167427 patches
« 1 2 ... 692 693 6941674 1675 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[U-Boot,v2,09/10] dtoc: Decode strings for struct.unpack on python 3.x 1 - - - --- 2016-09-27 Paul Burton sjg Accepted
[U-Boot,v2,10/10] dtoc: Make integer division python 3.x safe 1 - - - --- 2016-09-27 Paul Burton sjg Accepted
[U-Boot,01/27] Provide a generic io.h & address mapping functions 1 - 1 1 --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,02/27] arc: Use asm-generic/io.h 1 - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,03/27] arm: Use asm-generic/io.h - - 1 - --- 2016-10-01 Paul Burton trini Accepted
[U-Boot,04/27] blackfin: Use asm-generic/io.h - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,05/27] m68k: Use asm-generic/io.h 1 - - 1 --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,06/27] microblaze: Use asm-generic/io.h - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,07/27] nds32: Use asm-generic/io.h - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,08/27] openrisc: Use asm-generic/io.h - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,09/27] sh: Use asm-generic/io.h - - 1 1 --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,10/27] sparc: Use asm-generic/io.h - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,11/27] x86: Use asm-generic/io.h - - 1 - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,12/27] xtensa: Use asm-generic/io.h 1 - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,13/27] mips: Use asm-generic/io.h - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,14/27] mips: Fix map_physmem for cached mappings - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,15/27] nios2: Use asm-generic/io.h - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,16/27] powerpc: Use asm-generic/io.h - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,17/27] sandbox: Use asm-generic/io.h 1 - - - --- 2016-10-01 Paul Burton trini Changes Requested
[U-Boot,18/27] board_f: Account for CONFIG_SYS_SDRAM_BASE being physical - - 1 - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,19/27] image: Account for CONFIG_SYS_SDRAM_BASE being physical - - 1 - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,20/27] image: Use ram_top, not bi_memsize, in getenv_bootm_size - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,21/27] mips: Use ram_top, not bi_memsize, in arch_lmb_reserve - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,22/27] mips: Ensure stack is at a virtual address - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,23/27] boston: Provide physical CONFIG_SYS_SDRAM_BASE - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,24/27] malta: Use a physical CONFIG_SYS_SDRAM_BASE - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,25/27] xilfpga: Use a physical CONFIG_SYS_SDRAM_BASE - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,26/27] mips: Use a physical CONFIG_SYS_SDRAM_BASE for remaining boards - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,27/27] mips: Remove virt_to_phys call on bi_memstart - - - - --- 2016-10-01 Paul Burton trini Deferred
[U-Boot,1/2] Makefile: Allow arch post-link hook - - 3 1 --- 2017-06-16 Paul Burton danielschwierzeck Accepted
[U-Boot,2/2] MIPS: Stop building position independent code - - - - --- 2017-06-16 Paul Burton danielschwierzeck Superseded
[U-Boot,v2,2/2] MIPS: Stop building position independent code - - - - --- 2017-06-16 Paul Burton danielschwierzeck Superseded
[U-Boot,v3,2/2] MIPS: Stop building position independent code - - 1 1 --- 2017-06-19 Paul Burton danielschwierzeck Accepted
[U-Boot] Pull request: u-boot-mips - - - - --- 2017-07-13 Paul Burton trini Changes Requested
[U-Boot] mips-relocs: Fix warning from gcc 6.3 - - - - --- 2017-07-25 Paul Burton danielschwierzeck Accepted
[U-Boot] mips-relocs: Fix warning from gcc 6.3 - - - - --- 2017-07-25 Paul Burton danielschwierzeck Superseded
[U-Boot,1/8] test/py: Make print statements python 3.x safe test/py: Fixes for python 3.x - - - - --- 2017-09-14 Paul Burton trini Superseded
[U-Boot,2/8] test/py: Use range() rather than xrange() test/py: Fixes for python 3.x - - - - --- 2017-09-14 Paul Burton trini Superseded
[U-Boot,3/8] test/py: Import 'configparser' lower case to be python 3.x safe test/py: Fixes for python 3.x - - - - --- 2017-09-14 Paul Burton trini Superseded
[U-Boot,4/8] test/py: Import StringIO from io module for python 3.x test/py: Fixes for python 3.x - - - - --- 2017-09-14 Paul Burton trini Deferred
[U-Boot,5/8] test/py: Encode/decode strings for stdio test/py: Fixes for python 3.x - - - - --- 2017-09-14 Paul Burton trini Superseded
[U-Boot,6/8] test/py: fit: Open files as binary files test/py: Fixes for python 3.x - - - - --- 2017-09-14 Paul Burton trini Superseded
[U-Boot,7/8] test/py: hush_if_test: Use open() in place of file() test/py: Fixes for python 3.x - - - - --- 2017-09-14 Paul Burton trini Superseded
[U-Boot,8/8] test/py: vboot: Remove stderr redirect from openssl command test/py: Fixes for python 3.x - - 1 - --- 2017-09-14 Paul Burton trini Superseded
[U-Boot,v2,1/8] test/py: Make print statements python 3.x safe test/py: Fixes for python 3.x - - 1 - --- 2017-09-14 Paul Burton sjg Accepted
[U-Boot,v2,2/8] test/py: Use range() rather than xrange() test/py: Fixes for python 3.x - - 1 - --- 2017-09-14 Paul Burton sjg Accepted
[U-Boot,v2,3/8] test/py: Import 'configparser' lower case to be python 3.x safe test/py: Fixes for python 3.x - - 1 - --- 2017-09-14 Paul Burton sjg Accepted
[U-Boot,v2,4/8] test/py: Import StringIO from io module for python 3.x test/py: Fixes for python 3.x - - 1 - --- 2017-09-14 Paul Burton trini Deferred
[U-Boot,v2,5/8] test/py: Encode/decode strings for stdio test/py: Fixes for python 3.x - - 1 - --- 2017-09-14 Paul Burton trini Deferred
[U-Boot,v2,6/8] test/py: fit: Open files as binary files test/py: Fixes for python 3.x - - 1 - --- 2017-09-14 Paul Burton sjg Accepted
[U-Boot,v2,7/8] test/py: hush_if_test: Use open() in place of file() test/py: Fixes for python 3.x - - 1 - --- 2017-09-14 Paul Burton sjg Accepted
[U-Boot,v2,8/8] test/py: vboot: Remove stderr redirect from openssl command test/py: Fixes for python 3.x - - 1 - --- 2017-09-14 Paul Burton sjg Accepted
[U-Boot,v2,01/13] Provide a generic io.h & address mapping functions Add asm-generic/io.h; virt_to_phys(), phys_to_virt() for all arches 1 - 2 1 --- 2017-09-14 Paul Burton trini Accepted
[U-Boot,v2,02/13] arc: Use asm-generic/io.h Add asm-generic/io.h; virt_to_phys(), phys_to_virt() for all arches 1 - - - --- 2017-09-14 Paul Burton trini Accepted
[U-Boot,v2,03/13] arm: Use asm-generic/io.h Add asm-generic/io.h; virt_to_phys(), phys_to_virt() for all arches - - 1 - --- 2017-09-14 Paul Burton trini Accepted
[U-Boot,v2,04/13] m68k: Use asm-generic/io.h Add asm-generic/io.h; virt_to_phys(), phys_to_virt() for all arches 1 - - 1 --- 2017-09-14 Paul Burton trini Accepted
[U-Boot,v2,05/13] microblaze: Use asm-generic/io.h Add asm-generic/io.h; virt_to_phys(), phys_to_virt() for all arches - - - - --- 2017-09-14 Paul Burton trini Accepted
[U-Boot,v2,06/13] nds32: Use asm-generic/io.h Add asm-generic/io.h; virt_to_phys(), phys_to_virt() for all arches - - - - --- 2017-09-14 Paul Burton trini Accepted
[U-Boot,v2,07/13] sh: Use asm-generic/io.h Add asm-generic/io.h; virt_to_phys(), phys_to_virt() for all arches - - - - --- 2017-09-14 Paul Burton trini Accepted
[U-Boot,v2,08/13] x86: Use asm-generic/io.h Add asm-generic/io.h; virt_to_phys(), phys_to_virt() for all arches - - 1 - --- 2017-09-14 Paul Burton trini Accepted
[U-Boot,v2,09/13] xtensa: Use asm-generic/io.h Add asm-generic/io.h; virt_to_phys(), phys_to_virt() for all arches 1 - - - --- 2017-09-14 Paul Burton trini Accepted
[U-Boot,v2,10/13] mips: Use asm-generic/io.h Add asm-generic/io.h; virt_to_phys(), phys_to_virt() for all arches 1 - 1 - --- 2017-09-14 Paul Burton trini Accepted
[U-Boot,v2,11/13] nios2: Use asm-generic/io.h Add asm-generic/io.h; virt_to_phys(), phys_to_virt() for all arches - - - - --- 2017-09-14 Paul Burton trini Accepted
[U-Boot,v2,12/13] powerpc: Use asm-generic/io.h Add asm-generic/io.h; virt_to_phys(), phys_to_virt() for all arches - - - - --- 2017-09-14 Paul Burton trini Accepted
[U-Boot,v2,13/13] sandbox: Use asm-generic/io.h Add asm-generic/io.h; virt_to_phys(), phys_to_virt() for all arches 1 - - - --- 2017-09-14 Paul Burton trini Accepted
[U-Boot] boston: Drop unused return value [U-Boot] boston: Drop unused return value - - - - --- 2017-09-15 Paul Burton danielschwierzeck Accepted
[U-Boot] boston: Remove unused label in lowlevel_display [U-Boot] boston: Remove unused label in lowlevel_display - - - - --- 2017-09-15 Paul Burton danielschwierzeck Accepted
[U-Boot] MIPS: Drop unused PTR_COUNT_SHIFT from u-boot.lds [U-Boot] MIPS: Drop unused PTR_COUNT_SHIFT from u-boot.lds - - - - --- 2017-09-15 Paul Burton danielschwierzeck Accepted
[U-Boot] Update Paul Burton's email address [U-Boot] Update Paul Burton's email address - - - - --- 2017-10-30 Paul Burton danielschwierzeck Accepted
[U-Boot,1/3] MIPS: Ensure cache ops complete in cache maintenance functions MIPS: Caching fixes - - - - --- 2017-11-21 Paul Burton danielschwierzeck Accepted
[U-Boot,2/3] MIPS: Clear instruction hazards in flush_cache() MIPS: Caching fixes - - - - --- 2017-11-21 Paul Burton danielschwierzeck Accepted
[U-Boot,3/3] MIPS: Break out of cache loops for unimplemented caches MIPS: Caching fixes - - - - --- 2017-11-21 Paul Burton danielschwierzeck Accepted
[U-Boot,1/8] pci: Make PCI bridge memory alignment configurable boston: Ethernet support for MIPS Boston board - - 1 - --- 2017-11-21 Paul Burton danielschwierzeck Deferred
[U-Boot,2/8] boston: Disable PCI bridge memory space alignment boston: Ethernet support for MIPS Boston board - - - - --- 2017-11-21 Paul Burton danielschwierzeck Deferred
[U-Boot,3/8] pci: xilinx: Initialise the root bridge during probe boston: Ethernet support for MIPS Boston board - - - - --- 2017-11-21 Paul Burton danielschwierzeck Deferred
[U-Boot,4/8] gpio: Provide dummy get/request & is_valid functions boston: Ethernet support for MIPS Boston board - - 1 - --- 2017-11-21 Paul Burton danielschwierzeck Deferred
[U-Boot,5/8] gpio: eg20t: Add driver for Intel EG20T GPIO controllers boston: Ethernet support for MIPS Boston board - - 1 - --- 2017-11-21 Paul Burton danielschwierzeck Deferred
[U-Boot,6/8] net: pch_gbe: Support PHY reset GPIOs boston: Ethernet support for MIPS Boston board 1 - 1 - --- 2017-11-21 Paul Burton danielschwierzeck Deferred
[U-Boot,7/8] net: pch_gbe: Use wait_for_bit() helper boston: Ethernet support for MIPS Boston board 1 - 1 - --- 2017-11-21 Paul Burton danielschwierzeck Deferred
[U-Boot,8/8] boston: Enable ethernet PHY, reset GPIO, device probe boston: Ethernet support for MIPS Boston board - - - - --- 2017-11-21 Paul Burton danielschwierzeck Deferred
[U-Boot] boston: Set CONFIG_SYS_LOAD_ADDR to 0x88000000 [U-Boot] boston: Set CONFIG_SYS_LOAD_ADDR to 0x88000000 - - - - --- 2017-11-21 Paul Burton danielschwierzeck Accepted
[U-Boot] boston: Add u-boot.mcs make target [U-Boot] boston: Add u-boot.mcs make target - - - - --- 2017-11-21 Paul Burton danielschwierzeck Superseded
[U-Boot,v2] boston: Add u-boot.mcs make target [U-Boot,v2] boston: Add u-boot.mcs make target - - - - --- 2017-11-21 Paul Burton danielschwierzeck Accepted
[U-Boot] boston: Ensure DDR address calcuations don't overflow [U-Boot] boston: Ensure DDR address calcuations don't overflow - 1 - - --- 2018-01-18 Paul Burton danielschwierzeck Not Applicable
[U-Boot] boston: Pad binary in .mcs to a multiple of 16 bytes [U-Boot] boston: Pad binary in .mcs to a multiple of 16 bytes - - - - --- 2018-01-18 Paul Burton danielschwierzeck Accepted
[U-Boot] Revert "dm: arm: rpi: Drop CONFIG_OF_EMBED" [U-Boot] Revert "dm: arm: rpi: Drop CONFIG_OF_EMBED" - - 1 1 --- 2017-09-06 Paul Barker trini Accepted
patman: Handle PAGER containing arguments patman: Handle PAGER containing arguments - - - - --- 2021-06-15 Paul Barker sjg Changes Requested
[1/4] arm: dts: am335x-boneblack: Extract common config [1/4] arm: dts: am335x-boneblack: Extract common config - - - - --- 2021-06-17 Paul Barker lokeshvutla Changes Requested
[2/4] arm: dts: am335x-sancloud-bbe: New dtb to support ethernet [1/4] arm: dts: am335x-boneblack: Extract common config - - - - --- 2021-06-17 Paul Barker lokeshvutla Changes Requested
[3/4] configs: am335x_evm: Support GbE PHYs [1/4] arm: dts: am335x-boneblack: Extract common config - - - - --- 2021-06-17 Paul Barker lokeshvutla Changes Requested
[4/4] configs: am335x_evm: Fix BeagleBone Green DTB selection [1/4] arm: dts: am335x-boneblack: Extract common config - - - - --- 2021-06-17 Paul Barker lokeshvutla Changes Requested
[v2,1/5] dt-bindings: Resync omap & am33xx pinctrl bindings Resync BeagleBone dtbs, add SanCloud BBE support & minor fixups - - - - --- 2021-07-12 Paul Barker lokeshvutla Accepted
[v2,2/5] arm: dts: Resync BeagleBone device trees Resync BeagleBone dtbs, add SanCloud BBE support & minor fixups - - - - --- 2021-07-12 Paul Barker lokeshvutla Accepted
[v2,3/5] arm: dts: Import am335x-sancloud-bbe devicetree Resync BeagleBone dtbs, add SanCloud BBE support & minor fixups - - - - --- 2021-07-12 Paul Barker lokeshvutla Accepted
[v2,4/5] configs: am335x_evm: Support GbE PHYs Resync BeagleBone dtbs, add SanCloud BBE support & minor fixups - - - - --- 2021-07-12 Paul Barker lokeshvutla Accepted
[v2,5/5] configs: am335x_evm: Fix BeagleBone Green DTB selection Resync BeagleBone dtbs, add SanCloud BBE support & minor fixups - - - - --- 2021-07-12 Paul Barker lokeshvutla Changes Requested
[v2,1/2] tools: Refactor full help printing Refactor and improve full help output from tools - - - - --- 2021-08-13 Paul Barker trini Awaiting Upstream
[v2,2/2] tools: Handle PAGER containing arguments Refactor and improve full help output from tools - - - - --- 2021-08-13 Paul Barker trini Awaiting Upstream
[v3,1/2] tools: Refactor full help printing Refactor and improve full help output from tools - - - - --- 2021-09-08 Paul Barker trini Superseded
[v3,2/2] tools: Handle PAGER containing arguments Refactor and improve full help output from tools - - - - --- 2021-09-08 Paul Barker trini Superseded
« 1 2 ... 692 693 6941674 1675 »