Re: [PATCH v2 5/7] arm64: dts: mt8183-evb: Fix unit name warnings

2020-07-01 Thread Hsin-Yi Wang
nit name, but no reg or ranges property > Warning (unit_address_vs_reg): /soc/pinctrl@10005000/mmc1@0: node has a > unit name, but no reg or ranges property > > Signed-off-by: Enric Balletbo i Serra Tested-by: Hsin-Yi Wang > --- > > Changes in v2: None > > arch/ar

Re: [PATCH v2 4/7] arm64: dts: mt8183: Fix unit name warnings

2020-07-01 Thread Hsin-Yi Wang
a unit name, but no reg or ranges property > Warning (unit_address_vs_reg): /cpus/idle-states/cluster-sleep@1: node has > a unit name, but no reg or ranges property > > Signed-off-by: Enric Balletbo i Serra Tested-by: Hsin-Yi Wang > --- > > Changes in v2: > - Repla

Re: [PATCH v2 7/7] arm64: dts: mt8183: Add krane-sku176 board

2020-07-01 Thread Hsin-Yi Wang
e happens with the baseboard codenamed kukui where > different variants, apart from kukui variant can take advantage of the > shared resources. > > Signed-off-by: Ben Ho > [originally created by Ben Ho but adapted and ported to mainline] > Signed-off-by: Enric Balletbo i Serra Tested-by

Re: [PATCH v2 6/7] arm64: dts: mt8183: Add USB3.0 support

2020-07-01 Thread Hsin-Yi Wang
On Thu, Jun 25, 2020 at 6:18 PM Enric Balletbo i Serra wrote: > > Add the USB3.0 phyter and controller for the MediaTek's MT8183 SoC. > > Signed-off-by: Enric Balletbo i Serra Tested-by: Hsin-Yi Wang > --- > > Changes in v2: > - Move adding #phy-cells to this patch.

[PATCH v2] drm/mediatek: check plane visibility in atomic_update

2020-06-22 Thread Hsin-Yi Wang
Disable the plane if it's not visible. Otherwise mtk_ovl_layer_config() would proceed with invalid plane and we may see vblank timeout. Fixes: 119f5173628a ("drm/mediatek: Add DRM Driver for Mediatek SoC MT8173.") Signed-off-by: Hsin-Yi Wang Reviewed-by: Chun-Kuang Hu --- v2

[PATCH v3] drm/mediatek: check plane visibility in atomic_update

2020-06-22 Thread Hsin-Yi Wang
Disable the plane if it's not visible. Otherwise mtk_ovl_layer_config() would proceed with invalid plane and we may see vblank timeout. Fixes: 119f5173628a ("drm/mediatek: Add DRM Driver for Mediatek SoC MT8173.") Signed-off-by: Hsin-Yi Wang Reviewed-by: Chun-Kuan

Re: [PATCH v2] drm/mediatek: check plane visibility in atomic_update

2020-06-22 Thread Hsin-Yi Wang
On Mon, Jun 22, 2020 at 11:20 PM Tomasz Figa wrote: > > Hi Hsin-Yi, > > On Mon, Jun 22, 2020 at 11:01:09PM +0800, Hsin-Yi Wang wrote: > > Disable the plane if it's not visible. Otherwise mtk_ovl_layer_config() > > would proceed with invalid plane and we may see

[PATCH v4] drm/mediatek: check plane visibility in atomic_update

2020-06-22 Thread Hsin-Yi Wang
Disable the plane if it's not visible. Otherwise mtk_ovl_layer_config() would proceed with invalid plane and we may see vblank timeout. Fixes: 119f5173628a ("drm/mediatek: Add DRM Driver for Mediatek SoC MT8173.") Signed-off-by: Hsin-Yi Wang Reviewed-by: Chun-Kuang Hu Reviewed-

[PATCH] media: mtk-vcodec: remove allocated dma_parms

