Transmit Report: [email protected]¿¡°Ô ¸ÞÀÏ ¹ß¼ÛÀ» 3¹ø ½ÃµµÇßÁö¸¸ ½ÇÆÐÇÏ¿´½À´Ï´Ù. (½ÇÆÐ ÀÌÀ¯ : 900 Socket connect fail(210.115.161.38))
<Âü°í> ½ÇÆÐ ÀÌÀ¯¿¡ ´ëÇÑ ¼³¸í User unknown :¸ÞÀÏÀ» ¼ö½ÅÇÒ »ç¿ëÀÚ°¡ Á¸ÀçÇÏÁö ¾ÊÀ½ Socket connect fail:¼ö½Å ¸ÞÀÏ ¼¹ö¿Í ¿¬°á ½ÇÆÐ DATA write fail :¼ö½Å ¸ÞÀÏ ¼¹ö·Î ¸Þ¼¼Áö ¼Û½Å ½ÇÆÐ DATA reponse fail :¼ö½Å ¸ÞÀÏ ¼¹ö·ÎºÎÅÍ ¸Þ¼¼Áö ¼ö½Å ½ÇÆÐ
Reporting-MTA: dns; chungbuk.ac.kr Final-Recipient: rfc822;[email protected] Diagnostic-Code: smtp; 900 error - Socket connect fail(210.115.161.38) Action: failed Status: 4.0.0
--- Begin Message ---Send Davinci-linux-open-source mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Davinci-linux-open-source digest..." Today's Topics: 1. Re: [PATCH 1/1] Add support for Nand flash on Hawkboard. (sughosh ganu) 2. Re: [alsa-devel] [PATCH v2] asoc: davinci: da830/omap-l137: correct cpu_dai_name (Liam Girdwood) 3. RE: [PATCH 1/1] Add support for Nand flash on Hawkboard. (Nori, Sekhar) ---------------------------------------------------------------------- Message: 1 Date: Thu, 3 Feb 2011 20:03:35 +0530 From: sughosh ganu <[email protected]> To: Ben Gardiner <[email protected]> Cc: "[email protected]" <[email protected]>, "[email protected]" <[email protected]>, Sergei Shtylyov <[email protected]> Subject: Re: [PATCH 1/1] Add support for Nand flash on Hawkboard. Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" hi Ben and Sergei, On Thu, Feb 3, 2011 at 7:21 PM, Ben Gardiner <[email protected]>wrote: > > On 03-02-2011 15:16, sughosh ganu wrote: > > > >> > diff --git a/arch/arm/mach-davinci/Kconfig > >> > b/arch/arm/mach-davinci/Kconfig > >> > index 32f1479..e13b7e0 100644 > >> > --- a/arch/arm/mach-davinci/Kconfig > >> > +++ b/arch/arm/mach-davinci/Kconfig > >> > @@ -213,6 +213,16 @@ config MACH_MITYOMAPL138 > >> > config MACH_OMAPL138_HAWKBOARD > >> > bool "TI AM1808 / OMAPL-138 Hawkboard > >> > platform" > >> > depends on ARCH_DAVINCI_DA850 > >> > + select MTD > >> > + select MTD_PARTITIONS > >> > + select MTD_CHAR > >> > + select MTD_BLKDEVS > >> > + select MTD_BLOCK > >> > + select MTD_PHYSMAP > >> > + select MTD_CFI > <snip> Sergei, perhaps it would be acceptable for the Hawkboard > MACH_OMAPL138_HAWKBOARD bool to be the 'default' for the necessary MTD > settings? This would be similar to KEYBOARD_GPIO_POLLED in > 9cc3049911d0166d54247cf2471802eb5293c66c and GPIO_PCA953X in > d5539ca0a5c9abd5cbf9ddcbbc1c2a507b5fd63c. > > Sugosh, this means you would make an entry in > arch/arm/mach-davinci/KConfig for each of the 'selects' above. > Something like: > > config MTD > default MACH_OMAPL138_HAWKBOARD > config MTD_PARTITIONS > default MACH_OMAPL138_HAWKBOARD > [etc.] > > Thanks a lot for your hints. I am ready to go this way too. Let me test this and get back. > I agree that MTD_CFI and MTD_PHYSMAP are not needed and so should not > be included in the 'defaults.' > No, this was an error, these options should be removed. @Sergei We have a common da8xx_omapl_defconfig which is being currently used by multiple boards(including hawkboard). Not all boards have a nand flash mounted as default. So i cannot add this in the above defconfig file. So then, the flash driver, along with the neccessary mtd configs will have to be included everytime through the menuconfig, inspite of the fact that the flash is a default component on the board. -sughosh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://linux.davincidsp.com/pipermail/davinci-linux-open-source/attachments/20110203/4eb103db/attachment-0001.html> ------------------------------ Message: 2 Date: Thu, 03 Feb 2011 16:15:17 +0000 From: Liam Girdwood <[email protected]> To: Vaibhav Bedia <[email protected]> Cc: [email protected], [email protected], [email protected], [email protected], [email protected] Subject: Re: [alsa-devel] [PATCH v2] asoc: davinci: da830/omap-l137: correct cpu_dai_name Message-ID: <1296749717.3456.122.camel@odin> Content-Type: text/plain; charset="UTF-8" On Thu, 2011-02-03 at 16:42 +0530, Vaibhav Bedia wrote: > McASP1 is used on the DA830/OMAP-L137 platform for the codec. > This is different from the DA850/OMAP-L138 platform which uses McASP0. > > This is fixed by adding a new snd_soc_dai_link struct. > > Signed-off-by: Vaibhav Bedia <[email protected]> > --- > > v2: > Fixed the subject as pointed out by Sergei. > Acked-by: Liam Girdwood <[email protected]> -- Freelance Developer, SlimLogic Ltd ASoC and Voltage Regulator Maintainer. http://www.slimlogic.co.uk ------------------------------ Message: 3 Date: Thu, 3 Feb 2011 22:38:09 +0530 From: "Nori, Sekhar" <[email protected]> To: sughosh ganu <[email protected]>, Ben Gardiner <[email protected]> Cc: "[email protected]" <[email protected]>, "[email protected]" <[email protected]>, Sergei Shtylyov <[email protected]> Subject: RE: [PATCH 1/1] Add support for Nand flash on Hawkboard. Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" Hi sughosh, On Thu, Feb 03, 2011 at 20:03:35, sughosh ganu wrote: > > We have a common da8xx_omapl_defconfig which is being currently used by > multiple boards(including hawkboard). Not all boards have a nand flash > mounted as default. So i cannot add this in the above defconfig file. So Why? Boards which do not have NAND flash will not have NAND platform data registered. Enabling the NAND driver should cause no harm (except an increase in image size). Thanks, Sekhar > then, the flash driver, along with the neccessary mtd configs will have > to be included everytime through the menuconfig, inspite of the fact > that the flash is a default component on the board. > > -sughosh > > > ------------------------------ _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source End of Davinci-linux-open-source Digest, Vol 62, Issue 16 *********************************************************
--- End Message ---
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
