Message ID | 56E1498F.2030107@hisilicon.com |
---|---|
State | New |
Headers | show |
On Thu, Mar 10, 2016 at 06:16:47PM +0800, Wei Xu wrote: > Hi Arnd, Hi Olof, Hi Kevin, > > Please help to pull the following changes. > Thanks! > > Best Regards, > Wei Hi Wei, Sending the main pull request for a platform after -rc7 is much too late. We will sometimes take incremental smaller updates late in the cycle, but we ask for all main material to be present earlier. (We also sometimes make an exception if we make a mistake and miss a pull request). So, please resend this after -rc1 and we can queue it for 4.7. Also, see below: > arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 196 ++++++- > arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 586 +++++++++++++++++++ > arch/arm64/boot/dts/hisilicon/hikey-gpio.dtsi | 607 +++++++++++++++++++ > arch/arm64/boot/dts/hisilicon/hikey-pinctrl.dtsi | 705 +++++++++++++++++++++++ > include/dt-bindings/pinctrl/hisi.h | 59 ++ > 5 files changed, 2149 insertions(+), 4 deletions(-) > create mode 100644 arch/arm64/boot/dts/hisilicon/hikey-gpio.dtsi > create mode 100644 arch/arm64/boot/dts/hisilicon/hikey-pinctrl.dtsi > create mode 100644 include/dt-bindings/pinctrl/hisi.h The pinctrl changes need an Ack from the pinctrl maintainer. -Olof
Hi Olof, On 13/03/2016 01:32, Olof Johansson wrote: > On Thu, Mar 10, 2016 at 06:16:47PM +0800, Wei Xu wrote: >> Hi Arnd, Hi Olof, Hi Kevin, >> >> Please help to pull the following changes. >> Thanks! >> >> Best Regards, >> Wei > > Hi Wei, > > Sending the main pull request for a platform after -rc7 is much too late. > We will sometimes take incremental smaller updates late in the cycle, but we > ask for all main material to be present earlier. (We also sometimes make an > exception if we make a mistake and miss a pull request). > > So, please resend this after -rc1 and we can queue it for 4.7. Sorry for the late pull request! I will resend it again once 4.7-re1 is released. Thanks! > > Also, see below: > >> arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 196 ++++++- >> arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 586 +++++++++++++++++++ >> arch/arm64/boot/dts/hisilicon/hikey-gpio.dtsi | 607 +++++++++++++++++++ >> arch/arm64/boot/dts/hisilicon/hikey-pinctrl.dtsi | 705 +++++++++++++++++++++++ >> include/dt-bindings/pinctrl/hisi.h | 59 ++ >> 5 files changed, 2149 insertions(+), 4 deletions(-) >> create mode 100644 arch/arm64/boot/dts/hisilicon/hikey-gpio.dtsi >> create mode 100644 arch/arm64/boot/dts/hisilicon/hikey-pinctrl.dtsi >> create mode 100644 include/dt-bindings/pinctrl/hisi.h > > The pinctrl changes need an Ack from the pinctrl maintainer. I will ask the author to resend the patch and get the Ack. Thanks! Best Regards, Wei > > > -Olof > > . >
On Sun, Mar 13, 2016 at 2:32 AM, Olof Johansson <olof@lixom.net> wrote: > On Thu, Mar 10, 2016 at 06:16:47PM +0800, Wei Xu wrote: >> create mode 100644 arch/arm64/boot/dts/hisilicon/hikey-gpio.dtsi >> create mode 100644 arch/arm64/boot/dts/hisilicon/hikey-pinctrl.dtsi >> create mode 100644 include/dt-bindings/pinctrl/hisi.h > > The pinctrl changes need an Ack from the pinctrl maintainer. Looks mostly SoC related, but sure I'll go in and have a look. Yours, Linus Walleij