Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1474122 > unrolled thread
| Started by | Tero Kristo <t-kristo@ti.com> |
|---|---|
| First post | 2016-09-01 09:30 +0200 |
| Last post | 2016-09-02 19:10 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[GIT PULL] firmware: add support for TI System Control Interface (TI-SCI) protocol driver Tero Kristo <t-kristo@ti.com> - 2016-09-01 09:30 +0200
Re: [GIT PULL] firmware: add support for TI System Control Interface (TI-SCI) protocol driver Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2016-09-02 19:10 +0200
Re: [GIT PULL] firmware: add support for TI System Control Interface (TI-SCI) protocol driver Nishanth Menon <nm@ti.com> - 2016-09-02 19:10 +0200
| From | Tero Kristo <t-kristo@ti.com> |
|---|---|
| Date | 2016-09-01 09:30 +0200 |
| Subject | [GIT PULL] firmware: add support for TI System Control Interface (TI-SCI) protocol driver |
| Message-ID | <scuBI-63L-13@gated-at.bofh.it> |
Hi Santosh,
The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
are available in the git repository at:
https://github.com/t-kristo/linux-pm.git 4.8-rc1-ti-sci-fw
for you to fetch changes up to 7a2c510cdfa6a4b2f4200c122a377c4d5f4af552:
firmware: ti_sci: Add support for reboot core service (2016-08-31
14:50:20 +0300)
----------------------------------------------------------------
Nishanth Menon (5):
Documentation: Add support for TI System Control Interface
(TI-SCI) protocol
firmware: Add basic support for TI System Control Interface
(TI-SCI) protocol
firmware: ti_sci: Add support for Device control
firmware: ti_sci: Add support for Clock control
firmware: ti_sci: Add support for reboot core service
.../devicetree/bindings/arm/keystone/ti,sci.txt | 66 +
MAINTAINERS | 10 +
drivers/firmware/Kconfig | 15 +
drivers/firmware/Makefile | 1 +
drivers/firmware/ti_sci.c | 1997
++++++++++++++++++++
drivers/firmware/ti_sci.h | 492 +++++
include/linux/soc/ti/ti_sci_protocol.h | 249 +++
7 files changed, 2830 insertions(+)
create mode 100644
Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
create mode 100644 drivers/firmware/ti_sci.c
create mode 100644 drivers/firmware/ti_sci.h
create mode 100644 include/linux/soc/ti/ti_sci_protocol.h
[toc] | [next] | [standalone]
| From | Santosh Shilimkar <santosh.shilimkar@oracle.com> |
|---|---|
| Date | 2016-09-02 19:10 +0200 |
| Message-ID | <sd08x-2fg-9@gated-at.bofh.it> |
| In reply to | #1474122 |
On 9/2/2016 10:03 AM, Nishanth Menon wrote: > On Thu, Sep 1, 2016 at 2:24 AM, Tero Kristo <t-kristo@ti.com> wrote: >> Hi Santosh, >> >> The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc: >> >> Linux 4.8-rc1 (2016-08-07 18:18:00 -0700) >> >> are available in the git repository at: >> >> https://github.com/t-kristo/linux-pm.git 4.8-rc1-ti-sci-fw >> >> for you to fetch changes up to 7a2c510cdfa6a4b2f4200c122a377c4d5f4af552: >> >> firmware: ti_sci: Add support for reboot core service (2016-08-31 14:50:20 >> +0300) >> >> ---------------------------------------------------------------- >> Nishanth Menon (5): >> Documentation: Add support for TI System Control Interface (TI-SCI) >> protocol >> firmware: Add basic support for TI System Control Interface (TI-SCI) >> protocol >> firmware: ti_sci: Add support for Device control >> firmware: ti_sci: Add support for Clock control >> firmware: ti_sci: Add support for reboot core service >> >> .../devicetree/bindings/arm/keystone/ti,sci.txt | 66 + >> MAINTAINERS | 10 + >> drivers/firmware/Kconfig | 15 + >> drivers/firmware/Makefile | 1 + >> drivers/firmware/ti_sci.c | 1997 >> ++++++++++++++++++++ >> drivers/firmware/ti_sci.h | 492 +++++ >> include/linux/soc/ti/ti_sci_protocol.h | 249 +++ >> 7 files changed, 2830 insertions(+) >> create mode 100644 >> Documentation/devicetree/bindings/arm/keystone/ti,sci.txt >> create mode 100644 drivers/firmware/ti_sci.c >> create mode 100644 drivers/firmware/ti_sci.h >> create mode 100644 include/linux/soc/ti/ti_sci_protocol.h >> > > Folks, could you hold back on this pull request.. Rob did have a > comment on https://patchwork.kernel.org/patch/9305413/ which I think > should be discussed as well -> has implications to the driver arch > ofcourse. > Sure !!
[toc] | [prev] | [next] | [standalone]
| From | Nishanth Menon <nm@ti.com> |
|---|---|
| Date | 2016-09-02 19:10 +0200 |
| Message-ID | <sd08x-2fg-1@gated-at.bofh.it> |
| In reply to | #1474122 |
On Thu, Sep 1, 2016 at 2:24 AM, Tero Kristo <t-kristo@ti.com> wrote: > Hi Santosh, > > The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc: > > Linux 4.8-rc1 (2016-08-07 18:18:00 -0700) > > are available in the git repository at: > > https://github.com/t-kristo/linux-pm.git 4.8-rc1-ti-sci-fw > > for you to fetch changes up to 7a2c510cdfa6a4b2f4200c122a377c4d5f4af552: > > firmware: ti_sci: Add support for reboot core service (2016-08-31 14:50:20 > +0300) > > ---------------------------------------------------------------- > Nishanth Menon (5): > Documentation: Add support for TI System Control Interface (TI-SCI) > protocol > firmware: Add basic support for TI System Control Interface (TI-SCI) > protocol > firmware: ti_sci: Add support for Device control > firmware: ti_sci: Add support for Clock control > firmware: ti_sci: Add support for reboot core service > > .../devicetree/bindings/arm/keystone/ti,sci.txt | 66 + > MAINTAINERS | 10 + > drivers/firmware/Kconfig | 15 + > drivers/firmware/Makefile | 1 + > drivers/firmware/ti_sci.c | 1997 > ++++++++++++++++++++ > drivers/firmware/ti_sci.h | 492 +++++ > include/linux/soc/ti/ti_sci_protocol.h | 249 +++ > 7 files changed, 2830 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/arm/keystone/ti,sci.txt > create mode 100644 drivers/firmware/ti_sci.c > create mode 100644 drivers/firmware/ti_sci.h > create mode 100644 include/linux/soc/ti/ti_sci_protocol.h > Folks, could you hold back on this pull request.. Rob did have a comment on https://patchwork.kernel.org/patch/9305413/ which I think should be discussed as well -> has implications to the driver arch ofcourse. -- --- Regards, Nishanth Menon
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web