Integrate egalaxi2c/create_devnodes_refactor
Move the removal of the proc entry to the module exit function
Previously, the driver tried to remove the entry for each touch device. This resulted in an error if there were more than two touch devices.
--
Add special file creation
Now a corresponding file is created in the user space for each i2c char touch device. This is required for touch controller update and tuning purposes.
BCS 746-000654
--
Cleanup whitespaces