[PATCH] drm/edid: Allow comma separated edid binaries. (v2)

2015-08-27 Thread Jani Nikula
On Wed, 26 Aug 2015, Bob Paauwe wrote: > Allow comma separated filenames in the edid_firmware parameter. > > For example: > > edid_firmware=eDP-1:edid/1280x480.bin,DP-2:edid/1920x1080.bin > > v2: Use strsep() to simplify parsing of comma seperated string. (Matt) > Move initial bail before strd

[PATCH] drm/edid: Allow comma separated edid binaries. (v2)

2015-08-26 Thread Bob Paauwe
Allow comma separated filenames in the edid_firmware parameter. For example: edid_firmware=eDP-1:edid/1280x480.bin,DP-2:edid/1920x1080.bin v2: Use strsep() to simplify parsing of comma seperated string. (Matt) Move initial bail before strdup. (Matt) Reviewed-by: Matt Roper Signed-off-by: B