kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Device Driver Help
@ 2011-04-11 19:45 Naveen Kumar
  2011-04-12  6:49 ` Niamathullah sharief
  2011-04-12  9:22 ` Gasparini Andrea
  0 siblings, 2 replies; 5+ messages in thread
From: Naveen Kumar @ 2011-04-11 19:45 UTC (permalink / raw)
  To: kernelnewbies

Hi,
I am very new to device driver area and has some basic knowledge of char and
block device driver and linux kernel. I am little bit aware of some of
subsystem of kernel but I am not able to co-relate which device driver file
is pure software driver and more or less part of kernel subsystem to achieve
hardware abstraction and which driver files deals with real hardware.
It would be great help if someone can provide some real example with some
open hardware datasheet, some basic code snippet will help me a lot.

Thanks,
A Kernel Newbie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110411/68e1aaae/attachment.html 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Device Driver Help
  2011-04-11 19:45 Device Driver Help Naveen Kumar
@ 2011-04-12  6:49 ` Niamathullah sharief
  2011-04-12  8:12   ` Xiangfu Liu
  2011-04-12  9:22 ` Gasparini Andrea
  1 sibling, 1 reply; 5+ messages in thread
From: Niamathullah sharief @ 2011-04-12  6:49 UTC (permalink / raw)
  To: kernelnewbies

Same question from me...Please help us....

On Tue, Apr 12, 2011 at 1:15 AM, Naveen Kumar <navee83@gmail.com> wrote:

> Hi,
> I am very new to device driver area and has some basic knowledge of char
> and block device driver and linux kernel. I am little bit aware of some of
> subsystem of kernel but I am not able to co-relate which device driver file
> is pure software driver and more or less part of kernel subsystem to achieve
> hardware abstraction and which driver files deals with real hardware.
> It would be great help if someone can provide some real example with some
> open hardware datasheet, some basic code snippet will help me a lot.
>
> Thanks,
> A Kernel Newbie
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110412/f1188219/attachment.html 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Device Driver Help
  2011-04-12  6:49 ` Niamathullah sharief
@ 2011-04-12  8:12   ` Xiangfu Liu
  0 siblings, 0 replies; 5+ messages in thread
From: Xiangfu Liu @ 2011-04-12  8:12 UTC (permalink / raw)
  To: kernelnewbies

Hi 

there are some drivers code:
 http://projects.qi-hardware.com/index.php/p/openwrt-xburst/source/tree/master/target/linux/xburst/files-2.6.32/drivers
you can find all datasheet here:
 http://downloads.qi-hardware.com/hardware/datasheets/qi_lb60/
 
hardware info:
 http://en.qi-hardware.com/wiki/Hardware_basics
 http://en.qi-hardware.com/wiki/Hardware_basics#Schematic

the qi hardware is prompt "copyleft hardware" all source code is free software, 
all document is CC. 

maybe you can find some info on that project.

On 04/12/2011 02:49 PM, Niamathullah sharief wrote:
> Same question from me...Please help us....
> 
> On Tue, Apr 12, 2011 at 1:15 AM, Naveen Kumar <navee83@gmail.com> wrote:
> 
>> Hi,
>> I am very new to device driver area and has some basic knowledge of char
>> and block device driver and linux kernel. I am little bit aware of some of
>> subsystem of kernel but I am not able to co-relate which device driver file
>> is pure software driver and more or less part of kernel subsystem to achieve
>> hardware abstraction and which driver files deals with real hardware.
>> It would be great help if someone can provide some real example with some
>> open hardware datasheet, some basic code snippet will help me a lot.
>>
>> Thanks,
>> A Kernel Newbie


-- 
Best Regards
Xiangfu
-- Qi RSS feed, http://en.qi-hardware.com/feed/rss20.xml --

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Device Driver Help
  2011-04-11 19:45 Device Driver Help Naveen Kumar
  2011-04-12  6:49 ` Niamathullah sharief
@ 2011-04-12  9:22 ` Gasparini Andrea
  2011-04-12 13:47   ` Xiangfu Liu
  1 sibling, 1 reply; 5+ messages in thread
From: Gasparini Andrea @ 2011-04-12  9:22 UTC (permalink / raw)
  To: kernelnewbies

Hi,

On Mon, Apr 11, 2011 at 9:45 PM, Naveen Kumar <navee83@gmail.com> wrote:
> I am very new to device driver area and has some basic knowledge of char and
> block device driver and linux kernel. I am little bit aware of some of
> subsystem of kernel but I am not able to co-relate which device driver file
> is pure software driver and more or less part of kernel subsystem to achieve
> hardware abstraction and which driver files deals with real hardware.
> It would be great help if someone can provide some real example with some
> open hardware datasheet, some basic code snippet will help me a lot.

you can take a look at the OpenMoko project, I never gave a deep look
at it, but it should be entirely open, even the hardware parts.

bye
--
-gaspa-

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Device Driver Help
  2011-04-12  9:22 ` Gasparini Andrea
@ 2011-04-12 13:47   ` Xiangfu Liu
  0 siblings, 0 replies; 5+ messages in thread
From: Xiangfu Liu @ 2011-04-12 13:47 UTC (permalink / raw)
  To: kernelnewbies

On 04/12/2011 05:22 PM, Gasparini Andrea wrote:
> Hi,
> 
> On Mon, Apr 11, 2011 at 9:45 PM, Naveen Kumar <navee83@gmail.com>
> wrote:
>> I am very new to device driver area and has some basic knowledge of
>> char and block device driver and linux kernel. I am little bit
>> aware of some of subsystem of kernel but I am not able to co-relate
>> which device driver file is pure software driver and more or less
>> part of kernel subsystem to achieve hardware abstraction and which
>> driver files deals with real hardware. It would be great help if
>> someone can provide some real example with some open hardware
>> datasheet, some basic code snippet will help me a lot.
> 
> you can take a look at the OpenMoko project, I never gave a deep
> look at it, but it should be entirely open, even the hardware parts.

definitely not open then qi-hardware ben nanonote. Ben Nanonote simply, 
open and active now you can always get answer in qi-hardware list or 
IRC  #qi-hardware @freenode.net

ben nanonote have committed some code to linux.org you can find the 
it after 2.6.36 :)

BTW:
OpenMoko have canceled develop FreeRunner. the other device WikiReader 
is not base on GNU/Linux system.

-- 
Best Regards
Xiangfu
-- Qi RSS feed, http://en.qi-hardware.com/feed/rss20.xml --

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-04-12 13:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-11 19:45 Device Driver Help Naveen Kumar
2011-04-12  6:49 ` Niamathullah sharief
2011-04-12  8:12   ` Xiangfu Liu
2011-04-12  9:22 ` Gasparini Andrea
2011-04-12 13:47   ` Xiangfu Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).