2020-09-02 Thread Hsin-Yi Wang
bin Murphy Signed-off-by: Hsin-Yi Wang --- drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c | 9 + drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c | 9 + 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/drivers/media/platform/mtk-vcodec/mtk_vcodec_d

Re: [PATCH] media: mtk-vcodec: set dma max segment size

2020-09-02 Thread Hsin-Yi Wang
On Wed, Sep 2, 2020 at 10:25 PM Robin Murphy wrote: > > On 2020-08-21 05:14, Hsin-Yi Wang wrote: > > Set dma max segment size for encoder and decoder driver. > > > > Fix following warning with CONFIG_DMA_API_DEBUG_SG=y > > > > [ 75.147825] [ cut

Re: [PATCH] arm64: dts: mt8173: Re-measure capacity-dmips-mhz

2020-07-08 Thread Hsin-Yi Wang
On Thu, Jul 9, 2020 at 1:01 AM Matthias Brugger wrote: > > > > On 06/07/2020 10:37, Hsin-Yi Wang wrote: > > Re measure capacity-dmips-mhz on elm and hana: > > > > cpu 1: 9502 DMIPS @ 1703 Mhz > > cpu 3: 16250 DMIPS @ 2106 Mhz > > > > ==> 740

[PATCH 2/2] drm/bridge: anx7625: disable regulators when power off

2020-11-12 Thread Hsin-Yi Wang
When suspending the driver, anx7625_power_standby() will be called to turn off reset-gpios and enable-gpios. However, power supplies are not disabled. To save power, the driver can get the power supply regulators and turn off them in anx7625_power_standby(). Signed-off-by: Hsin-Yi Wang

[PATCH 1/2] dt-bindings: drm/bridge: anx7625: Add power supplies

2020-11-12 Thread Hsin-Yi Wang
anx7625 requires 3 power supply regulators. Signed-off-by: Hsin-Yi Wang --- .../display/bridge/analogix,anx7625.yaml | 18 ++ 1 file changed, 18 insertions(+) diff --git a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml b/Documentation/devicetree

Re: [RESEND v7, PATCH 4/7] mtk-mmsys: add mt8183 mmsys support

2020-11-16 Thread Hsin-Yi Wang
On Sat, Aug 8, 2020 at 2:53 AM Yongqiang Niu wrote: > > add mt8183 mmsys support > > Signed-off-by: Yongqiang Niu > --- > drivers/soc/mediatek/mmsys/Makefile | 1 + > drivers/soc/mediatek/mmsys/mt8183-mmsys.c | 154 > ++ > drivers/soc/mediatek/mtk-mmsys.c

[PATCH] arm64: dts: mt8173: elm: Fix nor_flash node property

2020-07-27 Thread Hsin-Yi Wang
bus-width and non-removable is not used by the driver. max-frequency should be spi-max-frequency for flash node. Fixes: 689b937bedde ("arm64: dts: mediatek: add mt8173 elm and hana board") Reported-by: Nicolas Boichat Signed-off-by: Hsin-Yi Wang --- arch/arm64/boot/dts/mediatek/mt817

[PATCH] arm64: dts: mt8173: Re-measure capacity-dmips-mhz

2020-07-06 Thread Hsin-Yi Wang
Re measure capacity-dmips-mhz on elm and hana: cpu 1: 9502 DMIPS @ 1703 Mhz cpu 3: 16250 DMIPS @ 2106 Mhz ==> 740 : 1024 Signed-off-by: Hsin-Yi Wang --- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/

[PATCH 1/2] arm64: dts: mt8173: elm: Set uart0 to mmio32 iotype

2020-09-09 Thread Hsin-Yi Wang
Set uart0 iotype to mmio32 to make earlycon work with stdout-path. Signed-off-by: Hsin-Yi Wang --- arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi b/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi

[PATCH 2/2] arm64: dts: mt8183: kukui: Set uart0 to mmio32 iotype

2020-09-09 Thread Hsin-Yi Wang
Set uart0 iotype to mmio32 to make earlycon work with stdout-path. Signed-off-by: Hsin-Yi Wang --- arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/boot/dts/mediatek/mt8183

Re: [PATCH 1/2] arm64: dts: mt8173: elm: Set uart0 to mmio32 iotype

2020-09-10 Thread Hsin-Yi Wang
On Thu, Sep 10, 2020 at 3:20 PM Enric Balletbo i Serra wrote: > > Hi Hsin-Yi, > > On 10/9/20 7:46, Hsin-Yi Wang wrote: > > Set uart0 iotype to mmio32 to make earlycon work with stdout-path. > > > > Signed-off-by: Hsin-Yi Wang > > --- > > arch/a

[PATCH v2 1/2] arm64: dts: mt8173: Set uart to mmio32 iotype

2020-09-10 Thread Hsin-Yi Wang
Set uart iotype to mmio32 to make earlycon work with stdout-path. Signed-off-by: Hsin-Yi Wang --- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi index

[PATCH v2 2/2] arm64: dts: mt8183: Set uart to mmio32 iotype

2020-09-10 Thread Hsin-Yi Wang
Set uart iotype to mmio32 to make earlycon work with stdout-path. Signed-off-by: Hsin-Yi Wang --- arch/arm64/boot/dts/mediatek/mt8183.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8183.dtsi b/arch/arm64/boot/dts/mediatek/mt8183.dtsi index

Re: [PATCH 1/2] arm64: dts: mt8173: elm: Set uart0 to mmio32 iotype

2020-09-10 Thread Hsin-Yi Wang
On Thu, Sep 10, 2020 at 4:16 PM Enric Balletbo i Serra wrote: > > Hi Hsin-Yi, > > On 10/9/20 9:57, Hsin-Yi Wang wrote: > > On Thu, Sep 10, 2020 at 3:20 PM Enric Balletbo i Serra > > wrote: > >> > >> Hi Hsin-Yi, > >> > >> On 10/9/20 7

Re: [PATCH v2 1/2] arm64: dts: mt8173: Set uart to mmio32 iotype

2020-09-10 Thread Hsin-Yi Wang
On Thu, Sep 10, 2020 at 6:25 PM Matthias Brugger wrote: > > Hi, > > On 10/09/2020 10:43, Hsin-Yi Wang wrote: > > Set uart iotype to mmio32 to make earlycon work with stdout-path. > > > > Signed-off-by: Hsin-Yi Wang > > --- > > arch/arm64/boot/dts/medi

[PATCH 2/2] tty: serial: 8250_mtk: set regshift for mmio32

2020-09-11 Thread Hsin-Yi Wang
To use mmio32, we also need to set regshift. Signed-off-by: Hsin-Yi Wang --- drivers/tty/serial/8250/8250_mtk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tty/serial/8250/8250_mtk.c b/drivers/tty/serial/8250/8250_mtk.c index 7b0dec14c8b80..41f4120abdf29 100644 --- a/drivers

[PATCH 1/2] tty: serial: print earlycon info after match->setup

2020-09-11 Thread Hsin-Yi Wang
8250 devices may modify iotype in their own earlycon setup. For example: 8250_mtk and 8250_uniphier force iotype to be MMIO32. Print earlycon info after match->setup to reflect actual earlycon info. Signed-off-by: Hsin-Yi Wang --- drivers/tty/serial/earlycon.c | 9 - 1 file changed

Re: [PATCH v2 1/2] arm64: dts: mt8173: Set uart to mmio32 iotype

2020-09-11 Thread Hsin-Yi Wang
On Thu, Sep 10, 2020 at 9:40 PM Hsin-Yi Wang wrote: > > On Thu, Sep 10, 2020 at 6:25 PM Matthias Brugger > wrote: > > > > Hi, > > > > On 10/09/2020 10:43, Hsin-Yi Wang wrote: > > > Set uart iotype to mmio32 to make earlycon work with stdout-pat

Re: [PATCH 1/2] tty: serial: print earlycon info after match->setup

2020-09-14 Thread Hsin-Yi Wang
On Tue, Sep 15, 2020 at 12:06 AM Andy Shevchenko wrote: > > On Fri, Sep 11, 2020 at 05:39:26PM +0800, Hsin-Yi Wang wrote: > > 8250 devices may modify iotype in their own earlycon setup. For example: > > 8250_mtk and 8250_uniphier force iotype to be MMIO32. Print earlycon in

[PATCH v2 2/2] tty: serial: 8250_mtk: set regshift for mmio32

2020-09-14 Thread Hsin-Yi Wang
To use mmio32, we also need to set regshift. Signed-off-by: Hsin-Yi Wang --- Change: v1->v2: none --- drivers/tty/serial/8250/8250_mtk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tty/serial/8250/8250_mtk.c b/drivers/tty/serial/8250/8250_mtk.c index 7b0dec14c8

[PATCH v2 1/2] tty: serial: print earlycon info after match->setup

2020-09-14 Thread Hsin-Yi Wang
8250 devices may modify iotype in their own earlycon setup. For example: 8250_mtk and 8250_uniphier force iotype to be MMIO32. Print earlycon info after match->setup to reflect actual earlycon info. Signed-off-by: Hsin-Yi Wang --- Change: v1->v2: rename function --- drivers/tty/

Re: [PATCH 11/12] soc: mediatek: pm-domains: Add support for mt8183

2020-09-25 Thread Hsin-Yi Wang
On Wed, Sep 16, 2020 at 8:19 PM Matthias Brugger wrote: > > > > On 16/09/2020 11:46, Matthias Brugger wrote: > > > > > > On 10/09/2020 19:28, Enric Balletbo i Serra wrote: > >> From: Matthias Brugger > >> > >> Add the needed board data to support mt8183 SoC. > >> > >> Signed-off-by: Matthias Brug

Re: [PATCH] arm64: dts: mt8173: elm: Fix nor_flash node property

2020-09-15 Thread Hsin-Yi Wang
On Fri, Jul 31, 2020 at 7:21 PM Enric Balletbo i Serra wrote: > > Hi Hsin-Yi, > > Thank you for your patch. > > On 27/7/20 9:41, Hsin-Yi Wang wrote: > > bus-width and non-removable is not used by the driver. > > max-frequency should be spi-max-frequency for flash nod

[PATCH v6 1/3] arm64: map FDT as RW for early_init_dt_scan()

2019-06-11 Thread Hsin-Yi Wang
Currently in arm64, FDT is mapped to RO before it's passed to early_init_dt_scan(). However, there might be some codes (eg. commit "fdt: add support for rng-seed") that need to modify FDT during init. Map FDT to RO after early fixups are done. Signed-off-by: Hsin-Yi Wang Revie

[PATCH v6 0/3] add support for rng-seed

2019-06-11 Thread Hsin-Yi Wang
Introducing a chosen node, rng-seed, which is an entropy that can be passed to kernel called very early to increase initial device randomness. Hsin-Yi Wang (3): arm64: map FDT as RW for early_init_dt_scan() fdt: add support for rng-seed arm64: kexec_file: add rng-seed support arch/arm64

[PATCH v6 2/3] fdt: add support for rng-seed

2019-06-11 Thread Hsin-Yi Wang
Introducing a chosen node, rng-seed, which is an entropy that can be passed to kernel called very early to increase initial device randomness. Bootloader should provide this entropy and the value is read from /chosen/rng-seed in DT. Signed-off-by: Hsin-Yi Wang Reviewed-by: Stephen Boyd

[PATCH v6 3/3] arm64: kexec_file: add rng-seed support

2019-06-11 Thread Hsin-Yi Wang
Adding "rng-seed" to dtb. It's fine to add this property if original fdt doesn't contain it. Since original seed will be wiped after read, so use a default size 128 bytes here. Signed-off-by: Hsin-Yi Wang Reviewed-by: Stephen Boyd --- change log v5->v6: * no change

[PATCH v2 1/4] drm: mediatek: fix unbind functions

2019-05-29 Thread Hsin-Yi Wang
detatch panel in mtk_dsi_destroy_conn_enc(), since .bind will try to attach it again. Fixes: 2e54c14e310f ("drm/mediatek: Add DSI sub driver") Signed-off-by: Hsin-Yi Wang --- change log v1->v2: * mipi_dsi_host_unregister() should be fixed in another patch on the list. --- dr

Re: [PATCH RFC 1/2] PM / devfreq: Generic CPU frequency to device frequency mapping governor

2019-06-20 Thread Hsin-Yi Wang
75195/ Hsin-Yi On Thu, Jun 20, 2019 at 2:56 PM Chanwoo Choi wrote: > > + Sibi Sankar > > Hi, Hsin-Yi Wang, Saravana Kannan and Sibi Sankar > > I summarized the history of the related patch about this title. > > Firstly, > As I knew, Saravana sent the patch[1] which con

Re: [PATCH RFC 1/2] PM / devfreq: Generic CPU frequency to device frequency mapping governor

2019-06-20 Thread Hsin-Yi Wang
Thanks! On Thu, Jun 20, 2019 at 5:41 PM Sibi Sankar wrote: > > Hey Hsin-Yi, Chanwoo > > On 2019-06-20 15:02, Hsin-Yi Wang wrote: > > Hi Chanwoo Choi, Saravana Kannan and Sibi Sankar, > > > > I've also tested Sibi Sankar's patch[1] locally with mt8183-cci

[PATCH v3 1/3] include/of_fdt.h: add a weak arch hook to update fdt pgprot

2019-05-16 Thread Hsin-Yi Wang
Does nothing as default, arch can implement their function to map fdt to RO/RW. This is convenient if arch map fdt to RO during init but needs to write fdt in some special cases after that. Signed-off-by: Hsin-Yi Wang --- drivers/of/fdt.c | 13 + include/linux/of_fdt.h | 2

[PATCH v3 2/3] arm64: implement update_fdt_pgprot()

2019-05-16 Thread Hsin-Yi Wang
Basically does similar things like __fixmap_remap_fdt(). It's supposed to be called after fixmap_remap_fdt() is called at least once, so region checking can be skipped. Since it needs to know dt physical address, make a copy of the value of __fdt_pointer. Signed-off-by: Hsin-Yi Wang ---

[PATCH v3 3/3] fdt: add support for rng-seed

2019-05-16 Thread Hsin-Yi Wang
Introducing a chosen node, rng-seed, which is an entropy that can be passed to kernel called very early to increase initial device randomness. Bootloader should provide this entropy and the value is read from /chosen/rng-seed in DT. Signed-off-by: Hsin-Yi Wang --- change v2->v3: 1. use arch h

Re: [PATCH v3 2/3] arm64: implement update_fdt_pgprot()

2019-05-16 Thread Hsin-Yi Wang
On Thu, May 16, 2019 at 10:37 PM Rob Herring wrote: > > Why not just map the FDT R/W at the start and change it to RO just > before calling unflatten_device_tree? Then all the FDT scanning > functions or any future fixups we need can just assume R/W. That is > essentially what Stephen suggested.

Re: [PATCH v3 2/3] arm64: implement update_fdt_pgprot()

2019-05-16 Thread Hsin-Yi Wang
On Thu, May 16, 2019 at 11:32 PM Rob Herring wrote: > Doesn't kexec operate on a copy because it already does modifications. > Hi Rob, This patch is to assist "[PATCH v3 3/3] fdt: add support for rng-seed" (https://lkml.org/lkml/2019/5/16/257). I thought that by default second kernel would use o

Re: [PATCH v2 1/8] arm64: dts: mt8183: add thermal zone node

2019-05-29 Thread Hsin-Yi Wang
On Fri, May 10, 2019 at 9:27 PM michael.kao wrote: > + > + tzts1: tzts1 { > + polling-delay-passive = <0>; > + polling-delay = <0>; > + thermal-sensors = <&thermal 1>; > +

Re: [PATCH v2 1/4] soc: mediatek: Enable mmsys driver by default if Mediatek arch is selected

2020-05-12 Thread Hsin-Yi Wang
s > not real as it can build without the clock driver. Instead of depends on > a specific model, make the driver depends on the generic ARCH_MEDIATEK and > enable by default so other Mediatek devices can start using it without > flood the Kconfig. > > Signed-off-by: Enric Ballet

[PATCH] drm/mediatek: check plane visibility in atomic_update

2020-06-21 Thread Hsin-Yi Wang
Disable the plane if it's not visible. Otherwise mtk_ovl_layer_config() would proceed with invalid plane and we may see vblank timeout. Signed-off-by: Hsin-Yi Wang --- drivers/gpu/drm/mediatek/mtk_drm_plane.c | 23 +-- 1 file changed, 13 insertions(+), 10 deletions(-)

[tip:x86/apic] x86/apic: Trivial coding style fixes

2018-07-30 Thread tip-bot for Yi Wang
Commit-ID: 843c408905010fbc44a564d2de6a3cd68d986abf Gitweb: https://git.kernel.org/tip/843c408905010fbc44a564d2de6a3cd68d986abf Author: Yi Wang AuthorDate: Fri, 27 Jul 2018 14:15:03 +0800 Committer: Thomas Gleixner CommitDate: Mon, 30 Jul 2018 19:56:30 +0200 x86/apic: Trivial coding

[tip:timers/core] timer: Fix coding style

2018-07-19 Thread tip-bot for Yi Wang
Commit-ID: 30587589251a00974115e0815ac316980f48dbb5 Gitweb: https://git.kernel.org/tip/30587589251a00974115e0815ac316980f48dbb5 Author: Yi Wang AuthorDate: Mon, 16 Jul 2018 14:08:57 +0800 Committer: Thomas Gleixner CommitDate: Thu, 19 Jul 2018 16:52:40 +0200 timer: Fix coding style

[tip:sched/core] sched/topology: Check variable group before dereferencing it

2018-07-25 Thread tip-bot for Yi Wang
Commit-ID: 6cd0c583b04b2bd9415e07b51b63ab799949dd66 Gitweb: https://git.kernel.org/tip/6cd0c583b04b2bd9415e07b51b63ab799949dd66 Author: Yi Wang AuthorDate: Mon, 23 Jul 2018 12:19:07 +0800 Committer: Ingo Molnar CommitDate: Wed, 25 Jul 2018 11:25:07 +0200 sched/topology: Check variable

[tip:x86/cleanups] x86/headers: Fix -Wmissing-prototypes warning

2018-11-22 Thread tip-bot for Yi Wang
Commit-ID: 89f579ce99f7e028e81885d3965f973c0f787611 Gitweb: https://git.kernel.org/tip/89f579ce99f7e028e81885d3965f973c0f787611 Author: Yi Wang AuthorDate: Thu, 22 Nov 2018 10:04:09 +0800 Committer: Ingo Molnar CommitDate: Fri, 23 Nov 2018 07:59:59 +0100 x86/headers: Fix -Wmissing

[tip:x86/cleanups] x86/headers: Fix -Wmissing-prototypes warning

2018-11-22 Thread tip-bot for Yi Wang
Commit-ID: d37904c5b14317a2c76efec6b9e4dbcaa17380e5 Gitweb: https://git.kernel.org/tip/d37904c5b14317a2c76efec6b9e4dbcaa17380e5 Author: Yi Wang AuthorDate: Thu, 22 Nov 2018 10:04:09 +0800 Committer: Ingo Molnar CommitDate: Thu, 22 Nov 2018 09:52:28 +0100 x86/headers: Fix -Wmissing

[tip:sched/urgent] sched/fair: Fix a comment in task_numa_fault()

2018-11-04 Thread tip-bot for Yi Wang
Commit-ID: e1ff516a56ad56c476b47795d3811eef79d25fbe Gitweb: https://git.kernel.org/tip/e1ff516a56ad56c476b47795d3811eef79d25fbe Author: Yi Wang AuthorDate: Mon, 5 Nov 2018 08:50:13 +0800 Committer: Ingo Molnar CommitDate: Mon, 5 Nov 2018 07:03:59 +0100 sched/fair: Fix a comment in

[tip:x86/urgent] x86/hyper-v: Fix indentation in hv_do_fast_hypercall16()

2018-11-05 Thread tip-bot for Yi Wang
Commit-ID: eb8fde6217d6229155c7ec6bdf6b31e4717fb3da Gitweb: https://git.kernel.org/tip/eb8fde6217d6229155c7ec6bdf6b31e4717fb3da Author: Yi Wang AuthorDate: Mon, 29 Oct 2018 15:17:31 +0800 Committer: Thomas Gleixner CommitDate: Mon, 5 Nov 2018 12:35:03 +0100 x86/hyper-v: Fix

[tip:x86/urgent] x86/hyper-v: Fix indentation in hv_do_fast_hypercall16()

2018-11-05 Thread tip-bot for Yi Wang
Commit-ID: b42967dcac1d4f5b059ec25568136462bcb051fe Gitweb: https://git.kernel.org/tip/b42967dcac1d4f5b059ec25568136462bcb051fe Author: Yi Wang AuthorDate: Mon, 29 Oct 2018 15:17:31 +0800 Committer: Thomas Gleixner CommitDate: Mon, 5 Nov 2018 16:45:24 +0100 x86/hyper-v: Fix

[tip:x86/urgent] x86/e820: Use proper booleans instead of 0/1

2019-07-16 Thread tip-bot for Yi Wang
Commit-ID: f709f81483d652b4ae5bbda2204b95593ce07c8f Gitweb: https://git.kernel.org/tip/f709f81483d652b4ae5bbda2204b95593ce07c8f Author: Yi Wang AuthorDate: Mon, 15 Jul 2019 10:47:09 +0800 Committer: Thomas Gleixner CommitDate: Tue, 16 Jul 2019 23:13:49 +0200 x86/e820: Use proper

[tip: timers/urgent] posix-cpu-timers: Fix two trivial comments

2019-10-23 Thread tip-bot2 for Yi Wang
The following commit has been merged into the timers/urgent branch of tip: Commit-ID: 7f2cbcbcafbca5360efbd175b3320852b8f7c637 Gitweb: https://git.kernel.org/tip/7f2cbcbcafbca5360efbd175b3320852b8f7c637 Author:Yi Wang AuthorDate:Mon, 21 Oct 2019 15:44:12 +08:00 Committer

[tip:sched/core] sched/stats: Fix unlikely() use of sched_info_on()

2019-07-25 Thread tip-bot for Yi Wang
Commit-ID: 65d74e91694e1afac40c96fb64a9ef120757729e Gitweb: https://git.kernel.org/tip/65d74e91694e1afac40c96fb64a9ef120757729e Author: Yi Wang AuthorDate: Fri, 5 Jul 2019 12:35:07 +0800 Committer: Ingo Molnar CommitDate: Thu, 25 Jul 2019 15:51:55 +0200 sched/stats: Fix unlikely() use

<    1   2   3   4   5