search for: mfd_add_devices

Displaying 2 results from an estimated 2 matches for "mfd_add_devices".

2016 Oct 06
1
[PATCH v9 17/19] drm/virtio: kconfig: Fix recursive dependency issue.
...sure what the reasoning behind the USB vs > USB_COMMON split. In seems that one could just fold them, but that's > another topic. On the MFD side... it follows the select {,mis,ab}use. > With one (the only one?) MFD driver not using/selecting MFD_CORE doing > it's own version of mfd_add_devices... which could be reworked, > possibly. Much like selecting VIRTIO in this patch, MFD_CORE is a non visible symbol with no dependencies so it matches the documentation Jani referenced. I personally think the approach taken makes sense, as why would you want to have a CONFIG_MFD_CORE=y symbol b...
2016 Oct 06
1
[PATCH v9 17/19] drm/virtio: kconfig: Fix recursive dependency issue.
...sure what the reasoning behind the USB vs > USB_COMMON split. In seems that one could just fold them, but that's > another topic. On the MFD side... it follows the select {,mis,ab}use. > With one (the only one?) MFD driver not using/selecting MFD_CORE doing > it's own version of mfd_add_devices... which could be reworked, > possibly. Much like selecting VIRTIO in this patch, MFD_CORE is a non visible symbol with no dependencies so it matches the documentation Jani referenced. I personally think the approach taken makes sense, as why would you want to have a CONFIG_MFD_CORE=y symbol b...