From: David S. Miller Date: Fri, 10 May 2019 22:14:30 +0000 (-0700) Subject: Merge branch 'of_get_mac_address-fixes' X-Git-Tag: v5.2-rc1~80^2~16 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9593dc3535a3ed3a2016b39019b9d84f954e289c;p=uclinux-h8%2Flinux.git Merge branch 'of_get_mac_address-fixes' Petr Štetiar says: ==================== of_get_mac_address fixes this patch series is hopefuly the last series of the fixes which are related to the introduction of NVMEM support into of_get_mac_address. First patch is removing `nvmem-mac-address` property which was wrong idea as I've allocated the property with devm_kzalloc and then added it to DT, so then 2 entities would be refcounting the allocation. So if the driver unbinds, the buffer is freed, but DT code would be still referencing that memory. Second patch fixes some unwanted references to the Linux API in the DT bindings documentation. Patches 3-5 should hopefully make compilers and thus kbuild test robot happy. ==================== Signed-off-by: David S. Miller --- 9593dc3535a3ed3a2016b39019b9d84f954e289c