login
Header Space

 
 

Mailing list archives

Search results

Found 127 matching messages (0.024 seconds). Page 1 of 7.

Re: [PATCH 1/3] Clocklib: add generic framework for managing clocks.

... clocks API implementation > > + * > > + * Copyright (c) 2008 Dmitry Baryshkov > > + * > > + * This file is released under ... 1.5.5.4 > > > > > > -- > > With best wishes > > Dmitry > > > > > > regards > Philipp -- With best wishes Dmitry ...

linux-kernel - Dmitry Baryshkov - Jun 26 2008 - 11:03

Re: [PATCH] Make gpiochip label const

... 2008 23:00:35 +0400 Dmitry Baryshkov wrote: ... char pointer. > > >> > > > > >> > > Signed-off-by: Dmitry Baryshkov > > >> > > Cc ... linux-next? -- With best wishes Dmitry -- To unsubscribe from this list ...

linux-kernel - Dmitry Baryshkov - Aug 20 2008 - 04:39

[PATCH 1/5] Clocklib: add generic framework for managing clocks.

... M: jschopp@austin.ibm.com S: Supported +CLOCKLIB INFRASTRUCTURE +P: Dmitry ... clklib.c + * + * Copyright (C) 2008 Dmitry Baryshkov + * + * Generic clocks API implementation ... 4.4 -- With best wishes Dmitry -- To unsubscribe from this list ...

linux-kernel - Dmitry Baryshkov - Apr 13 2008 - 10:43

[PATCH 1/5] Clocklib: add generic framework for managing clocks.

... M: jschopp@austin.ibm.com S: Supported +CLOCKLIB INFRASTRUCTURE +P: Dmitry ... clklib.c + * + * Copyright (C) 2008 Dmitry Baryshkov + * + * Generic clocks API implementation ... 4.4 -- With best wishes Dmitry -- To unsubscribe from this list ...

linux-kernel - Dmitry Baryshkov - Apr 20 2008 - 04:30

Re: [PATCH] Add support for power_supply on tosa

... (tosa_bat_init); +module_exit(tosa_bat_exit); + +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Dmitry Baryshkov"); +MODULE_DESCRIPTION("Tosa battery driver"); -- 1.5.5.4 -- With best wishes Dmitry -- To unsubscribe from this list: send the ...

linux-kernel - Dmitry Baryshkov - Jun 24 2008 - 10:51

Re: [PATCH] Add support for power_supply on tosa

... at 07:32:32PM +0400, Dmitry Baryshkov wrote: > > On Tue, Jun ... on tosa > > > > > > Signed-off-by: Dmitry Baryshkov > > > --- > > > drivers/ ... ! Thank you! -- With best wishes Dmitry -- To unsubscribe from this list: ...

linux-kernel - Dmitry Baryshkov - Jul 1 2008 - 07:52

Re: [PATCH 1/3] Clocklib: add generic framework for managing clocks.

... > On Thu, Jun 26, 2008 at 04:51:38PM +0400, Dmitry Baryshkov ... API implementation > > + * > > + * Copyright (c) 2008 Dmitry Baryshkov > > + * > > + * This file is released ... 4 bytes' -- With best wishes Dmitry -- To unsubscribe from this list: ...

linux-kernel - Dmitry Baryshkov - Jul 4 2008 - 05:04

Re: [PATCH] fix build error of driver/mfd/tc6393xb.c

... 2008 17:22:35 +0400, > Dmitry Baryshkov wrote: > > > > On Fri, Jul ... HAVE_GPIO_LIB selects GENERIC_GPIO. Tested-by: Dmitry Baryshkov > > > Also ... the problem. -- With best wishes Dmitry -- To unsubscribe from this list ...

linux-kernel - Dmitry Baryshkov - Jul 4 2008 - 10:22

Re: [PATCH] fix build error of driver/mfd/tc6393xb.c

... wrote: > At Fri, 4 Jul 2008 18:22:08 +0400, > Dmitry ... 2008 15:47:55 +0400, > > > > > > > Dmitry Baryshkov wrote: > > > > > > > > > > > > > > > > On Fri, Jul ... by HAVE_GPIO_LIB? -- With best wishes Dmitry -- To unsubscribe from this list: ...

linux-kernel - Dmitry Baryshkov - Jul 4 2008 - 11:27

[PATCH 1/3] genclk: add generic framework for managing clocks.

