RevolutionPi / piControl

Kernel module for data exchange with RevPi I/O-Modules and Gateways
81 stars 24 forks source link

piControl: add module depency for DIN on compact #46

Closed linosanfilippo-kunbus closed 2 years ago

linosanfilippo-kunbus commented 2 years ago

Add a module dependency for the GPIO chip driver gpio-max3191x. This is needed by REVPI compact to avoid situations in which piControl module is loaded while the chip driver is not available yet.

Signed-off-by: Lino Sanfilippo l.sanfilippo@kunbus.com

iluminat23 commented 2 years ago

I guess this problem could also happen on 4.19? Should we also apply this to the master?

linosanfilippo-kunbus commented 2 years ago

I guess this problem could also happen on 4.19? Should we also apply this to the master?

Yes, I will create a PR for master, too