Workqueue in Linux Kernel Part 2 – Linux Device Driver Tutorial Part 15

Workqueue in Linux

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. In our previous tutorial, we have seen the Workqueue in Linux using the Static method. This is … Read more

Interrupts in Linux Kernel – Linux Device Driver Tutorial Part 12

Interrupts in Linux kernel

This article is a continuation of the  Series on Linux Device Drivers and carries the discussion on Linux device drivers and their implementation. The aim of this series is to provide easy and practical examples that anyone can understand. This is the Interrupts in Linux kernel driver – Linux Device Driver Tutorial Part 12. You … Read more