From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jules Maselbas Subject: [PATCH 0/2] max3421: add devicetree support Date: Fri, 15 Sep 2017 18:58:44 +0200 Message-ID: Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Greg Kroah-Hartman Cc: Rob Herring , Mark Rutland , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jules Maselbas List-Id: devicetree@vger.kernel.org Hi, This patchset adds devicetree support to the max3421 driver. Thoses modification are based on a previous (unapplied) patch series by Alexander Amelkin [1]. Since I am not a kernel expert I would a like to have your feedbacks on: 1. Under which condition pdata must be freed (in max3421_probe) ? 2. If it neccessary to free platform_data in max3421_remove function ? Thank you, [1]: [https://lkml.org/lkml/2017/5/26/285] --- Jules Maselbas (2): usb: max3421: Add devicetree support dt-bindings: max3421: Add bindings documentation .../devicetree/bindings/usb/maxim,max3421.txt | 24 ++++++ drivers/usb/host/max3421-hcd.c | 87 +++++++++++++++++++++- 2 files changed, 110 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/usb/maxim,max3421.txt -- 2.14.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html