[U-Boot] [PATCH v2 03/55] dm: syscon: Allow finding devices by driver data
Bin Meng
bmeng.cn at gmail.com
Thu Jan 21 08:58:46 CET 2016
On Thu, Jan 21, 2016 at 1:58 PM, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass <sjg at chromium.org> wrote:
>> We have a way to find a regmap by its syscon driver data value. Add the same
>> for syscon itself.
>>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>> ---
>>
>> Changes in v2:
>> - Add missing 'given' word
>>
>> drivers/core/syscon-uclass.c | 31 +++++++++++++++++++------------
>> include/syscon.h | 14 ++++++++++++++
>> test/dm/syscon.c | 17 +++++++++++++++++
>> 3 files changed, 50 insertions(+), 12 deletions(-)
>>
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
applied to u-boot-x86/master, thanks!
More information about the U-Boot
mailing list