linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • * Re: Mediatek pinctrl driver optimize and add Mediatek SoC Pinctrl/GPIO/EINT driver for mt6397/mt8127.
           [not found] <1431567346-33780-1-git-send-email-hongzhou.yang@mediatek.com>
           [not found] ` <1431567346-33780-6-git-send-email-hongzhou.yang@mediatek.com>
    @ 2015-05-15 15:09 ` Yingjoe Chen
           [not found] ` <1431567346-33780-2-git-send-email-hongzhou.yang@mediatek.com>
                       ` (8 subsequent siblings)
      10 siblings, 0 replies; 16+ messages in thread
    From: Yingjoe Chen @ 2015-05-15 15:09 UTC (permalink / raw)
      To: Hongzhou Yang
      Cc: Rob Herring, Matthias Brugger, Linus Walleij, Pawel Moll,
    	Mark Rutland, Ian Campbell, Kumar Gala, Russell King,
    	Catalin Marinas, Will Deacon, Samuel Ortiz, Lee Jones,
    	Sascha Hauer, Eddie Huang, Howard Chen, Ashwin Chaugule,
    	Chaotian Jing, Fabian Frederick, Maoguang Meng, Axel Lin,
    	devicetree, linux-kernel, linux-arm-kernel
    
    On Wed, 2015-05-13 at 18:35 -0700, Hongzhou Yang wrote:
    > This series patches include below changes:
    >   - Data struct optimize and remove unused member.
    >   - Since several mediatek soc use similiar input enable/smt/pull setting, add those settings into common code.
    >   - The first version of adding Mediatek SoC Pinctrl/GPIO driver for mt6397, mt6397 has 41 pins.
    >   - The first version of adding Mediatek SoC Pinctrl/GPIO/EINT driver for mt8127, mt8127 has 143 pins.
    > 
    > 
    > Hongzhou Yang (6):
    >   pinctrl: mediatek: add ies/smt control to common code.
    >   dt-bindings: mediatek: Modify pinctrl bindings for mt6397.
    >   pinctrl: mediatek: Add Pinctrl/GPIO driver for mt6397.
    >   pinctrl: dt bindings: mt6397: Add pinfunc header file for mt6397.
    >   arm64: dts: mt8173-evb: Add pinctrl/GPIO node for mt6397.
    >   ARM: dts: mt8135-evbp1: Add pinctrl/GPIO node for mt6397.
    > 
    > Yingjoe Chen (4):
    >   pinctrl: mediatek: data struct optimize and remove unused member
    >   pinctrl: mediatek: add mtk_pctrl_spec_pull_set_samereg common code
    >   pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt8127
    >   ARM: dts: mt8127: add pinctrl/GPIO/EINT node for mt8127
    
    
    Hi,
    
    There are several patches in this series, and they should go to
    different trees. Will it be easier for maintainers if we rearrange
    patches in the following order?
    
      dt-bindings: mediatek: Modify pinctrl bindings for mt6397.
      pinctrl: dt bindings: mt6397: Add pinfunc header file for mt6397.
      pinctrl: mediatek: data struct optimize and remove unused member
      pinctrl: mediatek: add mtk_pctrl_spec_pull_set_samereg common code
      pinctrl: mediatek: add ies/smt control to common code.
      pinctrl: mediatek: add Pinctrl/GPIO driver for mt6397.
      pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt8127
      mfd: mediatek: add GPIO sub module support into mfd.
      ARM: dts: mt8127: add pinctrl/GPIO/EINT node for mt8127
      arm64: dts: mt8173-evb: add pinctrl/GPIO node for mt6397.
      ARM: dts: mt8135-evbp1: add pinctrl/GPIO node for mt6397.
    
    To avoid build fail, the last 2 should not be merged until the second
    one is merged into mainline.
    
    Joe.C
    
    ^ permalink raw reply	[flat|nested] 16+ messages in thread
  • [parent not found: <1431567346-33780-2-git-send-email-hongzhou.yang@mediatek.com>]
  • [parent not found: <1431567346-33780-3-git-send-email-hongzhou.yang@mediatek.com>]
  • [parent not found: <1431567346-33780-4-git-send-email-hongzhou.yang@mediatek.com>]
  • [parent not found: <1431567346-33780-5-git-send-email-hongzhou.yang@mediatek.com>]
  • [parent not found: <1431567346-33780-7-git-send-email-hongzhou.yang@mediatek.com>]
  • [parent not found: <1431567346-33780-8-git-send-email-hongzhou.yang@mediatek.com>]
  • [parent not found: <1431567346-33780-9-git-send-email-hongzhou.yang@mediatek.com>]
  • [parent not found: <1431567346-33780-10-git-send-email-hongzhou.yang@mediatek.com>]
  • [parent not found: <1431567346-33780-11-git-send-email-hongzhou.yang@mediatek.com>]

  • end of thread, other threads:[~2015-05-21  8:02 UTC | newest]
    
    Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <1431567346-33780-1-git-send-email-hongzhou.yang@mediatek.com>
         [not found] ` <1431567346-33780-6-git-send-email-hongzhou.yang@mediatek.com>
    2015-05-14  7:22   ` [PATCH 05/10] pinctrl: mediatek: Add Pinctrl/GPIO driver for mt6397 Lee Jones
    2015-05-15  3:12     ` Hongzhou Yang
    2015-05-15 15:09 ` Mediatek pinctrl driver optimize and add Mediatek SoC Pinctrl/GPIO/EINT driver for mt6397/mt8127 Yingjoe Chen
         [not found] ` <1431567346-33780-2-git-send-email-hongzhou.yang@mediatek.com>
    2015-05-19  8:49   ` [PATCH 01/10] pinctrl: mediatek: data struct optimize and remove unused member Linus Walleij
         [not found] ` <1431567346-33780-3-git-send-email-hongzhou.yang@mediatek.com>
    2015-05-19  8:50   ` [PATCH 02/10] pinctrl: mediatek: add mtk_pctrl_spec_pull_set_samereg common code Linus Walleij
         [not found] ` <1431567346-33780-4-git-send-email-hongzhou.yang@mediatek.com>
    2015-05-19  8:51   ` [PATCH 03/10] pinctrl: mediatek: add ies/smt control to " Linus Walleij
         [not found] ` <1431567346-33780-5-git-send-email-hongzhou.yang@mediatek.com>
    2015-05-19  8:53   ` [PATCH 04/10] dt-bindings: mediatek: Modify pinctrl bindings for mt6397 Linus Walleij
         [not found] ` <1431567346-33780-7-git-send-email-hongzhou.yang@mediatek.com>
         [not found]   ` <1431567346-33780-7-git-send-email-hongzhou.yang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
    2015-05-19  8:55     ` [PATCH 06/10] pinctrl: dt bindings: mt6397: Add pinfunc header file " Linus Walleij
         [not found] ` <1431567346-33780-8-git-send-email-hongzhou.yang@mediatek.com>
    2015-05-19  8:57   ` [PATCH 07/10] arm64: dts: mt8173-evb: Add pinctrl/GPIO node " Linus Walleij
         [not found] ` <1431567346-33780-9-git-send-email-hongzhou.yang@mediatek.com>
         [not found]   ` <1431567346-33780-9-git-send-email-hongzhou.yang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
    2015-05-19  8:57     ` [PATCH 08/10] ARM: dts: mt8135-evbp1: " Linus Walleij
    2015-05-21  7:53       ` Matthias Brugger
    2015-05-21  8:02         ` Matthias Brugger
         [not found] ` <1431567346-33780-10-git-send-email-hongzhou.yang@mediatek.com>
    2015-05-19  9:01   ` [PATCH 09/10] pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt8127 Linus Walleij
         [not found] ` <1431567346-33780-11-git-send-email-hongzhou.yang@mediatek.com>
    2015-05-19  9:02   ` [PATCH 10/10] ARM: dts: mt8127: add pinctrl/GPIO/EINT node " Linus Walleij
         [not found]     ` <CACRpkdZJ0oVQxLjOv_YVm_RN8_8ActMAx0hfNJDoJBdV7Rc=Qw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
    2015-05-21  7:54       ` Matthias Brugger
         [not found]         ` <CABuKBe+5zbGyb7hF3Q2VXtmm6C3QdmUV9jGJ1hdTAPY-Hbb2aw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
    2015-05-21  8:02           ` Matthias Brugger
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).