All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Update DWMMC controller
       [not found] <CGME20170629111836epcas1p121e8e67839212fd967091905d647cc3b@epcas1p1.samsung.com>
@ 2017-06-29 11:18 ` Jaehoon Chung
  2017-06-29 15:17   ` Ulf Hansson
  0 siblings, 1 reply; 8+ messages in thread
From: Jaehoon Chung @ 2017-06-29 11:18 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ulf Hansson, Shawn Lin

Dear Ulf,

Could you pull these patches to mmc-next?
If there is a problem, let me know, plz. Sorry for late.


The following changes since commit 2fe35968feccaee61413edbe54bec66bc80a67a7:

  mmc: renesas-sdhi: improve checkpatch cleanness (2017-06-20 10:30:50 +0200)

are available in the git repository at:

  https://github.com/jh80chung/dw-mmc.git for-ulf

for you to fetch changes up to df596cbdcb63563ab259448b0dbe006eab3b2fd5:

  mmc: dw_mmc: remove the unnecessary slot variable (2017-06-29 20:15:44 +0900)

----------------------------------------------------------------
Jaehoon Chung (6):
      mmc: dw_mmc: deprecated the "num-slots" property
      mmc: dw_mmc: remove the loop about finding slots
      mmc: dw_mmc: change the array of slots
      mmc: dw_mmc: remove the 'id' arguments about functions relevant to slot
      mmc: dw_mmc: use the 'slot' instead of 'cur_slot'
      mmc: dw_mmc: remove the unnecessary slot variable

Shawn Lin (2):
      dt-bindings: rockchip-dw-mshc: add optional rockchip, desired-num-phases
      mmc: dw_mmc-rockchip: parse rockchip, desired-num-phases from DT

 .../devicetree/bindings/mmc/rockchip-dw-mshc.txt   |   4 +
 drivers/mmc/host/dw_mmc-exynos.c                   |   4 +-
 drivers/mmc/host/dw_mmc-rockchip.c                 |  48 +++---
 drivers/mmc/host/dw_mmc.c                          | 165 +++++++--------------
 drivers/mmc/host/dw_mmc.h                          |   7 +-
 5 files changed, 91 insertions(+), 137 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] Update DWMMC controller
  2017-06-29 11:18 ` [GIT PULL] Update DWMMC controller Jaehoon Chung
@ 2017-06-29 15:17   ` Ulf Hansson
  0 siblings, 0 replies; 8+ messages in thread
From: Ulf Hansson @ 2017-06-29 15:17 UTC (permalink / raw)
  To: Jaehoon Chung; +Cc: linux-mmc, Shawn Lin

On 29 June 2017 at 13:18, Jaehoon Chung <jh80.chung@samsung.com> wrote:
> Dear Ulf,
>
> Could you pull these patches to mmc-next?
> If there is a problem, let me know, plz. Sorry for late.
>
>
> The following changes since commit 2fe35968feccaee61413edbe54bec66bc80a67a7:
>
>   mmc: renesas-sdhi: improve checkpatch cleanness (2017-06-20 10:30:50 +0200)
>
> are available in the git repository at:
>
>   https://github.com/jh80chung/dw-mmc.git for-ulf
>
> for you to fetch changes up to df596cbdcb63563ab259448b0dbe006eab3b2fd5:
>
>   mmc: dw_mmc: remove the unnecessary slot variable (2017-06-29 20:15:44 +0900)
>
> ----------------------------------------------------------------
> Jaehoon Chung (6):
>       mmc: dw_mmc: deprecated the "num-slots" property
>       mmc: dw_mmc: remove the loop about finding slots
>       mmc: dw_mmc: change the array of slots
>       mmc: dw_mmc: remove the 'id' arguments about functions relevant to slot
>       mmc: dw_mmc: use the 'slot' instead of 'cur_slot'
>       mmc: dw_mmc: remove the unnecessary slot variable
>
> Shawn Lin (2):
>       dt-bindings: rockchip-dw-mshc: add optional rockchip, desired-num-phases
>       mmc: dw_mmc-rockchip: parse rockchip, desired-num-phases from DT
>
>  .../devicetree/bindings/mmc/rockchip-dw-mshc.txt   |   4 +
>  drivers/mmc/host/dw_mmc-exynos.c                   |   4 +-
>  drivers/mmc/host/dw_mmc-rockchip.c                 |  48 +++---
>  drivers/mmc/host/dw_mmc.c                          | 165 +++++++--------------
>  drivers/mmc/host/dw_mmc.h                          |   7 +-
>  5 files changed, 91 insertions(+), 137 deletions(-)

