public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] TI ST patches for new requirements
@ 2011-02-02 11:00 pavan_savoy
  2011-02-02 11:00 ` [PATCH 1/7] drivers:misc: ti-st: register with channel IDs pavan_savoy
  0 siblings, 1 reply; 10+ messages in thread
From: pavan_savoy @ 2011-02-02 11:00 UTC (permalink / raw)
  To: linux-kernel, gregkh; +Cc: Pavan Savoy

From: Pavan Savoy <pavan_savoy@ti.com>

Greg,

The following 7 patches are some major updates that has been going on
in the Texas Instrument's shared transport driver.
These contain few new requirements and some cleanup patches.

The major 2 changes are the first 2 patches.

1. The change from protocol based registration to packet/channel based
registration has been conceptually ACKed by Gustavo (Bluetooth Maintainer).
With this TI-ST now no longer refers to bluetooth headers which was a concern
previously.

2. The 2nd major change is from rfkill based communication to normal sysfs
entry based communication.
This has been conceptually ACKed by Samuel Ortiz (MFD Maintainer).
Previously when the line discipline driver wanted the UART to be opened
and ldisc to be installed, it ab-used the rfkill device node to notify the
user-space daemon, Now it notifies using simpler sysfs entries & making use
of sysfs_notify.
This also allows the UART specifics to be shared with user-space.

Other patches include fixing left over error codes, correcting few dbug logs,
fixes for bugs found during stress testing, firmware change & cleanup.

Pavan Savoy (7):
  drivers:misc: ti-st: register with channel IDs
  drivers:misc: ti-st: move from rfkill to sysfs
  drivers:misc: ti-st: fix error codes
  drivers:misc: ti-st: set right debug levels for logs
  drivers:misc: ti-st: firmware download optimization
  drivers:misc: ti-st: fix hci-ll on wake_ind collision
  drivers:misc: ti-st: remove multiple gpio handling

 drivers/misc/ti-st/st_core.c |  413 +++++++++++++----------------------
 drivers/misc/ti-st/st_kim.c  |  491 +++++++++++++++++++++---------------------
 drivers/misc/ti-st/st_ll.c   |   10 +-
 include/linux/ti_wilink_st.h |   76 +++++---
 4 files changed, 446 insertions(+), 544 deletions(-)


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/7] TI ST patches for new requirements
@ 2011-02-04  8:23 pavan_savoy
  2011-02-04  8:23 ` [PATCH 1/7] drivers:misc: ti-st: register with channel IDs pavan_savoy
  0 siblings, 1 reply; 10+ messages in thread
From: pavan_savoy @ 2011-02-04  8:23 UTC (permalink / raw)
  To: linux-kernel, gregkh; +Cc: Pavan Savoy

From: Pavan Savoy <pavan_savoy@ti.com>


Greg,

(re-submitting series, after documenting sysfs-platform-kim..)

The following 7 patches are some major updates that has been going on
in the Texas Instrument's shared transport driver.
These contain few new requirements and some cleanup patches.

The major 2 changes are the first 2 patches.

1. The change from protocol based registration to packet/channel based
registration has been conceptually ACKed by Gustavo (Bluetooth Maintainer).
With this TI-ST now no longer refers to bluetooth headers which was a concern
previously.

2. The 2nd major change is from rfkill based communication to normal sysfs
entry based communication.
This has been conceptually ACKed by Samuel Ortiz (MFD Maintainer).
Previously when the line discipline driver wanted the UART to be opened
and ldisc to be installed, it ab-used the rfkill device node to notify the
user-space daemon, Now it notifies using simpler sysfs entries & making use
of sysfs_notify.
This also allows the UART specifics to be shared with user-space.

Other patches include fixing left over error codes, correcting few dbug logs,
fixes for bugs found during stress testing, firmware change & cleanup.

Pavan Savoy (7):
  drivers:misc: ti-st: register with channel IDs
  drivers:misc: ti-st: move from rfkill to sysfs
  drivers:misc: ti-st: fix error codes
  drivers:misc: ti-st: set right debug levels for logs
  drivers:misc: ti-st: firmware download optimization
  drivers:misc: ti-st: fix hci-ll on wake_ind collision
  drivers:misc: ti-st: remove multiple gpio handling

 Documentation/ABI/testing/sysfs-platform-kim |   48 +++
 drivers/misc/ti-st/st_core.c                 |  413 ++++++++--------------
 drivers/misc/ti-st/st_kim.c                  |  491 +++++++++++++-------------
 drivers/misc/ti-st/st_ll.c                   |   10 +-
 include/linux/ti_wilink_st.h                 |   76 +++--
 5 files changed, 494 insertions(+), 544 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-platform-kim


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

end of thread, other threads:[~2011-02-04  8:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02 11:00 [PATCH 0/7] TI ST patches for new requirements pavan_savoy
2011-02-02 11:00 ` [PATCH 1/7] drivers:misc: ti-st: register with channel IDs pavan_savoy
2011-02-02 11:00   ` [PATCH 2/7] drivers:misc: ti-st: move from rfkill to sysfs pavan_savoy
2011-02-02 11:00     ` [PATCH 3/7] drivers:misc: ti-st: fix error codes pavan_savoy
2011-02-02 11:00       ` [PATCH 4/7] drivers:misc: ti-st: set right debug levels for logs pavan_savoy
2011-02-02 11:00         ` [PATCH 5/7] drivers:misc: ti-st: firmware download optimization pavan_savoy
2011-02-02 11:00           ` [PATCH 6/7] drivers:misc: ti-st: fix hci-ll on wake_ind collision pavan_savoy
2011-02-02 11:00             ` [PATCH 7/7] drivers:misc: ti-st: remove multiple gpio handling pavan_savoy
2011-02-04  0:03     ` [PATCH 2/7] drivers:misc: ti-st: move from rfkill to sysfs Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2011-02-04  8:23 [PATCH 0/7] TI ST patches for new requirements pavan_savoy
2011-02-04  8:23 ` [PATCH 1/7] drivers:misc: ti-st: register with channel IDs pavan_savoy
2011-02-04  8:23   ` [PATCH 2/7] drivers:misc: ti-st: move from rfkill to sysfs pavan_savoy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox