* [PATCH 0/4] R-Car SATA driver and platform data @ 2013-02-16 22:35 Sergei Shtylyov 2013-02-18 1:23 ` Simon Horman 0 siblings, 1 reply; 4+ messages in thread From: Sergei Shtylyov @ 2013-02-16 22:35 UTC (permalink / raw) To: horms, magnus.damm, linux, linux-sh, linux-arm-kernel, jgarzik, linux-ide Cc: grant.likely, rob.herring, devicetree-discuss Hello. Here's the set of 4 patches against the Simon Horman's renesas.git repo, 'next' branch: [1/4] ARM: mach-shmobile: r8a7779: SATA DT configuration [2/4] ARM: mach-shmobile: r8a7779: add SATA support [3/4] libata: add R-Car SATA driver [4/4] ARM: mach-shmobile: marzen: add SATA support Patch 3 also applies to the 'upstream' branch of Jeff Garzik's libata-dev.git repo. MBR, Sergei ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/4] R-Car SATA driver and platform data 2013-02-16 22:35 [PATCH 0/4] R-Car SATA driver and platform data Sergei Shtylyov @ 2013-02-18 1:23 ` Simon Horman 2013-02-18 14:04 ` Sergei Shtylyov 0 siblings, 1 reply; 4+ messages in thread From: Simon Horman @ 2013-02-18 1:23 UTC (permalink / raw) To: Sergei Shtylyov Cc: magnus.damm, linux, linux-sh, linux-arm-kernel, jgarzik, linux-ide, grant.likely, rob.herring, devicetree-discuss On Sun, Feb 17, 2013 at 01:35:27AM +0300, Sergei Shtylyov wrote: > Hello. > > Here's the set of 4 patches against the Simon Horman's renesas.git repo, 'next' branch: > > [1/4] ARM: mach-shmobile: r8a7779: SATA DT configuration > [2/4] ARM: mach-shmobile: r8a7779: add SATA support > [3/4] libata: add R-Car SATA driver > [4/4] ARM: mach-shmobile: marzen: add SATA support > > Patch 3 also applies to the 'upstream' branch of Jeff Garzik's libata-dev.git repo. Hi Sergei, Hi All, I do not expect patch 3 of this series to got through the renesas tree, however, I have included it and the other three patches in this series to a topic branch in the renesas tree, topic/r-car-stat. The base of the topic branch is: * a merge of renesas.git next and libata-dev.git upstream, and; * a boot fix for Marzen which I plan to add to next once it is reviewed: "ARM: shmobile: r8a7779: Correct TMU clock support again" (v3). With this in place I built a kernel using the marzen_defconfig and booted it. However, I wonder if I am missing a kernel option, or perhaps something else of a minor nature as I see the following: # dmesg | grep sata sata_rcar sata_rcar: coherent DMA mask is unset sata_rcar sata_rcar: failed to start port 0 (errno=-12) sata_rcar: probe of sata_rcar failed with error -12 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/4] R-Car SATA driver and platform data 2013-02-18 1:23 ` Simon Horman @ 2013-02-18 14:04 ` Sergei Shtylyov 2013-02-19 0:49 ` Simon Horman 0 siblings, 1 reply; 4+ messages in thread From: Sergei Shtylyov @ 2013-02-18 14:04 UTC (permalink / raw) To: Simon Horman Cc: magnus.damm, linux, linux-sh, linux-arm-kernel, jgarzik, linux-ide, grant.likely, rob.herring, devicetree-discuss Hello. On 18-02-2013 5:23, Simon Horman wrote: >> Here's the set of 4 patches against the Simon Horman's renesas.git repo, 'next' branch: >> [1/4] ARM: mach-shmobile: r8a7779: SATA DT configuration >> [2/4] ARM: mach-shmobile: r8a7779: add SATA support >> [3/4] libata: add R-Car SATA driver >> [4/4] ARM: mach-shmobile: marzen: add SATA support >> Patch 3 also applies to the 'upstream' branch of Jeff Garzik's libata-dev.git repo. > Hi Sergei, Hi All, > I do not expect patch 3 of this series to got through > the renesas tree, however, I have included it and the other three patches > in this series to a topic branch in the renesas tree, topic/r-car-stat. I probably make the patch 3 patch 1 in the next posting. > The base of the topic branch is: > * a merge of renesas.git next and libata-dev.git upstream, and; > * a boot fix for Marzen which I plan to add to next once it is reviewed: > "ARM: shmobile: r8a7779: Correct TMU clock support again" (v3). > With this in place I built a kernel using the marzen_defconfig and booted it. > However, I wonder if I am missing a kernel option, or perhaps something > else of a minor nature as I see the following: > # dmesg | grep sata > sata_rcar sata_rcar: coherent DMA mask is unset > sata_rcar sata_rcar: failed to start port 0 (errno=-12) > sata_rcar: probe of sata_rcar failed with error -12 No, it's entirely our fault -- Vladimir didn't test the driver in non-DT mode with DMA support added (due to the above mentioned boot fix missing), and I didn't notice the missing intializers for 'sata_device.dev.[coherent_]dma_mask' when reviewing his patches. V2 will be posted soon. WBR, Sergei ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/4] R-Car SATA driver and platform data 2013-02-18 14:04 ` Sergei Shtylyov @ 2013-02-19 0:49 ` Simon Horman 0 siblings, 0 replies; 4+ messages in thread From: Simon Horman @ 2013-02-19 0:49 UTC (permalink / raw) To: Sergei Shtylyov Cc: magnus.damm, linux, linux-sh, linux-arm-kernel, jgarzik, linux-ide, grant.likely, rob.herring, devicetree-discuss On Mon, Feb 18, 2013 at 06:04:21PM +0400, Sergei Shtylyov wrote: > Hello. > > On 18-02-2013 5:23, Simon Horman wrote: > > >> Here's the set of 4 patches against the Simon Horman's renesas.git repo, 'next' branch: > > >>[1/4] ARM: mach-shmobile: r8a7779: SATA DT configuration > >>[2/4] ARM: mach-shmobile: r8a7779: add SATA support > >>[3/4] libata: add R-Car SATA driver > >>[4/4] ARM: mach-shmobile: marzen: add SATA support > > >>Patch 3 also applies to the 'upstream' branch of Jeff Garzik's libata-dev.git repo. > > >Hi Sergei, Hi All, > > >I do not expect patch 3 of this series to got through > >the renesas tree, however, I have included it and the other three patches > >in this series to a topic branch in the renesas tree, topic/r-car-stat. > > I probably make the patch 3 patch 1 in the next posting. > > >The base of the topic branch is: > >* a merge of renesas.git next and libata-dev.git upstream, and; > >* a boot fix for Marzen which I plan to add to next once it is reviewed: > > "ARM: shmobile: r8a7779: Correct TMU clock support again" (v3). > > >With this in place I built a kernel using the marzen_defconfig and booted it. > >However, I wonder if I am missing a kernel option, or perhaps something > >else of a minor nature as I see the following: > > ># dmesg | grep sata > >sata_rcar sata_rcar: coherent DMA mask is unset > >sata_rcar sata_rcar: failed to start port 0 (errno=-12) > >sata_rcar: probe of sata_rcar failed with error -12 > > No, it's entirely our fault -- Vladimir didn't test the driver in > non-DT mode with DMA support added (due to the above mentioned boot > fix missing), and I didn't notice the missing intializers for > 'sata_device.dev.[coherent_]dma_mask' when reviewing his patches. V2 > will be posted soon. Great, thanks. ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-02-19 0:49 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-02-16 22:35 [PATCH 0/4] R-Car SATA driver and platform data Sergei Shtylyov 2013-02-18 1:23 ` Simon Horman 2013-02-18 14:04 ` Sergei Shtylyov 2013-02-19 0:49 ` Simon Horman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).