Linux Device Drivers Development
eBook - ePub

Linux Device Drivers Development

,
  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Linux Device Drivers Development

,
Book details
Table of contents
Citations

About This Book

Learn to develop customized device drivers for your embedded Linux systemAbout This Book• Learn to develop customized Linux device drivers• Learn the core concepts of device drivers such as memory management, kernel caching, advanced IRQ management, and so on.• Practical experience on the embedded side of LinuxWho This Book Is ForThis book will help anyone who wants to get started with developing their own Linux device drivers for embedded systems. Embedded Linux users will benefit highly from this book.This book covers all about device driver development, from char drivers to network device drivers to memory management.What You Will Learn• Use kernel facilities to develop powerful drivers• Develop drivers for widely used I2C and SPI devices and use the regmap API• Write and support devicetree from within your drivers• Program advanced drivers for network and frame buffer devices• Delve into the Linux irqdomain API and write interrupt controller drivers• Enhance your skills with regulator and PWM frameworks• Develop measurement system drivers with IIO framework• Get the best from memory management and the DMA subsystem• Access and manage GPIO subsystems and develop GPIO controller driversIn DetailLinux kernel is a complex, portable, modular and widely used piece of software, running on around 80% of servers and embedded systems in more than half of devices throughout the World. Device drivers play a critical role in how well a Linux system performs. As Linux has turned out to be one of the most popular operating systems used, the interest in developing proprietary device drivers is also increasing steadily.This book will initially help you understand the basics of drivers as well as prepare for the long journey through the Linux Kernel. This book then covers drivers development based on various Linux subsystems such as memory management, PWM, RTC, IIO, IRQ management, and so on. The book also offers a practical approach on direct memory access and network device drivers.By the end of this book, you will be comfortable with the concept of device driver development and will be in a position to write any device driver from scratch using the latest kernel version (v4.13 at the time of writing this book).Style and approachA set of engaging examples to develop Linux device drivers

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Linux Device Drivers Development by in PDF and/or ePUB format, as well as other popular books in Computer Science & Operating Systems. We have over one million books available in our catalogue for you to explore.

Information

Year
2017
ISBN
9781782174752
Edition
1

Table of contents

  1. Title Page
  2. Copyright
  3. Credits
  4. About the Author
  5. About the Reviewer
  6. www.PacktPub.com
  7. Customer Feedback
  8. Dedication
  9. Preface
  10. Introduction to Kernel Development
  11. Device Driver Basis
  12. Kernel Facilities and Helper Functions
  13. Character Device Drivers
  14. Platform Device Drivers
  15. The Concept of a Device Tree
  16. I2C Client Drivers
  17. SPI Device Drivers
  18. Regmap API - A Register Map Abstraction
  19. IIO Framework
  20. Kernel Memory Management
  21. DMA - Direct Memory Access
  22. The Linux Device Model
  23. Pin Control and GPIO Subsystem
  24. GPIO Controller Drivers - gpio_chip
  25. Advanced IRQ Management
  26. Input Devices Drivers
  27. RTC Drivers
  28. PWM Drivers
  29. Regulator Framework
  30. Framebuffer Drivers
  31. Network Interface Card Drivers