Toggle navigation
Patchwork
Patches credited to Masahiro Yamada
Login
Register
Mail settings
Current Team Memberships
None
Show patches with
: Archived =
No
| 4202 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
Apply
«
1
2
...
19
20
21
…
42
43
»
▾
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[2/6] kconfig: call sym_calc_value() for all symbols before writing to .config
[1/6] kconfig: do not call check_conf() for olddefconfig
-
-
-
2018-01-10
Masahiro Yamada
New
[1/6] kconfig: do not call check_conf() for olddefconfig
[1/6] kconfig: do not call check_conf() for olddefconfig
-
-
-
2018-01-10
Masahiro Yamada
Superseded
[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
[7/7] libfdt: migrate include/libfdt_env.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
Superseded
[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
[3/7] tools: include necessary headers explicitly
[1/7] libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
-
-
-
2018-01-09
Masahiro Yamada
Superseded
[2/7] libfdt: fix <linux/libfdt.h>
[1/7] libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
-
-
-
2018-01-09
Masahiro Yamada
Superseded
[1/7] libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
[1/7] libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
-
-
-
2018-01-09
Masahiro Yamada
Superseded
[6/6] fixdep: use existing helper to check modular CONFIG options
[1/6] fixdep: use malloc() and read() to load dep_file to buffer
-
-
-
2018-01-09
Masahiro Yamada
Superseded
[5/6] fixdep: refactor parse_dep_file()
[1/6] fixdep: use malloc() and read() to load dep_file to buffer
-
-
-
2018-01-09
Masahiro Yamada
Superseded
[4/6] fixdep: move global variables to local variables of main()
[1/6] fixdep: use malloc() and read() to load dep_file to buffer
-
-
-
2018-01-09
Masahiro Yamada
New
[3/6] fixdep: remove unneeded memcpy() in parse_dep_file()
[1/6] fixdep: use malloc() and read() to load dep_file to buffer
-
-
-
2018-01-09
Masahiro Yamada
Superseded
[2/6] fixdep: merge do_config_file() and print_deps() into load_file()
[1/6] fixdep: use malloc() and read() to load dep_file to buffer
-
-
-
2018-01-09
Masahiro Yamada
New
[1/6] fixdep: use malloc() and read() to load dep_file to buffer
[1/6] fixdep: use malloc() and read() to load dep_file to buffer
-
-
-
2018-01-09
Masahiro Yamada
Superseded
[v2] libfdt: remove unnecessary include directive from <linux/libfdt.h>
[v2] libfdt: remove unnecessary include directive from <linux/libfdt.h>
-
-
-
2018-01-07
Masahiro Yamada
Accepted
libfdt: remove unnecessary include directive from <linux/libfdt.h>
libfdt: remove unnecessary include directive from <linux/libfdt.h>
-
-
-
2018-01-06
Masahiro Yamada
Accepted
[2/2] libfdt: fix <linux/libfdt.h>
[1/2] libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
-
-
-
2018-01-06
Masahiro Yamada
Superseded
[1/2] libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
[1/2] libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
-
-
-
2018-01-06
Masahiro Yamada
Superseded
[3/3] ARM: uniphier: hide memory top by platform hook instead of CONFIG
ARM: uniphier: updates for v2017.03 MW
-
-
-
2018-01-06
Masahiro Yamada
Accepted
[2/3] ARM: uniphier: enable CONFIG_MMC_SDHCI_SDMA for ARMv8 SoCs
ARM: uniphier: updates for v2017.03 MW
-
-
-
2018-01-06
Masahiro Yamada
Accepted
[1/3] ARM: uniphier: do not use RAM that exceeds 32 bit address range
ARM: uniphier: updates for v2017.03 MW
-
-
-
2018-01-06
Masahiro Yamada
Accepted
config_whitelist: remove false-positive CONFIG options
config_whitelist: remove false-positive CONFIG options
-
-
-
2018-01-05
Masahiro Yamada
New
of: unittest: refactor Makefile
of: unittest: refactor Makefile
-
-
-
2018-01-05
Masahiro Yamada
Accepted
pinctrl: remove redundant mux_setting clear in pinmux_disable_setting()
pinctrl: remove redundant mux_setting clear in pinmux_disable_setting()
-
-
-
2018-01-05
Masahiro Yamada
Accepted
[2/2] build_bug.h: remove BUILD_BUG_ON_NULL()
Consolidate BUILD_BUG macros
-
-
-
2018-01-05
Masahiro Yamada
Accepted
[1/2] genl_magic: remove own BUILD_BUG_ON*() defines
Consolidate BUILD_BUG macros
-
-
-
2018-01-05
Masahiro Yamada
Accepted
uniphier: clean-up platform makefile
-
-
-
2018-01-04
Masahiro Yamada
New
[8/8] mmc: sdhci: change data transfer failure into debug message
mmc: some fixes for core and add HS200 support for sdhci-cadence
-
-
-
2017-12-29
Masahiro Yamada
Accepted
[7/8] mmc: sdhci-cadence: add HS200 support
mmc: some fixes for core and add HS200 support for sdhci-cadence
-
-
-
2017-12-29
Masahiro Yamada
Superseded
[6/8] mmc: sdhci-cadence: call mmc_of_parse()
mmc: some fixes for core and add HS200 support for sdhci-cadence
-
-
-
2017-12-29
Masahiro Yamada
Accepted
[5/8] mmc: sdhci-cadence: use bitfield access macros for cleanup
mmc: some fixes for core and add HS200 support for sdhci-cadence
-
-
-
2017-12-29
Masahiro Yamada
Accepted
[4/8] mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()
mmc: some fixes for core and add HS200 support for sdhci-cadence
-
-
-
2017-12-29
Masahiro Yamada
Accepted
[3/8] mmc: let mmc_of_parse() fail for insane bus-width value
mmc: some fixes for core and add HS200 support for sdhci-cadence
-
-
-
2017-12-29
Masahiro Yamada
Accepted
[2/8] mmc: do not overwrite cfg->f_max if "max-frequency" if missing
mmc: some fixes for core and add HS200 support for sdhci-cadence
-
-
-
2017-12-29
Masahiro Yamada
Accepted
[1/8] dm: add dev_read_u32()
mmc: some fixes for core and add HS200 support for sdhci-cadence
-
-
-
2017-12-29
Masahiro Yamada
Accepted
serial: 8250_of: fix return code when probe function fails to get reset
serial: 8250_of: fix return code when probe function fails to get reset
-
-
-
2017-12-27
Masahiro Yamada
Accepted
Build: trivial fixes
-
-
-
2017-12-24
Masahiro Yamada
New
linux/kernel.h: Add ALIGN_DOWN macro
linux/kernel.h: Add ALIGN_DOWN macro
-
-
-
2017-12-21
Masahiro Yamada
Accepted
uniphier: a bundle of fixes
-
-
-
2017-12-20
Masahiro Yamada
New
[2/2] kconfig: drop 'boolean' keyword
[1/2] kconfig: use bool instead of boolean for type definition attributes, again
-
-
-
2017-12-15
Masahiro Yamada
Accepted
[1/2] kconfig: use bool instead of boolean for type definition attributes, again
[1/2] kconfig: use bool instead of boolean for type definition attributes, again
-
-
-
2017-12-15
Masahiro Yamada
Accepted
kconfig: display recursive dependency resolution hint just once
kconfig: display recursive dependency resolution hint just once
-
-
-
2017-12-15
Masahiro Yamada
Accepted
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
-
-
-
2017-12-11
Masahiro Yamada
New
[3/3] kconfig: generate lexer and parser during build instead of shipping
kbuild,kconfig: generate lexer/parser C files instead of copying _shipped files
-
-
-
2017-12-09
Masahiro Yamada
Accepted
[2/3] kbuild: prepare to remove C files pre-generated by flex and bison
kbuild,kconfig: generate lexer/parser C files instead of copying _shipped files
-
-
-
2017-12-09
Masahiro Yamada
Accepted
[1/3] kbuild: add LEX and YACC variables
kbuild,kconfig: generate lexer/parser C files instead of copying _shipped files
-
-
-
2017-12-09
Masahiro Yamada
Accepted
usb: dwc3: of-simple: set dev_pm_ops
usb: dwc3: of-simple: set dev_pm_ops
-
-
-
2017-12-07
Masahiro Yamada
Accepted
kbuild: pkg: make out-of-tree rpm/deb-pkg build immediately fail
kbuild: pkg: make out-of-tree rpm/deb-pkg build immediately fail
-
-
-
2017-12-06
Masahiro Yamada
Accepted
[3/3] ARM: uniphier: use FIELD_PREP for PLL settings
[1/3] ARM: uniphier: fix SSCPLL init code for LD11 SoC
-
-
-
2017-12-06
Masahiro Yamada
Accepted
[2/3] ARM: uniphier: compute SSCPLL values more precisely
[1/3] ARM: uniphier: fix SSCPLL init code for LD11 SoC
-
-
-
2017-12-06
Masahiro Yamada
Accepted
[1/3] ARM: uniphier: fix SSCPLL init code for LD11 SoC
[1/3] ARM: uniphier: fix SSCPLL init code for LD11 SoC
-
-
-
2017-12-06
Masahiro Yamada
Accepted
mtd: nand: denali: make NAND_DENALI unconfigurable option
mtd: nand: denali: make NAND_DENALI unconfigurable option
-
-
-
2017-12-06
Masahiro Yamada
Accepted
ARM: uniphier: link pll-base-ld20.o for PXs3
ARM: uniphier: link pll-base-ld20.o for PXs3
-
-
-
2017-12-06
Masahiro Yamada
Accepted
mtd: nand: cafe: clean up DMA address setup
mtd: nand: cafe: clean up DMA address setup
-
-
-
2017-12-05
Masahiro Yamada
Accepted
[v2,3/3] mtd: nand: squash struct nand_buffers into struct nand_chip
[v2,1/3] mtd: nand: cafe: remove use of NAND_OWN_BUFFERS
-
-
-
2017-12-05
Masahiro Yamada
New
[v2,2/3] mtd: nand: remove unused NAND_OWN_BUFFERS flag
[v2,1/3] mtd: nand: cafe: remove use of NAND_OWN_BUFFERS
-
-
-
2017-12-05
Masahiro Yamada
Accepted
[v2,1/3] mtd: nand: cafe: remove use of NAND_OWN_BUFFERS
[v2,1/3] mtd: nand: cafe: remove use of NAND_OWN_BUFFERS
-
-
-
2017-12-05
Masahiro Yamada
Accepted
[GIT,PULL] u-boot-uniphier/master
[GIT,PULL] u-boot-uniphier/master
-
-
-
2017-12-04
Masahiro Yamada
New
mtd: nand: squash struct nand_buffers into struct nand_chip
mtd: nand: squash struct nand_buffers into struct nand_chip
-
-
-
2017-12-04
Masahiro Yamada
New
[v2,5/5] Remove assert()
Remove assert()
-
-
-
2017-12-04
Masahiro Yamada
Superseded
[v2,4/5] treewide: convert assert() to BUG_ON()
Remove assert()
-
-
-
2017-12-04
Masahiro Yamada
Superseded
[v2,3/5] Introduce CONFIG_ENABLE_BUG_CHECKS to disable BUG{_ON} by default
Remove assert()
-
-
-
2017-12-04
Masahiro Yamada
New
[v2,2/5] Enable CONFIG_PANIC_HANG for boards without do_reset()
Remove assert()
-
-
-
2017-12-04
Masahiro Yamada
Superseded
[v2,1/5] Move CONFIG_PANIC_HANG to Kconfig
Remove assert()
-
-
-
2017-12-04
Masahiro Yamada
New
[4/4] mtd: nand: denali: consolidate include directives
[1/4] mtd: nand: Rename nand.h into rawnand.h
-
-
-
2017-11-30
Masahiro Yamada
Accepted
[3/4] mtd: nand: denali_dt: replace printf() with pr_err()
[1/4] mtd: nand: Rename nand.h into rawnand.h
-
-
-
2017-11-30
Masahiro Yamada
Accepted
[2/4] mtd: nand: include <asm/cache.h> from include/linux/mtd/rawnand.h
[1/4] mtd: nand: Rename nand.h into rawnand.h
-
-
-
2017-11-30
Masahiro Yamada
Accepted
[1/4] mtd: nand: Rename nand.h into rawnand.h
[1/4] mtd: nand: Rename nand.h into rawnand.h
-
-
-
2017-11-30
Masahiro Yamada
Accepted
mtd: nand: denali: remove ad-hoc board_nand_init() entry
mtd: nand: denali: remove ad-hoc board_nand_init() entry
-
-
-
2017-11-29
Masahiro Yamada
Accepted
mtd: nand: denali: remove bogus __maybe_unused
mtd: nand: denali: remove bogus __maybe_unused
-
-
-
2017-11-29
Masahiro Yamada
Accepted
[2/2] ARM: socfpga: remove unneeded CONFIG_SYS_NAND_USE_FLASH_BBT
[1/2] ARM: socfpga: remove unused CONFIG_NAND_DENALI_ECC_SIZE
-
-
-
2017-11-29
Masahiro Yamada
Accepted
[1/2] ARM: socfpga: remove unused CONFIG_NAND_DENALI_ECC_SIZE
[1/2] ARM: socfpga: remove unused CONFIG_NAND_DENALI_ECC_SIZE
-
-
-
2017-11-29
Masahiro Yamada
Accepted
drivers: firmware: psci: use pr_* log functions instead of printf()
drivers: firmware: psci: use pr_* log functions instead of printf()
-
-
-
2017-11-29
Masahiro Yamada
Accepted
ARM: uniphier: clean up board_init
ARM: uniphier: clean up board_init
-
-
-
2017-11-29
Masahiro Yamada
Accepted
[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
[5/5] Remove assert()
Remove assert()
-
-
-
2017-11-28
Masahiro Yamada
Superseded
[4/5] treewide: convert assert() to BUG_ON()
Remove assert()
-
-
-
2017-11-28
Masahiro Yamada
Superseded
[3/5] Enable CONFIG_PANIC_HANG for boards without do_reset()
Remove assert()
-
-
-
2017-11-28
Masahiro Yamada
Superseded
[2/5] ARM: openrd: set CONFIG_LOGLEVEL to 2
Remove assert()
-
-
-
2017-11-28
Masahiro Yamada
Accepted
[1/5] Move CONFIG_PANIC_HANG to Kconfig
Remove assert()
-
-
-
2017-11-28
Masahiro Yamada
Superseded
dt-bindings: pinctrl: uniphier: add UniPhier pinctrl binding
dt-bindings: pinctrl: uniphier: add UniPhier pinctrl binding
-
-
-
2017-11-28
Masahiro Yamada
Accepted
dt-bindings: uniphier: add bindings for UniPhier SoC family
dt-bindings: uniphier: add bindings for UniPhier SoC family
-
-
-
2017-11-28
Masahiro Yamada
New
ARM: zynq: remove unused CONFIG_ZC770_XM01* options
ARM: zynq: remove unused CONFIG_ZC770_XM01* options
-
-
-
2017-11-28
Masahiro Yamada
Accepted
MAINTAINERS: exclude other Socionext SoC DT files from ARM/UNIPHIER entry
MAINTAINERS: exclude other Socionext SoC DT files from ARM/UNIPHIER entry
-
-
-
2017-11-28
Masahiro Yamada
Accepted
[GIT,PULL] NAND + UniPhier updates for v2018.01-rc1
[GIT,PULL] NAND + UniPhier updates for v2018.01-rc1
-
-
-
2017-11-28
Masahiro Yamada
New
kbuild: move cc-option and cc-disable-warning after incl. arch Makefile
kbuild: move cc-option and cc-disable-warning after incl. arch Makefile
-
-
-
2017-11-27
Masahiro Yamada
Accepted
[2/2] libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c
libfdt: sync fdt_wip.c with upstream
-
-
-
2017-11-27
Masahiro Yamada
Accepted
[1/2] libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.c
libfdt: sync fdt_wip.c with upstream
-
-
-
2017-11-27
Masahiro Yamada
Accepted
ARM: uniphier: remove unused NAND CONFIG options
ARM: uniphier: remove unused NAND CONFIG options
-
-
-
2017-11-27
Masahiro Yamada
Accepted
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
ARM: make ARCH_S3C24XX select USE_OF and clean-up boot/dts/Makefile
ARM: make ARCH_S3C24XX select USE_OF and clean-up boot/dts/Makefile
-
-
-
2017-11-27
Masahiro Yamada
Accepted
binman: do not add binary files to git
binman: do not add binary files to git
-
-
-
2017-11-27
Masahiro Yamada
New
«
1
2
...
19
20
21
…
42
43
»
Bundling
Create bundle: