Re: Kernel Booting Problem

2010-08-02 Thread Tobias Waldekranz (Knutsson)
2010/6/23 amr ali : > I tried my new kernel with my new file system, I build with buildroot. > The kernel booted and passed by the free init message, the current log is: > "Freeing init memory: 124K > > Warning: unable to open an initial console. This message is usually given when init cannot open

Re: Symbol names

2010-08-02 Thread Tobias Waldekranz (Knutsson)
nm | grep should narrow it down pretty much. On Mon, May 17, 2010 at 07:42, Vijay Soni wrote: > Does anyone know how I can get symbols names from their addresses. I am > trying to debug an kernel oops which gives function address in the > Backtrace. I know I can turn on KALLSYMS but I cannot r

Re: Symbol names

2010-08-02 Thread Steve Chen
On Mon, Aug 2, 2010 at 5:06 AM, Tobias Waldekranz (Knutsson) < tobias.knuts...@gmail.com> wrote: > nm | grep should > narrow it down pretty much. > > On Mon, May 17, 2010 at 07:42, Vijay Soni wrote: > >> Does anyone know how I can get symbols names from their addresses. I am >> trying to debug

FB problem in arago linux 2.6.3.2-rc2-davinci1

2010-08-02 Thread amr ali
Hi, I am trying to use the kernel stated above from the arago tree. The fb does not work. I have notice during rebooting only I see some figures. During normal operation, nothing appears on the screen. Is this related to the fb device driver? Is there a patch for that? -- Amr Ali Abdel-Naby Embedd

Multiple NAND chips on OMAPL137

2010-08-02 Thread 詹成江
Hi, We want to use tow NADN chips on Omapl137 device,They are selected by CS3 and CS4 on EMFIA,Now I can use one Nandflash chip on CS3 with MTD. The chip can be found by uboot or Linux kernel,when linux kernel starting ,the nandflash was created to 5 MTD partitions on "nand_davinci.0" as

[PATCH v2] DaVinci: dm365: Added clockout2 management.

2010-08-02 Thread Raffaele Recalcati
From: Davide Bonfanti Clockout2 is added as a child of pll1_sysclk9, because they have the same pll divisor. Added dm365_clkout2_set_rate to properly set clockout2 frequency. Modified the davinci_set_sysclk_rate function in order to get the right ancestor. This patch has

RE: [PATCH v5 1/1] davinci: spi: replace existing driver

2010-08-02 Thread Nori, Sekhar
Hi Brian, On Mon, Aug 02, 2010 at 19:40:29, Brian Niebuhr wrote: > Grant - > > For my part, I've already sunk way more time into this than I ever > intended, and I really have no clue how to break this patch down into > smaller patches. I don't really care much if the patch gets accepted > or

RE: [PATCH 1/2] DA850: move NAND/NOR pin lists to the board file

2010-08-02 Thread Nori, Sekhar
Hi Sergei, On Sun, Aug 01, 2010 at 22:45:16, Sergei Shtylyov wrote: > The NAND/NOR flash pin lists (da850_nand_pins/da850_nor_pins) are purely board > specific Have you come across any board which uses different set of pins? On NAND the ALE/CLE pins could (theoretically) be different on differe

RE: [PATCH 2/2] DA850: move MII/RMII pin lists to the board file

2010-08-02 Thread Nori, Sekhar
On Sun, Aug 01, 2010 at 22:47:00, Sergei Shtylyov wrote: > The CPGMAC pin list in da850.c was incorrectly split into two MII/RMII mode > specific pin lists, while what pin group is used is a function of how the > board > is wired. Copy the pin lists to board-da850-evm.c, renaming them accordingly

RE: Touchscreen - MFD driver for TPS6507x family

2010-08-02 Thread Nori, Sekhar
Hi Nicolas, On Fri, Jul 30, 2010 at 23:05:21, Nicolas Luna wrote: > Sekhar, > > We do not have this buffer on our custom hardware and we have the NACK > problem. SDA and SCL are directly connected from PMIC to OMAP with > pull-up. > > Is Todd right with the silicon issue? Or a I2C driver issue wh

Re: [PATCH 1/2] DA850: move NAND/NOR pin lists to the board file

2010-08-02 Thread Michael Williamson
On 8/2/2010 12:04 PM, Nori, Sekhar wrote: > Hi Sergei, > > On Sun, Aug 01, 2010 at 22:45:16, Sergei Shtylyov wrote: >> The NAND/NOR flash pin lists (da850_nand_pins/da850_nor_pins) are purely >> board >> specific > Have you come across any board which uses different set of pins? > > On NAND the A

Re: [PATCH 2/2] DA850: move MII/RMII pin lists to the board file

2010-08-02 Thread Sergei Shtylyov
Hello. Nori, Sekhar wrote: The CPGMAC pin list in da850.c was incorrectly split into two MII/RMII mode specific pin lists, while what pin group is used is a function of how the board is wired. Copy the pin lists to board-da850-evm.c, renaming them accordingly, and merge the two lists in da850.

Re: [PATCH 1/2] DA850: move NAND/NOR pin lists to the board file

2010-08-02 Thread Sergei Shtylyov
Hello. Nori, Sekhar wrote: On Sun, Aug 01, 2010 at 22:45:16, Sergei Shtylyov wrote: The NAND/NOR flash pin lists (da850_nand_pins/da850_nor_pins) are purely board specific Have you come across any board which uses different set of pins? I think you have been replied already. On NAND

Re: Touchscreen - MFD driver for TPS6507x family

2010-08-02 Thread Nicolas Luna
Hi Sekhar, Yes there is an other device on the bus, but I removed it and I decreased the clock to 20khz. I cannot go below because the i2c seems not to work. It does solved the problem. I modified the driver to add a while(1) when it got an abnormal termination. I notified that every time the dri