...@ellerman.id.au; devicet...@vger.kernel.org; robh...@kernel.org;
> pawel.m...@arm.com; mark.rutl...@arm.com; ijc+devicet...@hellion.org.uk;
> Rai Harninder-B01044
> Cc: Lian Minghuan-B31939; Hu Mingkai-B21284; Hou Zhiqiang-B48286
> Subject: [PATCH V4 2/2] powerpc/85xx: Add PCIe contr
.@kernel.org; pawel.m...@arm.com;
> mark.rutl...@arm.com; ijc+devicet...@hellion.org.uk; Rai Harninder-B01044;
> Lian Minghuan-B31939; Hu Mingkai-B21284; Hou Zhiqiang-B48286
> Subject: Re: [PATCH V3 1/2] powerpc/fsl: Add PCI node in device tree of
> bsc9132qds
>
> On Thu, 2015-11-05 at 10
> -Original Message-
> From: Wood Scott-B07421
> Sent: 2015年10月17日 9:34
> To: Hou Zhiqiang-B48286
> Cc: linuxppc-dev@lists.ozlabs.org; ga...@kernel.crashing.org;
> b...@kernel.crashing.org; pau...@samba.org; m...@ellerman.id.au;
> devicet...@vger.kernel.org; robh..
> -Original Message-
> From patchwork Sun Sep 20 04:29:53 2015
>
> Content-Type: text/plain; charset="utf-8"
>
> MIME-Version: 1.0
>
> Content-Tran
> -Original Message-
> From: Wood Scott-B07421
> Sent: 2015年10月15日 4:36
> To: Hou Zhiqiang-B48286
> Cc: linuxppc-dev@lists.ozlabs.org; ga...@kernel.crashing.org;
> b...@kernel.crashing.org; pau...@samba.org; m...@ellerman.id.au;
> devicet...@vger.kernel.org; robh..
gt; B07421
> Cc: Hu Mingkai-B21284; Wang Dongsheng-B40534; Hou Zhiqiang-B48286
> Subject: [PATCH V2] powerpc/85xx: Remove unused pci fixup hooks on
> c293pcie
>
> From: Hou Zhiqiang
>
> The c293pcie board is an endpoint device and it doesn't need PM, so
> remove h
> -Original Message-
> From: Wood Scott-B07421
> Sent: 2015年8月1日 1:24
> To: Hou Zhiqiang-B48286
> Cc: ga...@kernel.crashing.org; linuxppc-dev@lists.ozlabs.org; Hu Mingkai-
> B21284; Wang Dongsheng-B40534
> Subject: Re: [PATCH] c293/pci: remove hook pcibios_fixup_phb
Hi Dongsheng and Scott,
Do you have any comment?
> -Original Message-
> From: Zhiqiang Hou [mailto:b48...@freescale.com]
> Sent: 2015年7月21日 18:10
> To: ga...@kernel.crashing.org; linuxppc-dev@lists.ozlabs.org
> Cc: Hu Mingkai-B21284; Wang Dongsheng-B40534; Hou Zhiqiang-B
Hi Scott,
> -Original Message-
> From: Wood Scott-B07421
> Sent: 2015年7月29日 10:35
> To: Hou Zhiqiang-B48286
> Cc: linuxppc-dev@lists.ozlabs.org; b...@kernel.crashing.org;
> pau...@samba.org; m...@ellerman.id.au; Hu Mingkai-B21284
> Subject: Re: [PATCH] powerpc/fs
Hi Scott and all,
Please ignore this patch!
> -Original Message-
> From: Wood Scott-B07421
> Sent: 2015年7月25日 10:48
> To: Hou Zhiqiang-B48286
> Cc: linuxppc-dev@lists.ozlabs.org; b...@kernel.crashing.org;
> pau...@samba.org; m...@ellerman.id.au; Hu Mingkai-B21284
>
t;bus_num, and the spi_master->bus_num maybe
dynamically fetched. So, in this case, replace the component bus_num
with the physical address of spi master.
Signed-off-by: Hou Zhiqiang
---
V5:
Rebase on the latest l2-mtd tree.
V4:
add check no-NULL for pointer of master's dev
t;bus_num, and the spi_master->bus_num maybe
dynamically fetched. So, in this case, replace the component bus_num
with thei physical address of spi master.
Signed-off-by: Hou Zhiqiang
---
V4:
add check no-NULL for pointer of master's device node, and if it failed
to get physcial
t;bus_num, and the spi_master->bus_num maybe
dynamically fetched. So, in this case, replace the component bus_num
with thei physical address of spi master.
Signed-off-by: Hou Zhiqiang
---
v3:
Fix a bug, matching unsigned long long with "%llx".
v2:
1. Fix some code style
t;bus_num, and the spi_master->bus_num maybe
dynamically fetched. So, in this case, replace the component bus_num
with thei physical address of spi master.
Signed-off-by: Hou Zhiqiang
---
v2:
1. Fix some code style issue.
2. Cast physical address to unsigned long long.
d
t;bus_num, and the spi_master->bus_num maybe
dynamically fetched. So, in this case, replace the component bus_num
with thei physical address of spi master.
Signed-off-by: Hou Zhiqiang
---
drivers/mtd/devices/m25p80.c | 18 +++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --gi
t;bus_num, and the spi_master->bus_num maybe
dynamically fetched.
So, give the mtd_info a new fiexd name "name.cs", "name" is name of
spi_device_id and "cs" is chip-select in spi_dev.
Signed-off-by: Hou Zhiqiang
---
v2:
- add check for return value of function
t;bus_num, and the spi_master->bus_num maybe
dynamically fetched.
So, give the mtd_info a new fiexd name "name.cs", "name" is name of
spi_device_id and "cs" is chip-select in spi_dev.
Signed-off-by: Hou Zhiqiang
---
drivers/mtd/devices/m25p80.c | 3 ++-
1 file cha
Add PM support using callback function suspend and resume in
.driver.pm of spi_driver.
Signed-off-by: Hou Zhiqiang
---
v2:
- Replace .driver.suspend and .driver.resume with .driver.pm
- Use CONFIG_PM_SLEEP instead of CONFIG_PM
drivers/mtd/devices/m25p80.c | 37
Add PM support for eSPI controller using callback function suspend
and resume in .driver.pm of platform_driver.
Signed-off-by: Hou Zhiqiang
---
v2:
- Replace .driver.suspend and .driver.resume with .driver.pm
- Use CONFIG_PM_SLEEP instead of CONFIG_PM
- Add spi_master_suspend and
Add PM support using callback function suspend and resume in .driver of
spi_driver.
Signed-off-by: Hou Zhiqiang
---
drivers/mtd/devices/m25p80.c | 37 +
1 file changed, 37 insertions(+)
diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
Add PM support for eSPI controller using callback function suspend
and resume in .driver of platform_driver.
Signed-off-by: Hou Zhiqiang
---
drivers/spi/spi-fsl-espi.c | 57 ++
1 file changed, 57 insertions(+)
diff --git a/drivers/spi/spi-fsl-espi.c
21 matches
Mail list logo