[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20190510.151501.1636787564971451909.davem@davemloft.net>
Date: Fri, 10 May 2019 15:15:01 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: ynezz@...e.cz
Cc: netdev@...r.kernel.org, matthias.bgg@...il.com, andrew@...n.ch,
robh@...nel.org, linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org
Subject: Re: [PATCH net 0/5] of_get_mac_address fixes
From: Petr Štetiar <ynezz@...e.cz>
Date: Fri, 10 May 2019 11:35:13 +0200
> 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.
Series applied, thanks.
Powered by blists - more mailing lists