Show patches with: Submitter = Masahiro Yamada       |    State = Action Required       |    Archived = No       |   265 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[3/3] treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() [1/3] gpio: at91: use dev_read_addr() to get base address --- 2020-08-04 Masahiro Yamada New
[2/3] ata: mvebu: use dev_read_addr() to get base address [1/3] gpio: at91: use dev_read_addr() to get base address --- 2020-08-04 Masahiro Yamada New
[1/5] ARM: uniphier: rename include guard of include/configs/uniphier.h [1/5] ARM: uniphier: rename include guard of include/configs/uniphier.h --- 2020-07-30 Masahiro Yamada New
[3/3] treewide: convert devfdt_get_addr() to dev_read_addr() [1/3] treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() --- 2020-07-17 Masahiro Yamada New
[2/3] treewide: remove (phys_addr_t) casts from devfdt_get_addr() [1/3] treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() --- 2020-07-17 Masahiro Yamada New
[09/10] bus: uniphier-system-bus: move hardware init from board files [01/10] Revert "ARM: uniphier: add weird workaround code for LD20" --- 2020-07-09 Masahiro Yamada New
kbuild: add -Werror=implicit-function-declaration kbuild: add -Werror=implicit-function-declaration --- 2020-05-07 Masahiro Yamada New
[12/12] net: smc911x: Add DM support Untitled series #47033 --- 2020-03-17 Masahiro Yamada New
[3/3] ARM: dts: uniphier: remove U-Boot own EEPROM compatible and property [1/3] ARM: dts: uniphier: rename DT nodes to follow json-schema --- 2020-02-28 Masahiro Yamada New
dm: make uclass_find_first_device() return error when no defice is found dm: make uclass_find_first_device() return error when no defice is found --- 2020-02-25 Masahiro Yamada New
[v3,04/11] dma-mapping: add <asm/dma-mapping.h> for all architectures mmc: sdhci: code clean-up and fix cache coherency problem --- 2020-02-14 Masahiro Yamada New
[v2,3/4] mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISC [v2,1/4] mtd: rawnand: denali_dt: insert udelay() after reset deassert --- 2020-01-29 Masahiro Yamada New
[4/4] mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatible [1/4] mtd: rawnand: denali_dt: insert udelay() after reset deassert --- 2020-01-27 Masahiro Yamada New
[3/4] ARM: uniphier: move NAND reset assertion to U-Boot proper from SPL [1/4] mtd: rawnand: denali_dt: insert udelay() after reset deassert --- 2020-01-27 Masahiro Yamada New
uniphier_{v7, v8}_defconfig: enable SPI driver and sspi command uniphier_{v7, v8}_defconfig: enable SPI driver and sspi command --- 2020-01-07 Masahiro Yamada New
[GIT,PULL] UniPhier updates for v2019.01 [GIT,PULL] UniPhier updates for v2019.01 --- 2018-12-29 Masahiro Yamada New
[1/2] Kbuild: fix # escaping in .cmd files for future Make Fix build with the latest GNU Make --- 2018-09-19 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master [GIT,PULL] u-boot-uniphier/master --- 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 --- 2018-09-07 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master [GIT,PULL] u-boot-uniphier/master --- 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 --- 2018-07-19 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master [GIT,PULL] u-boot-uniphier/master --- 2018-06-22 Masahiro Yamada New
menu: fix timeout duration menu: fix timeout duration --- 2018-05-24 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master [GIT,PULL] u-boot-uniphier/master --- 2018-05-22 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master [GIT,PULL] u-boot-uniphier/master --- 2018-05-08 Masahiro Yamada New
[7/7] ARM: uniphier: enable CONFIG_PINCONF ARM: uniphier: support drive-strength pin configuration --- 2018-05-05 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master [GIT,PULL] u-boot-uniphier/master --- 2018-04-23 Masahiro Yamada New
distro: use imply to default to DISTRO_DEFAULTS distro: use imply to default to DISTRO_DEFAULTS --- 2018-04-19 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master [GIT,PULL] u-boot-uniphier/master --- 2018-04-18 Masahiro Yamada New
[1/4] regmap: clean up regmap allocation Add Linux-compatible syscon_to_regmap API --- 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/ --- 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/ --- 2018-03-21 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master [GIT,PULL] u-boot-uniphier/master --- 2018-03-15 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master [GIT,PULL] u-boot-uniphier/master --- 2018-01-27 Masahiro Yamada New
[v3,6/6] Remove assert() assert() is almost used in the same way as BUG_ON(), except: --- 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: --- 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: --- 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: --- 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: --- 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: --- 2018-01-10 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master [GIT,PULL] u-boot-uniphier/master --- 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 --- 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 --- 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 --- 2018-01-09 Masahiro Yamada New
config_whitelist: remove false-positive CONFIG options config_whitelist: remove false-positive CONFIG options --- 2018-01-05 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master [GIT,PULL] u-boot-uniphier/master --- 2017-12-11 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master [GIT,PULL] u-boot-uniphier/master --- 2017-12-04 Masahiro Yamada New
[v2,3/5] Introduce CONFIG_ENABLE_BUG_CHECKS to disable BUG{_ON} by default Remove assert() --- 2017-12-04 Masahiro Yamada New
[v2,1/5] Move CONFIG_PANIC_HANG to Kconfig Remove assert() --- 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) --- 2017-11-28 Masahiro Yamada New
[GIT,PULL] NAND + UniPhier updates for v2018.01-rc1 [GIT,PULL] NAND + UniPhier updates for v2018.01-rc1 --- 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 --- 2017-11-27 Masahiro Yamada New
binman: do not add binary files to git binman: do not add binary files to git --- 2017-11-27 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master [GIT,PULL] u-boot-uniphier/master --- 2017-10-22 Masahiro Yamada New
i2c: remove SYS_ prefix from CONFIG options i2c: remove SYS_ prefix from CONFIG options --- 2017-10-17 Masahiro Yamada New
[1/4] ARM: uniphier: enable DWC3 xHCI driver really [1/4] ARM: uniphier: enable DWC3 xHCI driver really --- 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 --- 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 --- 2017-10-17 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier [GIT,PULL] u-boot-uniphier --- 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> --- 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 --- 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 --- 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 --- 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 --- 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 --- 2017-10-13 Masahiro Yamada New
[12/20] clk: uniphier: add peripheral clock data ARM: uniphier: various refactoring for v2017.11-rc2 --- 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__ --- 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__ --- 2017-10-13 Masahiro Yamada New
[v2,1/3] kbuild: Get rid of KBUILD_STR kbuild: always use relative path for __FILE__ --- 2017-10-13 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master [GIT,PULL] u-boot-uniphier/master --- 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. --- 2017-09-13 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master [GIT,PULL] u-boot-uniphier/master --- 2017-08-30 Masahiro Yamada New
scripts: objdiff: Ignore debug info when comparing --- 2017-08-23 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master --- 2017-08-20 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master --- 2017-07-26 Masahiro Yamada New
[v2] usb: fix usb_stor_read/write on DM --- 2017-07-14 Masahiro Yamada New
usb: fix usb_stor_read/write on DM --- 2017-07-13 Masahiro Yamada New
CONFIG_USB_EHCI_HCD breaks xHCI drivers even on DM --- 2017-07-03 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master --- 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 --- 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 --- 2017-06-22 Masahiro Yamada New
[GIT,PULL] u-boot-uniphier/master --- 2017-05-17 Masahiro Yamada New
pull request: u-boot-uniphier/master --- 2017-04-21 Masahiro Yamada New
[1/2] ARM: import arm-smccc from Linux 4.11-rc6 ARM: support System Reset via PSCI --- 2017-04-10 Masahiro Yamada New
pull request: u-boot-uniphier/master --- 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 --- 2017-03-12 Masahiro Yamada New
[v2] arm64: booti: allow to place kernel image anywhere in physical memory --- 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 --- 2017-02-27 Masahiro Yamada New
[1/2] ARM: dts: uniphier: remove skeleton.dtsi inclusion [1/2] ARM: dts: uniphier: remove skeleton.dtsi inclusion --- 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" --- 2017-02-22 Masahiro Yamada New
[1/2] arm64: booti: update "res1" field to "flags" [1/2] arm64: booti: update "res1" field to "flags" --- 2017-02-22 Masahiro Yamada New
Makefile: print warning if CONFIG_SYS_EXTRA_OPTIONS is used --- 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 --- 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 --- 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 --- 2017-02-13 Masahiro Yamada New
[2/2] ARM: uniphier: rename second stage loader name [1/2] pinctrl: uniphier: support pin configuration --- 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 --- 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 --- 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) --- 2017-01-27 Masahiro Yamada New
[05/16] ARM: uniphier: refactor cmd_ddrphy ARM: uniphier: UniPhier SoC updates for v2017.03 (3rd round) --- 2017-01-27 Masahiro Yamada New
« 1 2 3 »