Thanks, pulled into next!

Kind regards
Uffe

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] Update DWMMC controller
  2017-08-18  5:48 ` Jaehoon Chung
@ 2017-08-21 12:32   ` Ulf Hansson
  0 siblings, 0 replies; 8+ messages in thread
From: Ulf Hansson @ 2017-08-21 12:32 UTC (permalink / raw)
  To: Jaehoon Chung; +Cc: linux-mmc

On 18 August 2017 at 07:48, Jaehoon Chung <jh80.chung@samsung.com> wrote:
>
> Dear Ulf,
>
> Could you pull these patches to next branch?
> If there is any issue, let me know, plz.
>
> The following changes since commit 7bb2a5d1342fcba2e32406fdb1e4c3d501ec6782:
>
>   Merge branch 'fixes' into next (2017-08-09 13:22:47 +0200)
>
> are available in the git repository at:
>
>   https://github.com/jh80chung/dw-mmc.git for-ulf
>
> for you to fetch changes up to 024d4a5a8a89f247d36fd36a2f61f53bf8eae586:
>
>   mmc: dw_mmc: introduce timer for broken command transfer over scheme (2017-08-18 14:44:40 +0900)
>
> ----------------------------------------------------------------
> Addy Ke (1):
>       mmc: dw_mmc: introduce timer for broken command transfer over scheme
>
> liwei (2):
>       mmc: dw_mmc: move controller reset before driver init
>       mmc: dw_mmc-k3: add sd support for hi3660
>
>  drivers/mmc/host/dw_mmc-k3.c | 298 +++++++++++++++++++++++++++++++++++++++++++
>  drivers/mmc/host/dw_mmc.c    |  60 ++++++++-
>  drivers/mmc/host/dw_mmc.h    |   4 +
>  3 files changed, 356 insertions(+), 6 deletions(-)
>
> Best Regards,
> Jaehoon Chung


Thanks, pulled into next!

Kind regards
Uffe

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] Update DWMMC controller
       [not found] <CGME20170818054821epcas2p4dd5a5a393c47c644d09d6b29747aeb0d@epcas2p4.samsung.com>
@ 2017-08-18  5:48 ` Jaehoon Chung
  2017-08-21 12:32   ` Ulf Hansson
  0 siblings, 1 reply; 8+ messages in thread
From: Jaehoon Chung @ 2017-08-18  5:48 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ulf Hansson

Dear Ulf,

Could you pull these patches to next branch?
If there is any issue, let me know, plz.

The following changes since commit 7bb2a5d1342fcba2e32406fdb1e4c3d501ec6782:

  Merge branch 'fixes' into next (2017-08-09 13:22:47 +0200)

are available in the git repository at:

  https://github.com/jh80chung/dw-mmc.git for-ulf

for you to fetch changes up to 024d4a5a8a89f247d36fd36a2f61f53bf8eae586:

  mmc: dw_mmc: introduce timer for broken command transfer over scheme (2017-08-18 14:44:40 +0900)

----------------------------------------------------------------
Addy Ke (1):
      mmc: dw_mmc: introduce timer for broken command transfer over scheme

liwei (2):
      mmc: dw_mmc: move controller reset before driver init
      mmc: dw_mmc-k3: add sd support for hi3660

 drivers/mmc/host/dw_mmc-k3.c | 298 +++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/host/dw_mmc.c    |  60 ++++++++-
 drivers/mmc/host/dw_mmc.h    |   4 +
 3 files changed, 356 insertions(+), 6 deletions(-)

Best Regards,
Jaehoon Chung

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] Update DWMMC controller
  2017-03-08  9:59 ` Jaehoon Chung
@ 2017-03-14 16:20   ` Ulf Hansson
  0 siblings, 0 replies; 8+ messages in thread
From: Ulf Hansson @ 2017-03-14 16:20 UTC (permalink / raw)
  To: Jaehoon Chung; +Cc: linux-mmc, Shawn Lin

On 8 March 2017 at 10:59, Jaehoon Chung <jh80.chung@samsung.com> wrote:
> Dear Ulf,
>
> Could you pull these patches into your next repository?
>
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> are available in the git repository at:
>
>   https://github.com/jh80chung/dw-mmc.git for-ulf
>
> for you to fetch changes up to 3f7f0fe4662f23d34cd741221842a45f253200ef:
>
>   mmc: dw_mmc: improve dw_mci_reset a bit (2017-03-07 17:30:24 +0900)
>
> ----------------------------------------------------------------
> Shawn Lin (7):
>       mmc: dw_mmc: improve the timeout polling code
>       mmc: dw_mmc: move dw_mci_reset forward to avoid declaration
>       mmc: dw_mmc: move dw_mci_ctrl_reset forward to avoid declaration
>       mmc: dw_mmc: move dw_mci_get_cd forward to avoid declaration
>       mmc: dw_mmc: remove declaration of dw_mci_card_busy
>       mmc: dw_mmc: move mci_send_cmd forward to avoid declaration
>       mmc: dw_mmc: improve dw_mci_reset a bit
>
>  drivers/mmc/host/dw_mmc.c | 383 ++++++++++++++++++++++------------------------
>  1 file changed, 182 insertions(+), 201 deletions(-)
>
>
> Best Regards,
> Jaehoon Chung

Thanks, Jaehoon! Pulled into next!

Seems like you forgot to add your sob tag, I did it for you. Please
tell if you are not okay with it.

Kind regards
Uffe

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] Update DWMMC controller
       [not found] <CGME20170308095956epcas1p43c9c1eafc3739eef039ac3be59c7d5b1@epcas1p4.samsung.com>
@ 2017-03-08  9:59 ` Jaehoon Chung
  2017-03-14 16:20   ` Ulf Hansson
  0 siblings, 1 reply; 8+ messages in thread
From: Jaehoon Chung @ 2017-03-08  9:59 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ulf Hansson, Shawn Lin

Dear Ulf,

Could you pull these patches into your next repository?

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  https://github.com/jh80chung/dw-mmc.git for-ulf

for you to fetch changes up to 3f7f0fe4662f23d34cd741221842a45f253200ef:

  mmc: dw_mmc: improve dw_mci_reset a bit (2017-03-07 17:30:24 +0900)

----------------------------------------------------------------
Shawn Lin (7):
      mmc: dw_mmc: improve the timeout polling code
      mmc: dw_mmc: move dw_mci_reset forward to avoid declaration
      mmc: dw_mmc: move dw_mci_ctrl_reset forward to avoid declaration
      mmc: dw_mmc: move dw_mci_get_cd forward to avoid declaration
      mmc: dw_mmc: remove declaration of dw_mci_card_busy
      mmc: dw_mmc: move mci_send_cmd forward to avoid declaration
      mmc: dw_mmc: improve dw_mci_reset a bit

 drivers/mmc/host/dw_mmc.c | 383 ++++++++++++++++++++++------------------------
 1 file changed, 182 insertions(+), 201 deletions(-)


Best Regards,
Jaehoon Chung

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] Update DWMMC controller
  2017-01-11  6:54 ` Jaehoon Chung
@ 2017-01-11 12:08   ` Ulf Hansson
  0 siblings, 0 replies; 8+ messages in thread
From: Ulf Hansson @ 2017-01-11 12:08 UTC (permalink / raw)
  To: Jaehoon Chung; +Cc: linux-mmc, Jun Nie

On 11 January 2017 at 07:54, Jaehoon Chung <jh80.chung@samsung.com> wrote:
> Dear Ulf,
>
> Could you pull these patches for next on your repository?
> If there is an issue, let me know, plz.
>
> The following changes since commit 46579f1ed89f4fffba579ec72cfd216ff6666be0:
>
>   mmc: host: Include interrupt.h in mmc host drivers that depends on it (2017-01-10 16:34:04 +0100)
>
> are available in the git repository at:
>
>   https://github.com/jh80chung/dw-mmc.git for-ulf
>
> for you to fetch changes up to d1a05fd54cf927c2060800ed34286958b6afaf25:
>
>   mmc: dw_mmc: zx: Initial support for ZX mmc controller (2017-01-11 15:47:31 +0900)
>
> ----------------------------------------------------------------
> Jun Nie (5):
>       Documentation: synopsys-dw-mshc: add binding for fifo quirks
>       mmc: dw_mmc: Add fifo address property
>       mmc: dw_mmc: Add fifo watermark alignment property
>       mmc: dt-bindings: add ZTE ZX296718 MMC bindings
>       mmc: dw_mmc: zx: Initial support for ZX mmc controller
>
>  .../devicetree/bindings/mmc/synopsys-dw-mshc.txt   |  13 ++
>  .../devicetree/bindings/mmc/zx-dw-mshc.txt         |  33 +++
>  drivers/mmc/host/Kconfig                           |   9 +
>  drivers/mmc/host/Makefile                          |   1 +
>  drivers/mmc/host/dw_mmc-zx.c                       | 241 +++++++++++++++++++++
>  drivers/mmc/host/dw_mmc-zx.h                       |  31 +++
>  drivers/mmc/host/dw_mmc.c                          |  17 +-
>  drivers/mmc/host/dw_mmc.h                          |   5 +
>  8 files changed, 347 insertions(+), 3 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
>  create mode 100644 drivers/mmc/host/dw_mmc-zx.c
>  create mode 100644 drivers/mmc/host/dw_mmc-zx.h
>
> Best Regards,
> Jaehoon Chung


Thanks Jaehoon, pulled into my next branch!

Kind regards
Uffe

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] Update DWMMC controller
       [not found] <CGME20170111065447epcas1p103bf2619fe6b404ee3b796b46e3e7467@epcas1p1.samsung.com>
@ 2017-01-11  6:54 ` Jaehoon Chung
  2017-01-11 12:08   ` Ulf Hansson
  0 siblings, 1 reply; 8+ messages in thread
From: Jaehoon Chung @ 2017-01-11  6:54 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ulf Hansson, Jun Nie

Dear Ulf,

Could you pull these patches for next on your repository?
If there is an issue, let me know, plz.

The following changes since commit 46579f1ed89f4fffba579ec72cfd216ff6666be0:

  mmc: host: Include interrupt.h in mmc host drivers that depends on it (2017-01-10 16:34:04 +0100)

are available in the git repository at:

  https://github.com/jh80chung/dw-mmc.git for-ulf

for you to fetch changes up to d1a05fd54cf927c2060800ed34286958b6afaf25:

  mmc: dw_mmc: zx: Initial support for ZX mmc controller (2017-01-11 15:47:31 +0900)

----------------------------------------------------------------
Jun Nie (5):
      Documentation: synopsys-dw-mshc: add binding for fifo quirks
      mmc: dw_mmc: Add fifo address property
      mmc: dw_mmc: Add fifo watermark alignment property
      mmc: dt-bindings: add ZTE ZX296718 MMC bindings
      mmc: dw_mmc: zx: Initial support for ZX mmc controller

 .../devicetree/bindings/mmc/synopsys-dw-mshc.txt   |  13 ++
 .../devicetree/bindings/mmc/zx-dw-mshc.txt         |  33 +++
 drivers/mmc/host/Kconfig                           |   9 +
 drivers/mmc/host/Makefile                          |   1 +
 drivers/mmc/host/dw_mmc-zx.c                       | 241 +++++++++++++++++++++
 drivers/mmc/host/dw_mmc-zx.h                       |  31 +++
 drivers/mmc/host/dw_mmc.c                          |  17 +-
 drivers/mmc/host/dw_mmc.h                          |   5 +
 8 files changed, 347 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt
 create mode 100644 drivers/mmc/host/dw_mmc-zx.c
 create mode 100644 drivers/mmc/host/dw_mmc-zx.h

Best Regards,
Jaehoon Chung

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-08-21 12:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170629111836epcas1p121e8e67839212fd967091905d647cc3b@epcas1p1.samsung.com>
2017-06-29 11:18 ` [GIT PULL] Update DWMMC controller Jaehoon Chung
2017-06-29 15:17   ` Ulf Hansson
     [not found] <CGME20170818054821epcas2p4dd5a5a393c47c644d09d6b29747aeb0d@epcas2p4.samsung.com>
2017-08-18  5:48 ` Jaehoon Chung
2017-08-21 12:32   ` Ulf Hansson
     [not found] <CGME20170308095956epcas1p43c9c1eafc3739eef039ac3be59c7d5b1@epcas1p4.samsung.com>
2017-03-08  9:59 ` Jaehoon Chung
2017-03-14 16:20   ` Ulf Hansson
     [not found] <CGME20170111065447epcas1p103bf2619fe6b404ee3b796b46e3e7467@epcas1p1.samsung.com>
2017-01-11  6:54 ` Jaehoon Chung
2017-01-11 12:08   ` Ulf Hansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.