* [GIT PULL] HSI framework
@ 2012-01-13 13:25 Carlos Chinea
2012-01-19 12:14 ` Artem Bityutskiy
0 siblings, 1 reply; 4+ messages in thread
From: Carlos Chinea @ 2012-01-13 13:25 UTC (permalink / raw)
To: ext Linus Torvalds
Cc: linux-kernel, linux-omap@vger.kernel.org, ext Linus Walleij,
peter_henn@gmx.de, sjur.brandeland@stericsson.com,
govindraj.ti@gmail.com, pawel.szyszuk@stericsson.com,
Sebastian Reichel, artem.bityutskiy, Andras Domokos,
ext Shubhrajyoti, ext Shubhrajyoti Datta, ext Alan Cox
Hi Linus,
I have been working in an HSI framework. The High Speed Synchronous Serial Interface (HSI) is a serial interface mainly used for connecting application engines (APE) with cellular modem engines (CMT) in cellular handsets.
The framework is currently being used for some people and we would like to see it integrated into the kernel for 3.3. There is no HW controller drivers in this pull, but some people have already some of them pending which they would like to push as soon as this integrated. I am also working on the acceptance for an TI OMAP one, based on a compatible legacy version of the interface called SSI.
Please see the latest discussion thread about the framework patches here:
https://lkml.org/lkml/2011/6/10/280
Here thread discussion for integration:
https://lkml.org/lkml/2011/10/20/177
Here, the thread discussion to add the hsi repository to linux-next:
https://lkml.org/lkml/2011/10/28/69
The patches have been sitting for a while in linux-next without issues.
The signed tag covering those commits: hsi_for_3.3
Thanks & Br,
Carlos Chinea
The following changes since commit 805a6af8dba5dfdd35ec35dc52ec0122400b2610:
Linux 3.2 (2012-01-04 15:55:44 -0800)
are available in the git repository at:
git://gitorious.org/kernel-hsi/kernel-hsi.git for-next
Andras Domokos (3):
HSI: hsi_char: Add HSI char device driver
HSI: hsi_char: Add HSI char device kernel configuration
HSI: hsi_char: Update ioctl-number.txt
Carlos Chinea (2):
HSI: hsi: Introducing HSI framework
HSI: Add HSI API documentation
Documentation/DocBook/device-drivers.tmpl | 17 +
Documentation/ioctl/ioctl-number.txt | 1 +
drivers/Kconfig | 2 +
drivers/Makefile | 1 +
drivers/hsi/Kconfig | 19 +
drivers/hsi/Makefile | 6 +
drivers/hsi/clients/Kconfig | 13 +
drivers/hsi/clients/Makefile | 5 +
drivers/hsi/clients/hsi_char.c | 802 +++++++++++++++++++++++++++++
drivers/hsi/hsi.c | 494 ++++++++++++++++++
drivers/hsi/hsi_boardinfo.c | 62 +++
drivers/hsi/hsi_core.h | 35 ++
include/linux/Kbuild | 1 +
include/linux/hsi/Kbuild | 1 +
include/linux/hsi/hsi.h | 410 +++++++++++++++
include/linux/hsi/hsi_char.h | 63 +++
16 files changed, 1932 insertions(+), 0 deletions(-)
create mode 100644 drivers/hsi/Kconfig
create mode 100644 drivers/hsi/Makefile
create mode 100644 drivers/hsi/clients/Kconfig
create mode 100644 drivers/hsi/clients/Makefile
create mode 100644 drivers/hsi/clients/hsi_char.c
create mode 100644 drivers/hsi/hsi.c
create mode 100644 drivers/hsi/hsi_boardinfo.c
create mode 100644 drivers/hsi/hsi_core.h
create mode 100644 include/linux/hsi/Kbuild
create mode 100644 include/linux/hsi/hsi.h
create mode 100644 include/linux/hsi/hsi_char.h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] HSI framework
2012-01-13 13:25 [GIT PULL] HSI framework Carlos Chinea
@ 2012-01-19 12:14 ` Artem Bityutskiy
2012-03-07 10:49 ` Sebastian Reichel
0 siblings, 1 reply; 4+ messages in thread
From: Artem Bityutskiy @ 2012-01-19 12:14 UTC (permalink / raw)
To: Linus Torvalds
Cc: CarlosChinea, linux-kernel, linux-omap@vger.kernel.org,
ext Linus Walleij, peter_henn@gmx.de,
sjur.brandeland@stericsson.com, govindraj.ti@gmail.com,
pawel.szyszuk@stericsson.com, Sebastian Reichel, Andras Domokos,
ext Shubhrajyoti, ext Shubhrajyoti Datta, ext Alan Cox
[-- Attachment #1: Type: text/plain, Size: 1077 bytes --]
On Fri, 2012-01-13 at 15:25 +0200, Carlos Chinea wrote:
> Hi Linus,
>
> I have been working in an HSI framework. The High Speed Synchronous
> Serial Interface (HSI) is a serial interface mainly used for
> connecting application engines (APE) with cellular modem engines (CMT)
> in cellular handsets.
>
> The framework is currently being used for some people and we would
> like to see it integrated into the kernel for 3.3. There is no HW
> controller drivers in this pull, but some people have already some of
> them pending which they would like to push as soon as this integrated.
> I am also working on the acceptance for an TI OMAP one, based on a
> compatible legacy version of the interface called SSI.
Hi Linus,
I've noticed that you have not pulled this (yet). I would like to
confirm that we at Intel are also very interested to have HSI upstream.
I believe this code base is more than worth merging since it has many
users and it has proven itself in real Nokia products. Would you please
pull it?
--
Best Regards,
Artem Bityutskiy
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] HSI framework
2012-01-19 12:14 ` Artem Bityutskiy
@ 2012-03-07 10:49 ` Sebastian Reichel
2012-03-07 11:17 ` Artem Bityutskiy
0 siblings, 1 reply; 4+ messages in thread
From: Sebastian Reichel @ 2012-03-07 10:49 UTC (permalink / raw)
To: Artem Bityutskiy
Cc: Linus Torvalds, CarlosChinea, linux-kernel,
linux-omap@vger.kernel.org, ext Linus Walleij, peter_henn@gmx.de,
sjur.brandeland@stericsson.com, govindraj.ti@gmail.com,
pawel.szyszuk@stericsson.com, Andras Domokos, ext Shubhrajyoti,
ext Shubhrajyoti Datta, ext Alan Cox
[-- Attachment #1: Type: text/plain, Size: 1310 bytes --]
On Thu, Jan 19, 2012 at 02:14:19PM +0200, Artem Bityutskiy wrote:
> On Fri, 2012-01-13 at 15:25 +0200, Carlos Chinea wrote:
> > Hi Linus,
> >
> > I have been working in an HSI framework. The High Speed Synchronous
> > Serial Interface (HSI) is a serial interface mainly used for
> > connecting application engines (APE) with cellular modem engines (CMT)
> > in cellular handsets.
> >
> > The framework is currently being used for some people and we would
> > like to see it integrated into the kernel for 3.3. There is no HW
> > controller drivers in this pull, but some people have already some of
> > them pending which they would like to push as soon as this integrated.
> > I am also working on the acceptance for an TI OMAP one, based on a
> > compatible legacy version of the interface called SSI.
>
> Hi Linus,
>
> I've noticed that you have not pulled this (yet). I would like to
> confirm that we at Intel are also very interested to have HSI upstream.
>
> I believe this code base is more than worth merging since it has many
> users and it has proven itself in real Nokia products. Would you please
> pull it?
Hi,
I think we never got a reply why the HSI framework has not been
pulled into 3.3. So what needs to be done to get it pulled into 3.4?
-- Sebastian
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] HSI framework
2012-03-07 10:49 ` Sebastian Reichel
@ 2012-03-07 11:17 ` Artem Bityutskiy
0 siblings, 0 replies; 4+ messages in thread
From: Artem Bityutskiy @ 2012-03-07 11:17 UTC (permalink / raw)
To: Sebastian Reichel, Linus Torvalds
Cc: CarlosChinea, linux-kernel, linux-omap@vger.kernel.org,
ext Linus Walleij, peter_henn@gmx.de,
sjur.brandeland@stericsson.com, govindraj.ti@gmail.com,
pawel.szyszuk@stericsson.com, Andras Domokos, ext Shubhrajyoti,
ext Shubhrajyoti Datta, ext Alan Cox
On Wed, 2012-03-07 at 11:49 +0100, Sebastian Reichel wrote:
> > Hi Linus,
> >
> > I've noticed that you have not pulled this (yet). I would like to
> > confirm that we at Intel are also very interested to have HSI upstream.
> >
> > I believe this code base is more than worth merging since it has many
> > users and it has proven itself in real Nokia products. Would you please
> > pull it?
>
> Hi,
>
> I think we never got a reply why the HSI framework has not been
> pulled into 3.3. So what needs to be done to get it pulled into 3.4?
Hi,
Because this question is for Linus, he should be in "To:" instead of
"Cc:" - correcting.
--
Best Regards,
Artem Bityutskiy
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-07 11:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-13 13:25 [GIT PULL] HSI framework Carlos Chinea
2012-01-19 12:14 ` Artem Bityutskiy
2012-03-07 10:49 ` Sebastian Reichel
2012-03-07 11:17 ` Artem Bityutskiy
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).