linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <064955d033503f129c3e138b0563817d1fffab27.1465490774.git.hramrach@gmail.com>]
  • [parent not found: <6495575d7c7e14da06f86d88a6a15042b4c6b96a.1465490774.git.hramrach@gmail.com>]
  • [parent not found: <6962eec8da0b5255cafd7782bcc39ca19041c2b1.1465490774.git.hramrach@gmail.com>]
  • * Re: [PATCH v3 00/13] sunxi spi fixes
           [not found] <cover.1465490774.git.hramrach@gmail.com>
                       ` (3 preceding siblings ...)
           [not found] ` <6962eec8da0b5255cafd7782bcc39ca19041c2b1.1465490774.git.hramrach@gmail.com>
    @ 2016-06-13 19:57 ` Maxime Ripard
      2016-06-14  4:50   ` Michal Suchanek
      2016-06-17 10:34   ` Michal Suchanek
           [not found] ` <c27d58f634daa4785e90c2716c8bb90399db3bf2.1465490774.git.hramrach@gmail.com>
                       ` (2 subsequent siblings)
      7 siblings, 2 replies; 23+ messages in thread
    From: Maxime Ripard @ 2016-06-13 19:57 UTC (permalink / raw)
      To: Michal Suchanek
      Cc: linux-sunxi, stable, Rob Herring, Pawel Moll, Mark Rutland,
    	Ian Campbell, Kumar Gala, Chen-Yu Tsai, Russell King, Mark Brown,
    	Arnd Bergmann, Olof Johansson, Krzysztof Kozlowski,
    	Javier Martinez Canillas, Simon Horman, Sjoerd Simons,
    	Thierry Reding, Alison Wang, Timo Sigurdsson, Jonathan Liu,
    	Gerhard Bertelsmann, Priit Laes, devicetree, linux-arm-kernel,
    	linux-kernel, linux-spi
    
    [-- Attachment #1: Type: text/plain, Size: 1103 bytes --]
    
    On Mon, Jun 13, 2016 at 05:46:48PM -0000, Michal Suchanek wrote:
    > Hello,
    > 
    > This is update of the sunxi spi patches that should give full-featured SPI
    > driver.
    > 
    > First three patches fix issues with the current driver and can be of use for
    > stable kernels so adding cc for those.
    > 
    > I merged the sun4i and sun6i driver because there several issues that need to
    > be fixed in both separately and they are even out of sync wrt some fixes.
    > I guess some of the merge patches can be squashed.
    > 
    > I tested this with A10s Olinuxino Micro. I have no sun6i device so I cannot
    > tell if that side was broken by this patchset - especially the last patch that
    > adds DMA was afaik never tested on sun6i.
    
    So, you didn't run that code through checkpatch and you rewrite the
    whole thing entirely without even testing it... Awesome.
    
    For the record, I'm still very much opposed to such a merge.
    
    The first fixes are very welcome though, can and should go in.
    
    Maxime
    
    -- 
    Maxime Ripard, Free Electrons
    Embedded Linux, Kernel and Android engineering
    http://free-electrons.com
    
    [-- Attachment #2: signature.asc --]
    [-- Type: application/pgp-signature, Size: 819 bytes --]
    
    ^ permalink raw reply	[flat|nested] 23+ messages in thread
  • [parent not found: <c27d58f634daa4785e90c2716c8bb90399db3bf2.1465490774.git.hramrach@gmail.com>]
  • [parent not found: <ad0ec30ef6b01f58e1b3b92da06e6cbd5c947354.1465490774.git.hramrach@gmail.com>]
  • [parent not found: <cccbd6c3f0a194ec6eecd6627c4874da7b936f37.1465490774.git.hramrach@gmail.com>]

  • end of thread, other threads:[~2016-07-30 17:33 UTC | newest]
    
    Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <cover.1465490774.git.hramrach@gmail.com>
         [not found] ` <2db0ce0ea1ddc17e9bb790c8cc50bcb4bb97be58.1465490774.git.hramrach@gmail.com>
    2016-06-13 19:55   ` [PATCH v3 01/13] spi: sunxi: set maximum and minimum speed of SPI master Maxime Ripard
         [not found] ` <064955d033503f129c3e138b0563817d1fffab27.1465490774.git.hramrach@gmail.com>
    2016-06-13 19:55   ` [PATCH v3 02/13] spi: sunxi: fix transfer timeout Maxime Ripard
         [not found] ` <6495575d7c7e14da06f86d88a6a15042b4c6b96a.1465490774.git.hramrach@gmail.com>
    2016-06-13 19:56   ` [PATCH v3 03/13] spi: sun4i: fix FIFO limit Maxime Ripard
         [not found] ` <6962eec8da0b5255cafd7782bcc39ca19041c2b1.1465490774.git.hramrach@gmail.com>
    2016-06-13 19:56   ` [PATCH v3 04/13] spi: sunxi: expose maximum transfer size limit Maxime Ripard
    2016-06-13 19:57 ` [PATCH v3 00/13] sunxi spi fixes Maxime Ripard
    2016-06-14  4:50   ` Michal Suchanek
    2016-06-17 10:34   ` Michal Suchanek
    2016-07-25  7:32     ` Maxime Ripard
    2016-07-25  8:03       ` Michal Suchanek
    2016-07-29 20:22         ` Maxime Ripard
    2016-07-30 17:32           ` Michal Suchanek
         [not found] ` <c27d58f634daa4785e90c2716c8bb90399db3bf2.1465490774.git.hramrach@gmail.com>
    2016-06-13 23:31   ` [linux-sunxi] [PATCH v3 07/13] spi: sunxi: rename constants to match between sun4i and sun6i Julian Calaby
    2016-06-14  4:43     ` Michal Suchanek
         [not found] ` <ad0ec30ef6b01f58e1b3b92da06e6cbd5c947354.1465490774.git.hramrach@gmail.com>
    2016-06-13 23:43   ` [linux-sunxi] [PATCH v3 10/13] spi: sunxi: merge sun4i and sun6i SPI driver Julian Calaby
    2016-06-14  4:34     ` Michal Suchanek
    2016-06-14  4:47       ` Julian Calaby
    2016-06-14  5:28         ` Michal Suchanek
    2016-06-14  5:45           ` Julian Calaby
    2016-06-14  6:35             ` Michal Suchanek
    2016-06-14 11:20               ` Julian Calaby
         [not found] ` <cccbd6c3f0a194ec6eecd6627c4874da7b936f37.1465490774.git.hramrach@gmail.com>
    2016-06-13 23:45   ` [linux-sunxi] [PATCH v3 11/13] dt: spi: sun4i: merge sun4i and sun6i binding doc Julian Calaby
    2016-06-14  4:40     ` Michal Suchanek
    2016-06-14  4:48       ` Julian Calaby
    

    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).