All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Mailbox changes for v4.13
@ 2017-07-06 16:22 ` Jassi Brar
  0 siblings, 0 replies; 4+ messages in thread
From: Jassi Brar @ 2017-07-06 16:22 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, linux-arm-kernel

Hi Linus,

The following changes since commit 63f700aab4c11d46626de3cd051dae56cf7e9056:

  Merge tag 'xtensa-20170612' of
git://github.com/jcmvbkbc/linux-xtensa (2017-06-13 15:09:10 +0900)

are available in the git repository at:

  https://git.linaro.org/landing-teams/working/fujitsu/integration.git
mailbox-for-next

for you to fetch changes up to 25bfee16d5a3158086273cc51110c7470144c842:

  mailbox: Introduce Qualcomm APCS IPC driver (2017-06-14 17:47:19 +0530)

----------------------------------------------------------------
- Minor improvement : avoid requiring unnecessary startup/shutdown
callback that many drivers seem to not need
- New controller driver for Qualcomm's APCS IPC

----------------------------------------------------------------
Bjorn Andersson (3):
      mailbox: Make startup and shutdown ops optional
      dt-bindings: mailbox: Introduce Qualcomm APCS global binding
      mailbox: Introduce Qualcomm APCS IPC driver

 .../bindings/mailbox/qcom,apcs-kpss-global.txt     |  46 ++++++++
 drivers/mailbox/Kconfig                            |   8 ++
 drivers/mailbox/Makefile                           |   2 +
 drivers/mailbox/mailbox.c                          |  16 ++-
 drivers/mailbox/qcom-apcs-ipc-mailbox.c            | 129 +++++++++++++++++++++
 5 files changed, 195 insertions(+), 6 deletions(-)
 create mode 100644
Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt
 create mode 100644 drivers/mailbox/qcom-apcs-ipc-mailbox.c

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

* [GIT PULL] Mailbox changes for v4.13
@ 2017-07-06 16:22 ` Jassi Brar
  0 siblings, 0 replies; 4+ messages in thread
From: Jassi Brar @ 2017-07-06 16:22 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

The following changes since commit 63f700aab4c11d46626de3cd051dae56cf7e9056:

  Merge tag 'xtensa-20170612' of
git://github.com/jcmvbkbc/linux-xtensa (2017-06-13 15:09:10 +0900)

are available in the git repository at:

  https://git.linaro.org/landing-teams/working/fujitsu/integration.git
mailbox-for-next

for you to fetch changes up to 25bfee16d5a3158086273cc51110c7470144c842:

  mailbox: Introduce Qualcomm APCS IPC driver (2017-06-14 17:47:19 +0530)

----------------------------------------------------------------
- Minor improvement : avoid requiring unnecessary startup/shutdown
callback that many drivers seem to not need
- New controller driver for Qualcomm's APCS IPC

----------------------------------------------------------------
Bjorn Andersson (3):
      mailbox: Make startup and shutdown ops optional
      dt-bindings: mailbox: Introduce Qualcomm APCS global binding
      mailbox: Introduce Qualcomm APCS IPC driver

 .../bindings/mailbox/qcom,apcs-kpss-global.txt     |  46 ++++++++
 drivers/mailbox/Kconfig                            |   8 ++
 drivers/mailbox/Makefile                           |   2 +
 drivers/mailbox/mailbox.c                          |  16 ++-
 drivers/mailbox/qcom-apcs-ipc-mailbox.c            | 129 +++++++++++++++++++++
 5 files changed, 195 insertions(+), 6 deletions(-)
 create mode 100644
Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.txt
 create mode 100644 drivers/mailbox/qcom-apcs-ipc-mailbox.c

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

* Re: [GIT PULL] Mailbox changes for v4.13
  2017-07-06 16:22 ` Jassi Brar
@ 2017-07-07 17:26   ` Linus Torvalds
  -1 siblings, 0 replies; 4+ messages in thread
From: Linus Torvalds @ 2017-07-07 17:26 UTC (permalink / raw)
  To: Jassi Brar; +Cc: Linux Kernel Mailing List, linux-arm-kernel

On Thu, Jul 6, 2017 at 9:22 AM, Jassi Brar <jassisinghbrar@gmail.com> wrote:
>
>   https://git.linaro.org/landing-teams/working/fujitsu/integration.git mailbox-for-next

Can I ask you to change your habits just a tiny bit?

 - use a signed tag (maybe git.linaro.org has the same kind of
draconian security that git.kernel.org has, maybe not, I don't know,
but I do prefer signed tags)

 - use "git://" instead of https

The second one is admittedly just to make my pull requests look more
regular, so it's purely a visual thing.

              Linus

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

* [GIT PULL] Mailbox changes for v4.13
@ 2017-07-07 17:26   ` Linus Torvalds
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Torvalds @ 2017-07-07 17:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jul 6, 2017 at 9:22 AM, Jassi Brar <jassisinghbrar@gmail.com> wrote:
>
>   https://git.linaro.org/landing-teams/working/fujitsu/integration.git mailbox-for-next

Can I ask you to change your habits just a tiny bit?

 - use a signed tag (maybe git.linaro.org has the same kind of
draconian security that git.kernel.org has, maybe not, I don't know,
but I do prefer signed tags)

 - use "git://" instead of https

The second one is admittedly just to make my pull requests look more
regular, so it's purely a visual thing.

              Linus

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

end of thread, other threads:[~2017-07-07 17:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-06 16:22 [GIT PULL] Mailbox changes for v4.13 Jassi Brar
2017-07-06 16:22 ` Jassi Brar
2017-07-07 17:26 ` Linus Torvalds
2017-07-07 17:26   ` Linus Torvalds

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.