From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751606AbdIOXbZ (ORCPT ); Fri, 15 Sep 2017 19:31:25 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:37902 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751211AbdIOXbY (ORCPT ); Fri, 15 Sep 2017 19:31:24 -0400 X-Google-Smtp-Source: AOwi7QAk1JrU4wkGLuZWl1AdxfaFaqOD1ADHL/KCc9pcbpNmocnnwKlifc7rVSYCFYoBaO1BVLyjQw== From: Serge Semin To: richard.leitner@skidata.com, gregkh@linuxfoundation.org, robh+dt@kernel.org, mark.rutland@arm.com Cc: Sergey.Semin@t-platforms.ru, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Serge Semin Subject: [PATCH 0/5] usb: usb251xb: Add USB2517i hub support and fix some bugs Date: Sat, 16 Sep 2017 02:31:08 +0300 Message-Id: <20170915233113.17855-1-fancer.lancer@gmail.com> X-Mailer: git-send-email 2.12.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Primarily it was intended to just add USB2517 hub support to the driver. But after tests a bug and inconistency were discovered. So it was decided to perform following changes: Changelog v1: - Add USB2517/i hub specifics support to the driver - Fix property_u32 NULL-pointer dereference - Add new {bus,self}-max-{power,curret} dts properties - Replace legacy GPIO API usage with descriptor-based one Serge Semin (5): usb: usb251xb: Add USB2517/i hub support usb: usb251xb: Fix property_u32 NULL pointer dereference usb: usb251xb: Add max power/current dts nodes usb: usb251xb: Use GPIO descriptor consumer interface usb: usb251xb: Add copyrights Documentation/devicetree/bindings/usb/usb251xb.txt | 12 +- drivers/usb/misc/usb251xb.c | 154 +++++++++++++++------ 2 files changed, 123 insertions(+), 43 deletions(-) -- 2.12.0