Toggle navigation
Patchwork
u-boot
Patches
Bundles
About this project
Login
Register
Mail settings
Patch Metrics
Linaro contributions to u-boot.
Patches per month:
Submitted
Accepted
Project Details
List address
u-boot@lists.denx.de
Source tree
git://git.denx.de/u-boot.git
Last commit scanned
520f9559020894950d4e962aba52220c8a1d6bfe
Show patches with
: Submitter =
Masahiro Yamada
| State =
Action Required
| Archived =
No
| 250 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
Apply
«
1
2
3
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[GIT,PULL] UniPhier updates for v2019.01
[GIT,PULL] UniPhier updates for v2019.01
0 0 0
2018-12-29
Masahiro Yamada
New
[1/2] Kbuild: fix # escaping in .cmd files for future Make
Fix build with the latest GNU Make
0 0 0
2018-09-19
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
0 0 0
2018-09-11
Masahiro Yamada
New
dm: fix alignment in DM dump when 2-digit index exists
dm: fix alignment in DM dump when 2-digit index exists
0 0 0
2018-09-07
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
0 0 0
2018-07-24
Masahiro Yamada
New
[6/6] ARM: uniphier: enable MTD partition and UBI
[1/6] fdt_support: make fdt_fixup_mtdparts() prototype more specific
0 0 0
2018-07-19
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
0 0 0
2018-06-22
Masahiro Yamada
New
menu: fix timeout duration
menu: fix timeout duration
0 0 0
2018-05-24
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
0 0 0
2018-05-22
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
0 0 0
2018-05-08
Masahiro Yamada
New
[7/7] ARM: uniphier: enable CONFIG_PINCONF
ARM: uniphier: support drive-strength pin configuration
0 0 0
2018-05-05
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
0 0 0
2018-04-23
Masahiro Yamada
New
distro: use imply to default to DISTRO_DEFAULTS
distro: use imply to default to DISTRO_DEFAULTS
0 0 0
2018-04-19
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
0 0 0
2018-04-18
Masahiro Yamada
New
[1/4] regmap: clean up regmap allocation
Add Linux-compatible syscon_to_regmap API
0 0 0
2018-04-18
Masahiro Yamada
New
[5/5] libfdt: split fdt_region declarations out to <fdt_region.h>
libfdt: make lib/libfdt/ more synced with scripts/dtc/libfdt/
0 0 0
2018-03-21
Masahiro Yamada
New
[4/5] fdt_region: move fdt_region.c to common/ from lib/libfdt/
libfdt: make lib/libfdt/ more synced with scripts/dtc/libfdt/
0 0 0
2018-03-21
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
0 0 0
2018-03-15
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
0 0 0
2018-01-27
Masahiro Yamada
New
[v3,6/6] Remove assert()
assert() is almost used in the same way as BUG_ON(), except:
0 0 0
2018-01-10
Masahiro Yamada
New
[v3,5/6] treewide: convert assert() to BUG_ON()
assert() is almost used in the same way as BUG_ON(), except:
0 0 0
2018-01-10
Masahiro Yamada
New
[v3,4/6] ARM: openrd: disable CONFIG_BUG_CHECKS
assert() is almost used in the same way as BUG_ON(), except:
0 0 0
2018-01-10
Masahiro Yamada
New
[v3,3/6] Introduce CONFIG_BUG_CHECKS to allow to disable BUG{_ON} and WARN_ON
assert() is almost used in the same way as BUG_ON(), except:
0 0 0
2018-01-10
Masahiro Yamada
New
[v3,2/6] usb: xhci: return ERR_PTR(-ETIMEDOUT) at the end of xhci_wait_for_event()
assert() is almost used in the same way as BUG_ON(), except:
0 0 0
2018-01-10
Masahiro Yamada
New
[v3,1/6] Enable CONFIG_PANIC_HANG for boards without do_reset()
assert() is almost used in the same way as BUG_ON(), except:
0 0 0
2018-01-10
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
0 0 0
2018-01-09
Masahiro Yamada
New
[6/7] libfdt: migrate libfdt.h to a wrapper
[1/7] libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
0 0 0
2018-01-09
Masahiro Yamada
New
[5/7] libfdt: move working_fdt and FDT_RAMDISK_OVERHEAD to include/libfdt.h
[1/7] libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
0 0 0
2018-01-09
Masahiro Yamada
New
[4/7] libfdt: move lib/libfdt/libfdt.h to include/libfdt.h
[1/7] libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
0 0 0
2018-01-09
Masahiro Yamada
New
config_whitelist: remove false-positive CONFIG options
config_whitelist: remove false-positive CONFIG options
0 0 0
2018-01-05
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
0 0 0
2017-12-11
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
0 0 0
2017-12-04
Masahiro Yamada
New
[v2,3/5] Introduce CONFIG_ENABLE_BUG_CHECKS to disable BUG{_ON} by default
Remove assert()
0 0 0
2017-12-04
Masahiro Yamada
New
[v2,1/5] Move CONFIG_PANIC_HANG to Kconfig
Remove assert()
0 0 0
2017-12-04
Masahiro Yamada
New
[GIT,PULL] NAND + UniPhier updates for v2018.01-rc1 (2nd trial)
[GIT,PULL] NAND + UniPhier updates for v2018.01-rc1 (2nd trial)
0 0 0
2017-11-28
Masahiro Yamada
New
[GIT,PULL] NAND + UniPhier updates for v2018.01-rc1
[GIT,PULL] NAND + UniPhier updates for v2018.01-rc1
0 0 0
2017-11-28
Masahiro Yamada
New
fixup! mtd: nand: denali: sync with Linux 4.15-rc1
fixup! mtd: nand: denali: sync with Linux 4.15-rc1
0 0 0
2017-11-27
Masahiro Yamada
New
binman: do not add binary files to git
binman: do not add binary files to git
0 0 0
2017-11-27
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
0 0 0
2017-10-22
Masahiro Yamada
New
i2c: remove SYS_ prefix from CONFIG options
i2c: remove SYS_ prefix from CONFIG options
0 0 0
2017-10-17
Masahiro Yamada
New
[1/4] ARM: uniphier: enable DWC3 xHCI driver really
[1/4] ARM: uniphier: enable DWC3 xHCI driver really
0 0 0
2017-10-17
Masahiro Yamada
New
[v2,1/4] scripts/dtc: add fdt_overlay.c and fdt_addresses.c to sync script
pylibfdt: compile pylibfdt in scripts/dtc/pylibfdt only when necessary
0 0 0
2017-10-17
Masahiro Yamada
New
[1/3] dtc: libfdt: import fdt_addresses.c and fdt_overlay.c
pylibfdt: compile pylibfdt in scripts/dtc/pylibfdt only when necessary
0 0 0
2017-10-17
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier
[GIT,PULL] u-boot-uniphier
0 0 0
2017-10-15
Masahiro Yamada
New
simple-bus: remove DECLARE_GLOBAL_DATA_PTR and <common.h>
simple-bus: remove DECLARE_GLOBAL_DATA_PTR and <common.h>
0 0 0
2017-10-13
Masahiro Yamada
New
[19/20] ARM: dts: uniphier: sync DT with Linux 4.14-rc4
ARM: uniphier: various refactoring for v2017.11-rc2
0 0 0
2017-10-13
Masahiro Yamada
New
[18/20] serial: uniphier: use clk for enable and get_rate
ARM: uniphier: various refactoring for v2017.11-rc2
0 0 0
2017-10-13
Masahiro Yamada
New
[17/20] ARM: dts: uniphier: prepare to use clock for serial
ARM: uniphier: various refactoring for v2017.11-rc2
0 0 0
2017-10-13
Masahiro Yamada
New
[15/20] i2c: uniphier-f: use clk for enable and get_rate
ARM: uniphier: various refactoring for v2017.11-rc2
0 0 0
2017-10-13
Masahiro Yamada
New
[14/20] i2c: uniphier: use clk for enable and get_rate
ARM: uniphier: various refactoring for v2017.11-rc2
0 0 0
2017-10-13
Masahiro Yamada
New
[12/20] clk: uniphier: add peripheral clock data
ARM: uniphier: various refactoring for v2017.11-rc2
0 0 0
2017-10-13
Masahiro Yamada
New
[v2,3/3] kbuild: redefine __FILE__ as relative path from $(srctree) if possible
kbuild: always use relative path for __FILE__
0 0 0
2017-10-13
Masahiro Yamada
New
[v2,2/3] kbuild: add stringify helper to quote a string passed to C files
kbuild: always use relative path for __FILE__
0 0 0
2017-10-13
Masahiro Yamada
New
[v2,1/3] kbuild: Get rid of KBUILD_STR
kbuild: always use relative path for __FILE__
0 0 0
2017-10-13
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
0 0 0
2017-09-18
Masahiro Yamada
New
[1/6] printk: collect printk stuff into <linux/printk.h>
Sync and consolidate Linux-derived printk, BUILD_BUG, BUG, WARN, etc.
0 0 0
2017-09-13
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
0 0 0
2017-08-30
Masahiro Yamada
New
scripts: objdiff: Ignore debug info when comparing
0 0 0
2017-08-23
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
0 0 0
2017-08-20
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
0 0 0
2017-07-26
Masahiro Yamada
New
[v2] usb: fix usb_stor_read/write on DM
0 0 0
2017-07-14
Masahiro Yamada
New
usb: fix usb_stor_read/write on DM
0 0 0
2017-07-13
Masahiro Yamada
New
CONFIG_USB_EHCI_HCD breaks xHCI drivers even on DM
0 0 0
2017-07-03
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
0 0 0
2017-06-24
Masahiro Yamada
New
[4/5] dm: ofnode: rename dev_read_prop() to dev_get_property()
[1/5] dm: ofnode: use ofnode_read_bool() to check property existence
0 0 0
2017-06-22
Masahiro Yamada
New
[3/5] dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()
[1/5] dm: ofnode: use ofnode_read_bool() to check property existence
0 0 0
2017-06-22
Masahiro Yamada
New
[GIT,PULL] u-boot-uniphier/master
0 0 0
2017-05-17
Masahiro Yamada
New
pull request: u-boot-uniphier/master
0 0 0
2017-04-21
Masahiro Yamada
New
[1/2] ARM: import arm-smccc from Linux 4.11-rc6
ARM: support System Reset via PSCI
0 0 0
2017-04-10
Masahiro Yamada
New
pull request: u-boot-uniphier/master
0 0 0
2017-03-13
Masahiro Yamada
New
[v2,3/3] ARM: dts: uniphier: more re-sync DT with Linux
[v2,1/3] ARM: dts: uniphier: remove skeleton.dtsi inclusion
0 0 0
2017-03-12
Masahiro Yamada
New
[v2] arm64: booti: allow to place kernel image anywhere in physical memory
0 0 0
2017-03-08
Masahiro Yamada
New
[2/2] ARM: dts: uniphier: fix no unit name warnings
[1/2] ARM: dts: uniphier: remove skeleton.dtsi inclusion
0 0 0
2017-02-27
Masahiro Yamada
New
[1/2] ARM: dts: uniphier: remove skeleton.dtsi inclusion
[1/2] ARM: dts: uniphier: remove skeleton.dtsi inclusion
0 0 0
2017-02-27
Masahiro Yamada
New
[2/2] arm64: booti: allow to place kernel image anywhere in physical memory
[1/2] arm64: booti: update "res1" field to "flags"
0 0 0
2017-02-22
Masahiro Yamada
New
[1/2] arm64: booti: update "res1" field to "flags"
[1/2] arm64: booti: update "res1" field to "flags"
0 0 0
2017-02-22
Masahiro Yamada
New
Makefile: print warning if CONFIG_SYS_EXTRA_OPTIONS is used
0 0 0
2017-02-18
Masahiro Yamada
New
[2/2] lib: move hash CONFIG options to Kconfig
[1/2] configs: re-sync all defconfig files by savedefconfig
0 0 0
2017-02-18
Masahiro Yamada
New
[1/2] configs: re-sync all defconfig files by savedefconfig
[1/2] configs: re-sync all defconfig files by savedefconfig
0 0 0
2017-02-18
Masahiro Yamada
New
[1/3] ARM: uniphier: move MMC code to a separate file
[1/3] ARM: uniphier: move MMC code to a separate file
0 0 0
2017-02-13
Masahiro Yamada
New
[2/2] ARM: uniphier: rename second stage loader name
[1/2] pinctrl: uniphier: support pin configuration
0 0 0
2017-02-12
Masahiro Yamada
New
[2/3] flash: complete CONFIG_SYS_NO_FLASH move with renaming
Move CONFIG_SYS_NO_FLASH and rename it to CONFIG_MTD_NOR_FLASH
0 0 0
2017-02-11
Masahiro Yamada
New
[1/3] configs: Re-sync all defconfig files by savedefconfig
Move CONFIG_SYS_NO_FLASH and rename it to CONFIG_MTD_NOR_FLASH
0 0 0
2017-02-11
Masahiro Yamada
New
[08/16] ARM: uniphier: compile board data only for SPL
ARM: uniphier: UniPhier SoC updates for v2017.03 (3rd round)
0 0 0
2017-01-27
Masahiro Yamada
New
[05/16] ARM: uniphier: refactor cmd_ddrphy
ARM: uniphier: UniPhier SoC updates for v2017.03 (3rd round)
0 0 0
2017-01-27
Masahiro Yamada
New
[02/16] ARM: uniphier: shrink arrays of DDR-PHY parameters for LD20 SoC
ARM: uniphier: UniPhier SoC updates for v2017.03 (3rd round)
0 0 0
2017-01-27
Masahiro Yamada
New
[11/11] ARM: uniphier: add PXs3 SoC support
ARM: uniphier: recond round of UniPhier updates for v2017.03
0 0 0
2017-01-21
Masahiro Yamada
New
[06/11] ARM: uniphier: simplify SoC ID get function
ARM: uniphier: recond round of UniPhier updates for v2017.03
0 0 0
2017-01-21
Masahiro Yamada
New
[04/11] ARM: uniphier: replace <linux/err.h> with <linux/errno.h>
ARM: uniphier: recond round of UniPhier updates for v2017.03
0 0 0
2017-01-21
Masahiro Yamada
New
[03/11] ARM: uniphier: add uniphier_v8_defconfig
ARM: uniphier: recond round of UniPhier updates for v2017.03
0 0 0
2017-01-21
Masahiro Yamada
New
[02/11] ARM: uniphier: make SPL optional for ARVv8 SoCs
ARM: uniphier: recond round of UniPhier updates for v2017.03
0 0 0
2017-01-21
Masahiro Yamada
New
[7/9] ARM: uniphier: refactor board_init()
ARM: uniphier: UniPhier changes for v2017.03-rc1
0 0 0
2017-01-15
Masahiro Yamada
New
[6/9] ARM: uniphier: make BCU init into void function
ARM: uniphier: UniPhier changes for v2017.03-rc1
0 0 0
2017-01-15
Masahiro Yamada
New
[v2,5/7] ARM: davinci: remove unused CONFIG_DAVINCI_MMC_SD1
0 0 0
2017-01-10
Masahiro Yamada
New
[1/2] ARM: uniphier: enable Cadence eMMC controller for LD11/LD20
0 0 0
2017-01-04
Masahiro Yamada
New
[v2,4/5] time: import time_after, time_before and friends from Linux
0 0 0
2016-12-27
Masahiro Yamada
New
[v2,2/5] time: move timer APIs to include/time.h
0 0 0
2016-12-27
Masahiro Yamada
New
[v2,1/5] delay: collect {m, n, u}delay declarations to include/linux/delay.h
0 0 0
2016-12-27
Masahiro Yamada
New
[2/3] common/init: remove meaningless defined(CONFIG_USE_ARCH_MEMSET)
0 0 0
2016-12-19
Masahiro Yamada
New
[v2,03/63] spl: Makefile: Define SPL_ earlier
0 0 0
2016-12-19
Masahiro Yamada
New
«
1
2
3
»