... 1,72 @@ +/* + * Copyright (C) 2008 Dmitry Baryshkov + * + * This file is released ... API implementation + * + * Copyright (c) 2008 Dmitry Baryshkov + * + * This file is released ... 5.6 -- With best wishes Dmitry -- To unsubscribe from this list ...

linux-kernel - Dmitry Baryshkov - Jul 8 2008 - 09:43

[RFC][PATCH 1/2] Clocklib: add generic framework for managing clocks.

... clocklib.c @@ -0,0 +1,432 @@ +/* + * lib/clocklib.c + * + * Copyright (C) 2008 Dmitry Baryshkov + * + * Generic clocks API implementation + * + ... 1.5.5.1 -- With best wishes Dmitry -- To unsubscribe from this list: send the ...

linux-kernel - Dmitry Baryshkov - May 22 2008 - 17:21

[RFC][PATCH 1/3] Clocklib: add generic framework for managing clocks.

... clocklib.c @@ -0,0 +1,318 @@ +/* + * lib/clocklib.c + * + * Copyright (C) 2008 Dmitry Baryshkov + * + * Generic clocks API implementation + * + ... 1.5.5.1 -- With best wishes Dmitry -- To unsubscribe from this list: send the ...

linux-kernel - Dmitry Baryshkov - Jun 8 2008 - 05:21

[PATCH] Add support for power_supply on tosa

... (tosa_bat_init); +module_exit(tosa_bat_exit); + +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Dmitry Baryshkov"); +MODULE_DESCRIPTION("Tosa battery driver"); -- 1.5.5.3 -- With best wishes Dmitry -- To unsubscribe from this list: send the ...

linux-kernel - Dmitry Baryshkov - Jun 20 2008 - 04:49

[PATCH 1/3] Clocklib: add generic framework for managing clocks.

... 1,58 @@ +/* + * Copyright (C) 2008 Dmitry Baryshkov + * + * This file is released ... API implementation + * + * Copyright (c) 2008 Dmitry Baryshkov + * + * This file is released ... 5.4 -- With best wishes Dmitry -- To unsubscribe from this list ...

linux-kernel - Dmitry Baryshkov - Jun 26 2008 - 08:51

Re: [PATCH] Add support for power_supply on tosa

... 2008 at 06:51:07PM +0400, Dmitry Baryshkov wrote: > Hi, > > Please consider ... on tosa > > Signed-off-by: Dmitry Baryshkov > --- > drivers/ ... this version? -- With best wishes Dmitry -- To unsubscribe from this list: ...

linux-kernel - Dmitry Baryshkov - Jun 30 2008 - 11:32

Re: dma-coherent: add documentation to new interfaces

... Commit: b6d4f7e3ef25beb8c658c97867d98883e69dc544 > > Parent: 8fa8b9fbab90c74139e8e868fe5b30b6a9f6be65 > > Author: Dmitry Baryshkov > > AuthorDate ... 6.3 -- With best wishes Dmitry -- To unsubscribe from this list ...

linux-kernel - Dmitry Baryshkov - Jul 30 2008 - 06:46

Re: [PATCH] Make gpiochip label const

... -kernel@vger.kernel.org > > Cc: Dmitry Baryshkov , > > David ... char pointer. > > > > Signed-off-by: Dmitry Baryshkov > > Cc: ... -rc? Thanks. -- With best wishes Dmitry -- To unsubscribe from this list ...

linux-kernel - Dmitry Baryshkov - Aug 17 2008 - 15:00

Re: [RFC][PATCH 1/2] Clocklib: add generic framework for managing clocks.

... :45PM +0200, Haavard Skinnemoen wrote: > Dmitry wrote: > > Hi ... Skinnemoen : > > > Dmitry Baryshkov wrote ... 2008 01:21:42 +0400 > > >> > Dmitry Baryshkov wrote ...

linux-kernel - Dmitry Baryshkov - May 28 2008 - 11:34

Re: [PATCH 1/6] Core driver for WM97xx touchscreens

... 17 00:00:00 2001 From: Dmitry Baryshkov Date: Sat ... ] Fix wm97xx_resume Signed-off-by: Dmitry Baryshkov --- drivers/input ... 5.3.8 -- With best wishes Dmitry -- To unsubscribe from this list: ...

linux-kernel - Dmitry Baryshkov - Jan 26 2008 - 06:18

[PATCH 1/5] Add generic framework for managing clocks.

... a safe way. Signed-off-by: Dmitry Baryshkov --- include/linux ... +1,85 @@ +/* + * Copyright (C) 2008 Dmitry Baryshkov + * + * This file is released ... 5.3.8 -- With best wishes Dmitry -- To unsubscribe from this list: ...

linux-kernel - Dmitry Baryshkov - Feb 2 2008 - 19:00

speck-geostationary