* [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus @ 2008-07-29 16:44 Carlos Aguiar 2008-07-29 18:37 ` Felipe Balbi 0 siblings, 1 reply; 14+ messages in thread From: Carlos Aguiar @ 2008-07-29 16:44 UTC (permalink / raw) To: Tony Lindgren; +Cc: linux-omap Hi Tony and folks, This patch series proposes some improvements on menelaus code. Basically it makes menelaus to use macros instead of some magic constant numbers, making menelaus code more legible. The menelaus header was moved to include/linux/i2c and register map (including the macros created) were moved to include/linux/i2c/menelaus.h Tested with MMC on N800 and looks fine. BR, Carlos. PS: I would like to thanks Felipe Balbi for hints and orientation. -- Carlos Eduardo Aguiar Software Engineer Mobile Linux Software Nokia Institute of Technology - INdT Phone: +55 92 2126-1079 Mobile: +55 92 8127-1797 E-mail: carlos.aguiar@indt.org.br ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus 2008-07-29 16:44 [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus Carlos Aguiar @ 2008-07-29 18:37 ` Felipe Balbi 2008-07-29 18:57 ` andrzej zaborowski 0 siblings, 1 reply; 14+ messages in thread From: Felipe Balbi @ 2008-07-29 18:37 UTC (permalink / raw) To: Carlos Aguiar; +Cc: Tony Lindgren, linux-omap On Tue, Jul 29, 2008 at 12:44:19PM -0400, Carlos Aguiar wrote: > Hi Tony and folks, > > This patch series proposes some improvements on menelaus code. > > Basically it makes menelaus to use macros instead of some magic constant > numbers, making menelaus code more legible. The menelaus header was > moved to include/linux/i2c and register map (including the macros > created) were moved to include/linux/i2c/menelaus.h > > Tested with MMC on N800 and looks fine. They look quite ok. How about syncing l-o menelaus with mainline via lm-sensors mailing list and discuss all these there as well ?? It'd be only one extra patch before this one to make everything in sync. -- balbi ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus 2008-07-29 18:37 ` Felipe Balbi @ 2008-07-29 18:57 ` andrzej zaborowski 2008-07-29 19:07 ` Woodruff, Richard 0 siblings, 1 reply; 14+ messages in thread From: andrzej zaborowski @ 2008-07-29 18:57 UTC (permalink / raw) To: me; +Cc: Carlos Aguiar, Tony Lindgren, linux-omap Hi, 2008/7/29 Felipe Balbi <me@felipebalbi.com>: > On Tue, Jul 29, 2008 at 12:44:19PM -0400, Carlos Aguiar wrote: >> Hi Tony and folks, >> >> This patch series proposes some improvements on menelaus code. >> >> Basically it makes menelaus to use macros instead of some magic constant >> numbers, making menelaus code more legible. The menelaus header was >> moved to include/linux/i2c and register map (including the macros >> created) were moved to include/linux/i2c/menelaus.h >> >> Tested with MMC on N800 and looks fine. > > They look quite ok. How about syncing l-o menelaus with mainline via > lm-sensors mailing list and discuss all these there as well ?? How about renaming it to twl92230c before submitting upstream? As far as I can tell the name menelaus appears only in linux and makes it hard to associate with the real hardware. Does someone know why was it renamed that way? Regards ^ permalink raw reply [flat|nested] 14+ messages in thread
* RE: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus 2008-07-29 18:57 ` andrzej zaborowski @ 2008-07-29 19:07 ` Woodruff, Richard 2008-07-29 19:18 ` Felipe Balbi 0 siblings, 1 reply; 14+ messages in thread From: Woodruff, Richard @ 2008-07-29 19:07 UTC (permalink / raw) To: andrzej zaborowski, me@felipebalbi.com Cc: Carlos Aguiar, Tony Lindgren, linux-omap@vger.kernel.org > How about renaming it to twl92230c before submitting upstream? As far > as I can tell the name menelaus appears only in linux and makes it > hard to associate with the real hardware. Does someone know why was > it renamed that way? The name was just an internal project name for that IO companion chip. It has the name Menelaus probably before it had a number designation. A number does seem more understandable. Though some of these chips live under a few different numbers. Regards, Richard W. ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus 2008-07-29 19:07 ` Woodruff, Richard @ 2008-07-29 19:18 ` Felipe Balbi 2008-07-29 19:28 ` andrzej zaborowski 0 siblings, 1 reply; 14+ messages in thread From: Felipe Balbi @ 2008-07-29 19:18 UTC (permalink / raw) To: Woodruff, Richard Cc: andrzej zaborowski, me@felipebalbi.com, Carlos Aguiar, Tony Lindgren, linux-omap@vger.kernel.org On Tue, Jul 29, 2008 at 02:07:51PM -0500, Woodruff, Richard wrote: > > How about renaming it to twl92230c before submitting upstream? As far > > as I can tell the name menelaus appears only in linux and makes it > > hard to associate with the real hardware. Does someone know why was > > it renamed that way? > A number does seem more understandable. Though some of these chips live under a few different numbers. it does seem more understandable, but now that it has been used for so long I guess it would be nasty to change right now. Almost every one here knows that menelaus is the companion chip for omap2 hw. Personally, I never recall the correct number designation for menelaus. I mean, I don't really have any problems in renaming the whole driver from menelaus to twl92230c.c but I can't help asking myself why. If everybody thinks it's a better choice, then why not ;-) -- balbi ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus 2008-07-29 19:18 ` Felipe Balbi @ 2008-07-29 19:28 ` andrzej zaborowski 2008-07-29 19:37 ` Gadiyar, Anand 0 siblings, 1 reply; 14+ messages in thread From: andrzej zaborowski @ 2008-07-29 19:28 UTC (permalink / raw) To: me Cc: Woodruff, Richard, Carlos Aguiar, Tony Lindgren, linux-omap@vger.kernel.org 2008/7/29 Felipe Balbi <me@felipebalbi.com>: > On Tue, Jul 29, 2008 at 02:07:51PM -0500, Woodruff, Richard wrote: >> > How about renaming it to twl92230c before submitting upstream? As far >> > as I can tell the name menelaus appears only in linux and makes it >> > hard to associate with the real hardware. Does someone know why was >> > it renamed that way? > >> A number does seem more understandable. Though some of these chips live under a few different numbers. > > it does seem more understandable, but now that it has been used for so > long I guess it would be nasty to change right now. Almost every one > here knows that menelaus is the companion chip for omap2 hw. Personally, > I never recall the correct number designation for menelaus. Well, menelaus is a friendly name now that I know what it is but it was difficult to find its datasheet without knowing the public name used by the manufacturer, it seemed like a nokia's own chip. Also iirc if you open the device you will only see the TWLxxx name on the chip. I see TWLxxx is now mentioned in the Kconfig so I won't insist. Cheers ^ permalink raw reply [flat|nested] 14+ messages in thread
* RE: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus 2008-07-29 19:28 ` andrzej zaborowski @ 2008-07-29 19:37 ` Gadiyar, Anand 2008-07-29 21:51 ` Felipe Balbi 2008-08-05 8:57 ` Tony Lindgren 0 siblings, 2 replies; 14+ messages in thread From: Gadiyar, Anand @ 2008-07-29 19:37 UTC (permalink / raw) To: andrzej zaborowski, me@felipebalbi.com Cc: Woodruff, Richard, Carlos Aguiar, Tony Lindgren, linux-omap@vger.kernel.org > 2008/7/29 Felipe Balbi <me@felipebalbi.com>: >> On Tue, Jul 29, 2008 at 02:07:51PM -0500, Woodruff, Richard wrote: >>> > How about renaming it to twl92230c before submitting upstream? As far >>> > as I can tell the name menelaus appears only in linux and makes it >>> > hard to associate with the real hardware. Does someone know why was >>> > it renamed that way? >> >>> A number does seem more understandable. Though some of these chips live under a few different numbers. >> >> it does seem more understandable, but now that it has been used for so >> long I guess it would be nasty to change right now. Almost every one >> here knows that menelaus is the companion chip for omap2 hw. Personally, >> I never recall the correct number designation for menelaus. > > Well, menelaus is a friendly name now that I know what it is but it > was difficult to find its datasheet without knowing the public name > used by the manufacturer, it seemed like a nokia's own chip. Also iirc > if you open the device you will only see the TWLxxx name on the chip. > > I see TWLxxx is now mentioned in the Kconfig so I won't insist. > > Cheers I think it'll be hard for a newbie to figure out what this menelaus is. Google won't help either, (unless one really thinks there is a connection between Linux and Greek Mythology ;) ). I second renaming the file to TWL92230. Mentioning this in Kconfig is simply not enough. My 375 million ZWD, Anand ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus 2008-07-29 19:37 ` Gadiyar, Anand @ 2008-07-29 21:51 ` Felipe Balbi 2008-08-05 8:57 ` Tony Lindgren 1 sibling, 0 replies; 14+ messages in thread From: Felipe Balbi @ 2008-07-29 21:51 UTC (permalink / raw) To: Gadiyar, Anand Cc: andrzej zaborowski, me@felipebalbi.com, Woodruff, Richard, Carlos Aguiar, Tony Lindgren, linux-omap@vger.kernel.org On Wed, Jul 30, 2008 at 01:07:35AM +0530, Gadiyar, Anand wrote: > I think it'll be hard for a newbie to figure out what this menelaus is. Google > won't help either, (unless one really thinks there is a connection between > Linux and Greek Mythology ;) ). eheh, That's true :-) > I second renaming the file to TWL92230. Mentioning this in Kconfig is simply > not enough. Hmm... are there any other devices which would work with the same driver ? -- balbi ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus 2008-07-29 19:37 ` Gadiyar, Anand 2008-07-29 21:51 ` Felipe Balbi @ 2008-08-05 8:57 ` Tony Lindgren 2008-08-05 9:35 ` Felipe Balbi 1 sibling, 1 reply; 14+ messages in thread From: Tony Lindgren @ 2008-08-05 8:57 UTC (permalink / raw) To: Gadiyar, Anand Cc: andrzej zaborowski, me@felipebalbi.com, Woodruff, Richard, Carlos Aguiar, linux-omap@vger.kernel.org * Gadiyar, Anand <gadiyar@ti.com> [080729 22:38]: > > 2008/7/29 Felipe Balbi <me@felipebalbi.com>: > >> On Tue, Jul 29, 2008 at 02:07:51PM -0500, Woodruff, Richard wrote: > >>> > How about renaming it to twl92230c before submitting upstream? As far > >>> > as I can tell the name menelaus appears only in linux and makes it > >>> > hard to associate with the real hardware. Does someone know why was > >>> > it renamed that way? > >> > >>> A number does seem more understandable. Though some of these chips live under a few different numbers. > >> > >> it does seem more understandable, but now that it has been used for so > >> long I guess it would be nasty to change right now. Almost every one > >> here knows that menelaus is the companion chip for omap2 hw. Personally, > >> I never recall the correct number designation for menelaus. > > > > Well, menelaus is a friendly name now that I know what it is but it > > was difficult to find its datasheet without knowing the public name > > used by the manufacturer, it seemed like a nokia's own chip. Also iirc > > if you open the device you will only see the TWLxxx name on the chip. > > > > I see TWLxxx is now mentioned in the Kconfig so I won't insist. > > > > Cheers > > I think it'll be hard for a newbie to figure out what this menelaus is. Google > won't help either, (unless one really thinks there is a connection between > Linux and Greek Mythology ;) ). > > I second renaming the file to TWL92230. Mentioning this in Kconfig is simply > not enough. Yeah, let's rename it as it's not in mainline yet. I'll apply this series, then the next set of patches can take care of the renaming. Tony ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus 2008-08-05 8:57 ` Tony Lindgren @ 2008-08-05 9:35 ` Felipe Balbi 2008-08-05 9:42 ` Tony Lindgren 2008-08-05 12:42 ` Trilok Soni 0 siblings, 2 replies; 14+ messages in thread From: Felipe Balbi @ 2008-08-05 9:35 UTC (permalink / raw) To: ext Tony Lindgren Cc: Gadiyar, Anand, andrzej zaborowski, me@felipebalbi.com, Woodruff, Richard, Carlos Aguiar, linux-omap@vger.kernel.org On Tue, Aug 05, 2008 at 11:57:53AM +0300, Tony Lindgren wrote: > Yeah, let's rename it as it's not in mainline yet. I'll apply this > series, then the next set of patches can take care of the renaming. It it in mainline actually, check your drivers/i2c/chips and it was added by you :-p commit 0c4a59fed41bdd4c30ce0999a87f30a812f29ee2 Author: Tony Lindgren <tony@atomide.com> Date: Tue Jul 17 04:06:09 2007 -0700 OMAP: add TI TWL92330/Menelaus Power Management chip driver Add Texas Instruments TWL92330/Menelaus Power Management chip driver. This includes voltage regulators, Dual slot memory card tranceivers and real-time clock(RTC). The support for RTC is integrated with this driver only; it is not separate module. Passes 'rtctest' on OMAP H4 EVM, other than lack of "periodic" (1/N second) IRQs. System wakeup alarms (from suspend-to-RAM) work too. The battery keeps the RTC active over power off, so once you set clock (rdate/ntpdate/etc, then "hwclock -w") then RTC_HCTOSYS at boot time will behave as expected. Cc: "Jean Delvare" <khali@linux-fr.org> Cc: "Tony Lindgren" <tony@atomide.com> Cc: "David Brownell" <david-b@pacbell.net> Signed-off-by: Trilok Soni <soni.trilok@gmail.com> Acked-by: Alessandro Zummo <alessandro.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Maybe someone sent that patch for you ? -- balbi ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus 2008-08-05 9:35 ` Felipe Balbi @ 2008-08-05 9:42 ` Tony Lindgren 2008-08-05 13:38 ` Carlos Aguiar 2008-08-05 12:42 ` Trilok Soni 1 sibling, 1 reply; 14+ messages in thread From: Tony Lindgren @ 2008-08-05 9:42 UTC (permalink / raw) To: Felipe Balbi Cc: Gadiyar, Anand, andrzej zaborowski, me@felipebalbi.com, Woodruff, Richard, Carlos Aguiar, linux-omap@vger.kernel.org * Felipe Balbi <felipe.balbi@nokia.com> [080805 12:35]: > On Tue, Aug 05, 2008 at 11:57:53AM +0300, Tony Lindgren wrote: > > Yeah, let's rename it as it's not in mainline yet. I'll apply this > > series, then the next set of patches can take care of the renaming. > > It it in mainline actually, check your drivers/i2c/chips and it was > added by you :-p > > commit 0c4a59fed41bdd4c30ce0999a87f30a812f29ee2 > Author: Tony Lindgren <tony@atomide.com> > Date: Tue Jul 17 04:06:09 2007 -0700 > > OMAP: add TI TWL92330/Menelaus Power Management chip driver > > Add Texas Instruments TWL92330/Menelaus Power Management chip driver. This > includes voltage regulators, Dual slot memory card tranceivers and > real-time clock(RTC). > > The support for RTC is integrated with this driver only; it is not separate > module. Passes 'rtctest' on OMAP H4 EVM, other than lack of "periodic" > (1/N second) IRQs. System wakeup alarms (from suspend-to-RAM) work too. > > The battery keeps the RTC active over power off, so once you set clock > (rdate/ntpdate/etc, then "hwclock -w") then RTC_HCTOSYS at boot time will > behave as expected. > > Cc: "Jean Delvare" <khali@linux-fr.org> > Cc: "Tony Lindgren" <tony@atomide.com> > Cc: "David Brownell" <david-b@pacbell.net> > Signed-off-by: Trilok Soni <soni.trilok@gmail.com> > Acked-by: Alessandro Zummo <alessandro.zummo@towertech.it> > Signed-off-by: Andrew Morton <akpm@linux-foundation.org> > Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> > > Maybe someone sent that patch for you ? Oops :) I guess I'm over a year behind current developments after my vacation! Anyways, sounds like people want to rename it. Carlos, can you send your patches to the i2c list for integration? Tony ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus 2008-08-05 9:42 ` Tony Lindgren @ 2008-08-05 13:38 ` Carlos Aguiar 2008-08-05 13:45 ` Tony Lindgren 0 siblings, 1 reply; 14+ messages in thread From: Carlos Aguiar @ 2008-08-05 13:38 UTC (permalink / raw) To: ext Tony Lindgren Cc: Felipe Balbi, Gadiyar, Anand, andrzej zaborowski, me@felipebalbi.com, Woodruff, Richard, linux-omap@vger.kernel.org ext Tony Lindgren wrote: > * Felipe Balbi <felipe.balbi@nokia.com> [080805 12:35]: > >> On Tue, Aug 05, 2008 at 11:57:53AM +0300, Tony Lindgren wrote: >> >>> Yeah, let's rename it as it's not in mainline yet. I'll apply this >>> series, then the next set of patches can take care of the renaming. >>> >> It it in mainline actually, check your drivers/i2c/chips and it was >> added by you :-p >> >> commit 0c4a59fed41bdd4c30ce0999a87f30a812f29ee2 >> Author: Tony Lindgren <tony@atomide.com> >> Date: Tue Jul 17 04:06:09 2007 -0700 >> >> OMAP: add TI TWL92330/Menelaus Power Management chip driver >> >> Add Texas Instruments TWL92330/Menelaus Power Management chip driver. This >> includes voltage regulators, Dual slot memory card tranceivers and >> real-time clock(RTC). >> >> The support for RTC is integrated with this driver only; it is not separate >> module. Passes 'rtctest' on OMAP H4 EVM, other than lack of "periodic" >> (1/N second) IRQs. System wakeup alarms (from suspend-to-RAM) work too. >> >> The battery keeps the RTC active over power off, so once you set clock >> (rdate/ntpdate/etc, then "hwclock -w") then RTC_HCTOSYS at boot time will >> behave as expected. >> >> Cc: "Jean Delvare" <khali@linux-fr.org> >> Cc: "Tony Lindgren" <tony@atomide.com> >> Cc: "David Brownell" <david-b@pacbell.net> >> Signed-off-by: Trilok Soni <soni.trilok@gmail.com> >> Acked-by: Alessandro Zummo <alessandro.zummo@towertech.it> >> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> >> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> >> >> Maybe someone sent that patch for you ? >> > > Oops :) I guess I'm over a year behind current developments after my > vacation! > > Anyways, sounds like people want to rename it. Carlos, can you > send your patches to the i2c list for integration? > > Tony > > Hi Tony and folks, So, I'm going to preparing and send a new series by today to i2c list for integration so that such series: - Align the code from l-o tree to mainline tree. - Apply the series of four patches I just sent to l-o. - And than a last one to rename files to twl92230, as folks agreeded. BR, Carlos. -- Carlos Eduardo Aguiar Software Engineer Mobile Linux Software Nokia Institute of Technology - INdT Phone: +55 92 2126-1079 Mobile: +55 92 8127-1797 E-mail: carlos.aguiar@indt.org.br ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus 2008-08-05 13:38 ` Carlos Aguiar @ 2008-08-05 13:45 ` Tony Lindgren 0 siblings, 0 replies; 14+ messages in thread From: Tony Lindgren @ 2008-08-05 13:45 UTC (permalink / raw) To: Carlos Aguiar Cc: Felipe Balbi, Gadiyar, Anand, andrzej zaborowski, me@felipebalbi.com, Woodruff, Richard, linux-omap@vger.kernel.org * Carlos Aguiar <carlos.aguiar@indt.org.br> [080805 16:40]: > ext Tony Lindgren wrote: >> * Felipe Balbi <felipe.balbi@nokia.com> [080805 12:35]: >> >>> On Tue, Aug 05, 2008 at 11:57:53AM +0300, Tony Lindgren wrote: >>> >>>> Yeah, let's rename it as it's not in mainline yet. I'll apply this >>>> series, then the next set of patches can take care of the renaming. >>>> >>> It it in mainline actually, check your drivers/i2c/chips and it was >>> added by you :-p >>> >>> commit 0c4a59fed41bdd4c30ce0999a87f30a812f29ee2 >>> Author: Tony Lindgren <tony@atomide.com> >>> Date: Tue Jul 17 04:06:09 2007 -0700 >>> >>> OMAP: add TI TWL92330/Menelaus Power Management chip driver >>> Add Texas Instruments TWL92330/Menelaus Power Management chip >>> driver. This >>> includes voltage regulators, Dual slot memory card tranceivers and >>> real-time clock(RTC). >>> The support for RTC is integrated with this driver only; it >>> is not separate >>> module. Passes 'rtctest' on OMAP H4 EVM, other than lack of "periodic" >>> (1/N second) IRQs. System wakeup alarms (from suspend-to-RAM) work too. >>> The battery keeps the RTC active over power off, so once you >>> set clock >>> (rdate/ntpdate/etc, then "hwclock -w") then RTC_HCTOSYS at boot time will >>> behave as expected. >>> Cc: "Jean Delvare" <khali@linux-fr.org> >>> Cc: "Tony Lindgren" <tony@atomide.com> >>> Cc: "David Brownell" <david-b@pacbell.net> >>> Signed-off-by: Trilok Soni <soni.trilok@gmail.com> >>> Acked-by: Alessandro Zummo <alessandro.zummo@towertech.it> >>> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> >>> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> >>> >>> Maybe someone sent that patch for you ? >>> >> >> Oops :) I guess I'm over a year behind current developments after my >> vacation! >> >> Anyways, sounds like people want to rename it. Carlos, can you >> send your patches to the i2c list for integration? >> >> Tony >> >> > Hi Tony and folks, > > So, I'm going to preparing and send a new series by today to i2c list > for integration so that such series: > > - Align the code from l-o tree to mainline tree. > - Apply the series of four patches I just sent to l-o. > - And than a last one to rename files to twl92230, as folks agreeded. Sounds good to me! Tony ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus 2008-08-05 9:35 ` Felipe Balbi 2008-08-05 9:42 ` Tony Lindgren @ 2008-08-05 12:42 ` Trilok Soni 1 sibling, 0 replies; 14+ messages in thread From: Trilok Soni @ 2008-08-05 12:42 UTC (permalink / raw) To: felipe.balbi Cc: ext Tony Lindgren, Gadiyar, Anand, andrzej zaborowski, me@felipebalbi.com, Woodruff, Richard, Carlos Aguiar, linux-omap@vger.kernel.org Hi Felipe, On Tue, Aug 5, 2008 at 3:05 PM, Felipe Balbi <felipe.balbi@nokia.com> wrote: > On Tue, Aug 05, 2008 at 11:57:53AM +0300, Tony Lindgren wrote: >> Yeah, let's rename it as it's not in mainline yet. I'll apply this >> series, then the next set of patches can take care of the renaming. > > It it in mainline actually, check your drivers/i2c/chips and it was > added by you :-p Nope. It was added by me through I2C mailing list. :) > -- ---Trilok Soni http://triloksoni.wordpress.com http://www.linkedin.com/in/triloksoni ^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2008-08-05 13:45 UTC | newest] Thread overview: 14+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-07-29 16:44 [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus Carlos Aguiar 2008-07-29 18:37 ` Felipe Balbi 2008-07-29 18:57 ` andrzej zaborowski 2008-07-29 19:07 ` Woodruff, Richard 2008-07-29 19:18 ` Felipe Balbi 2008-07-29 19:28 ` andrzej zaborowski 2008-07-29 19:37 ` Gadiyar, Anand 2008-07-29 21:51 ` Felipe Balbi 2008-08-05 8:57 ` Tony Lindgren 2008-08-05 9:35 ` Felipe Balbi 2008-08-05 9:42 ` Tony Lindgren 2008-08-05 13:38 ` Carlos Aguiar 2008-08-05 13:45 ` Tony Lindgren 2008-08-05 12:42 ` Trilok Soni
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox