Difference between revisions of "Device drivers"

From eLinux.org
Jump to: navigation, search
(added link to gpio driver for raspberry pi model b+)
Line 17: Line 17:
 
* [http://lxr.free-electrons.com/source/drivers/pci/hotplug/pcihp_skeleton.c pcihp_skeleton.c - PCI Hot Plug Controller Skeleton Driver]
 
* [http://lxr.free-electrons.com/source/drivers/pci/hotplug/pcihp_skeleton.c pcihp_skeleton.c - PCI Hot Plug Controller Skeleton Driver]
 
* [http://lxr.free-electrons.com/source/drivers/net/loopback.c loopback.c - simple net_device implementing ifconfig  lo]
 
* [http://lxr.free-electrons.com/source/drivers/net/loopback.c loopback.c - simple net_device implementing ifconfig  lo]
 +
* [https://github.com/23ars/linux_gpio_driver gpio_driver - simple GPIO driver for Raspberry Pi model B+ ] ( not fully tested yet)
  
 
== Resources ==
 
== Resources ==
 
* [[Device Tree]] - information about device tree (increasingly required for new embedded drivers)
 
* [[Device Tree]] - information about device tree (increasingly required for new embedded drivers)

Revision as of 12:43, 4 February 2015

Manuals

Sample drivers

Resources

  • Device Tree - information about device tree (increasingly required for new embedded drivers)