On Tue, Nov 28, 2017 at 6:02 PM, Sean Paul seanpaul@chromium.org wrote:
On Tue, Nov 28, 2017 at 02:55:41PM -0800, Brian Norris wrote:
On Tue, Nov 28, 2017 at 12:48:43PM -0800, Matthias Kaehlcke wrote:
El Tue, Nov 28, 2017 at 07:20:05PM +0800 Nickey Yang ha dit:
Add the ROCKCHIP DSI controller driver that uses the Synopsys DesignWare MIPI DSI host controller bridge.
v2: add err_pllref, remove unnecessary encoder.enable & disable correct spelling mistakes v3: call dw_mipi_dsi_unbind() in dw_mipi_dsi_rockchip_unbind() fix typo, use of_device_get_match_data(), change some ‘bind()’ logic into 'probe()' add 'dev_set_drvdata()'
I believe the changelog normally goes below the "---", so it gets dropped when a maintainer applies a final version.
We're kind of different in drm land. Some prefer to keep the changelog above the fold and attribute the changes to reviewers so they get recognition for their efforts.
Ah, now I remember reading that somewhere. Seems nice, I suppose. (And hey, git logs are cheap.) I guess my "I don't review DRM patches much" status is showing :)
At any rate, I'm just happy to see changelogs.
Yep :)
Brian