The driver project is done!
Report
Click to read the report
Code
I've posted the source code of the module on Github:https://github.com/TechplexEngineer/RPi-GPIO-Kernel-Midule
Low Level RPi Registers
Click for larger view
If you aim to travel down to the Raspberry Pi's low level registers to control your GPIO pins this resource might help you. In the process of developing my Kernel Module I needed a register map that was easy to understand and didn't require a lot of mental visualization. Since the documentation from Broadcom describes the registers quite well I was able to make a more visual document to aid in my debugging and development.