Re: MMC core debugfs support (was Re: [RFC v2 5/5] Atmel MCI: Driver for Atmel on-chip MMC controllers)

2008-02-25 Thread Pierre Ossman
On Thu, 14 Feb 2008 15:00:05 +0100 Haavard Skinnemoen <[EMAIL PROTECTED]> wrote: > > I've started working on this, but I've run into a problem: The mmc core > structures don't seem to keep any references to the current request. So > I don't really have any information to put into the 'req' file

Re: MMC core debugfs support (was Re: [RFC v2 5/5] Atmel MCI: Driver for Atmel on-chip MMC controllers)

2008-02-25 Thread Pierre Ossman
On Thu, 14 Feb 2008 15:00:05 +0100 Haavard Skinnemoen [EMAIL PROTECTED] wrote: I've started working on this, but I've run into a problem: The mmc core structures don't seem to keep any references to the current request. So I don't really have any information to put into the 'req' file after

MMC core debugfs support (was Re: [RFC v2 5/5] Atmel MCI: Driver for Atmel on-chip MMC controllers)

2008-02-14 Thread Haavard Skinnemoen
[removing lots of people from Cc] On Wed, 13 Feb 2008 19:30:51 +0100 Pierre Ossman <[EMAIL PROTECTED]> wrote: > > +static int req_dbg_open(struct inode *inode, struct file *file) > > +{ > > And this should go into the core. I've started working on this, but I've run into a problem: The mmc

MMC core debugfs support (was Re: [RFC v2 5/5] Atmel MCI: Driver for Atmel on-chip MMC controllers)

2008-02-14 Thread Haavard Skinnemoen
[removing lots of people from Cc] On Wed, 13 Feb 2008 19:30:51 +0100 Pierre Ossman [EMAIL PROTECTED] wrote: +static int req_dbg_open(struct inode *inode, struct file *file) +{ And this should go into the core. I've started working on this, but I've run into a problem: The mmc core