linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/20] ipack: added callbacks and some cleanup
@ 2012-09-11 11:34 Samuel Iglesias Gonsálvez
  2012-09-11 11:34 ` [PATCH v2 01/20] Staging: ipack/bridges/tpci200: Put the TPCI200 control registers into a struct Samuel Iglesias Gonsálvez
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: Samuel Iglesias Gonsálvez @ 2012-09-11 11:34 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: devel, linux-kernel, industrypack-devel, Samuel Iglesias Gonsálvez

Hello,

This second version adds Dan Carpenter's suggestions and it has been rebased
from gregkh's staging-next repository.

Dan, if you want, you can add the Reviewed-by for all the patches again.

Hopefully, this time the MTA will not change the Content-Transfer-Encoding from
8bit to base64.

Thanks,

Sam

Jens Taprogge (10):
  Staging: ipack/bridges/tpci200: Put the TPCI200 control registers
    into a struct.
  Staging: ipack: Provide several carrier callbacks.
  Staging: ipack/bridges/tpci200: provide new callbacks to tpci200
  Staging: ipack: Obtain supported speeds from ID ROM.
  Staging: ipack: Choose the optimum bus speed by default.
  Staging: ipack: remove field driver from struct ipack_device.
  Staging: ipack: Switch to 8MHz operation before reading ID.
  Staging: ipack: reset previous timeouts during device registration.
  Staging: ipack: check the device ID space CRC.
  Staging: ipack/bridges/tpci200: Store the irq holder in slot_irq.

Samuel Iglesias Gonsálvez (10):
  Staging: ipack/bridges/tpci200: remove struct list_head
  Staging: ipack/bridges/tpci200: reorder the iounmap and
    pci_release_region
  Staging: ipack/bridges/tpci200: increment the reference counter of
    the pci_dev
  Staging: ipack/bridges/tpci200: fix the uninstall the ipack device
  Staging: ipack/devices/ipoctal: change exiting procedure
  Staging: ipack/devices/ipoctal: free the IRQ.
  Staging: ipack: unregister devices when uninstall the carrier device.
  Staging: ipack/bridges/tpci200: delete ipack_device_unregister calls
    when     exiting
  Staging: ipack/bridges/tpci200: remove tpci200_slot_unregister
  Staging: ipack: delete .remove_device() callback

 drivers/staging/ipack/bridges/tpci200.c |  189 +++++++++++++++++++++----------
 drivers/staging/ipack/bridges/tpci200.h |   24 ++--
 drivers/staging/ipack/devices/ipoctal.c |    7 +-
 drivers/staging/ipack/ipack.c           |  104 +++++++++++++++--
 drivers/staging/ipack/ipack.h           |   21 +++-
 5 files changed, 256 insertions(+), 89 deletions(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2012-09-11 19:21 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-11 11:34 [PATCH v2 00/20] ipack: added callbacks and some cleanup Samuel Iglesias Gonsálvez
2012-09-11 11:34 ` [PATCH v2 01/20] Staging: ipack/bridges/tpci200: Put the TPCI200 control registers into a struct Samuel Iglesias Gonsálvez
2012-09-11 11:34 ` [PATCH v2 02/20] Staging: ipack: Provide several carrier callbacks Samuel Iglesias Gonsálvez
2012-09-11 11:34 ` [PATCH v2 03/20] Staging: ipack/bridges/tpci200: provide new callbacks to tpci200 Samuel Iglesias Gonsálvez
2012-09-11 11:34 ` [PATCH v2 04/20] Staging: ipack: Obtain supported speeds from ID ROM Samuel Iglesias Gonsálvez
2012-09-11 11:34 ` [PATCH v2 05/20] Staging: ipack: Choose the optimum bus speed by default Samuel Iglesias Gonsálvez
2012-09-11 11:34 ` [PATCH v2 06/20] Staging: ipack: remove field driver from struct ipack_device Samuel Iglesias Gonsálvez
2012-09-11 11:35 ` [PATCH v2 07/20] Staging: ipack/bridges/tpci200: remove struct list_head Samuel Iglesias Gonsálvez
2012-09-11 11:35 ` [PATCH v2 08/20] Staging: ipack: Switch to 8MHz operation before reading ID Samuel Iglesias Gonsálvez
2012-09-11 11:35 ` [PATCH v2 09/20] Staging: ipack: reset previous timeouts during device registration Samuel Iglesias Gonsálvez
2012-09-11 11:35 ` [PATCH v2 10/20] Staging: ipack: check the device ID space CRC Samuel Iglesias Gonsálvez
2012-09-11 11:35 ` [PATCH v2 11/20] Staging: ipack/bridges/tpci200: reorder the iounmap and pci_release_region Samuel Iglesias Gonsálvez
2012-09-11 11:35 ` [PATCH v2 12/20] Staging: ipack/bridges/tpci200: increment the reference counter of the pci_dev Samuel Iglesias Gonsálvez
2012-09-11 11:35 ` [PATCH v2 13/20] Staging: ipack/bridges/tpci200: fix the uninstall the ipack device Samuel Iglesias Gonsálvez
2012-09-11 11:35 ` [PATCH v2 14/20] Staging: ipack/devices/ipoctal: change exiting procedure Samuel Iglesias Gonsálvez
2012-09-11 11:35 ` [PATCH v2 15/20] Staging: ipack/devices/ipoctal: free the IRQ Samuel Iglesias Gonsálvez
2012-09-11 11:35 ` [PATCH v2 16/20] Staging: ipack: unregister devices when uninstall the carrier device Samuel Iglesias Gonsálvez
2012-09-11 11:35 ` [PATCH v2 17/20] Staging: ipack/bridges/tpci200: delete ipack_device_unregister calls when exiting Samuel Iglesias Gonsálvez
2012-09-11 11:35 ` [PATCH v2 18/20] Staging: ipack/bridges/tpci200: remove tpci200_slot_unregister Samuel Iglesias Gonsálvez
2012-09-11 11:35 ` [PATCH v2 19/20] Staging: ipack: delete .remove_device() callback Samuel Iglesias Gonsálvez
2012-09-11 11:35 ` [PATCH v2 20/20] Staging: ipack/bridges/tpci200: Store the irq holder in slot_irq Samuel Iglesias Gonsálvez
2012-09-11 19:18 ` [PATCH v2 00/20] ipack: added callbacks and some cleanup Greg Kroah-Hartman

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).