public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] fix errors in the match process
@ 2012-05-23 13:54 Samuel Iglesias Gonsalvez
  2012-05-23 13:54 ` [PATCH 1/8] Staging ipack/bridges/tpci200: delete sysfs files Samuel Iglesias Gonsalvez
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Samuel Iglesias Gonsalvez @ 2012-05-23 13:54 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Dan Carpenter
  Cc: Samuel Iglesias Gonsalvez, devel, linux-kernel

Hello,

As Dan Carpenter suggested, I split the previous patches [0] in several ones,
facilitating the reading, understanding and, at the end, the review and
maintenance.

These patches fix some problems found in the match() process for the ipack
devices, among minor things.

Thanks,

Sam

[0] Link to the patches:

https://lkml.org/lkml/2012/5/23/99
https://lkml.org/lkml/2012/5/23/102
https://lkml.org/lkml/2012/5/23/96

Samuel Iglesias Gonsalvez (8):
  Staging ipack/bridges/tpci200: delete sysfs files
  Staging: ipack: return proper value in match() function
  Staging: ipack/bridges/tpci200: tpci200_slot_unmap_space() should
    return 0 if succeed.
  Staging: ipack/bridges/tpci200: tpci200_slot_map_space() should
    return 0 if succeed.
  Staging: ipack/bridges/tpci200: check if the remove function is
    available
  Staging: ipack/bridges/tpci200: fix indention.
  Staging: ipack/bridges/tpci200: remove name field from slot_irq
  Staging ipack/bridges/tpci200: removed check of
    tpci200->slots[dev->slot].dev

 drivers/staging/ipack/bridges/tpci200.c |  260 +++----------------------------
 drivers/staging/ipack/bridges/tpci200.h |    2 -
 drivers/staging/ipack/ipack.c           |    2 +-
 3 files changed, 24 insertions(+), 240 deletions(-)

-- 
1.7.10


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

end of thread, other threads:[~2012-05-23 14:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23 13:54 [PATCH 0/8] fix errors in the match process Samuel Iglesias Gonsalvez
2012-05-23 13:54 ` [PATCH 1/8] Staging ipack/bridges/tpci200: delete sysfs files Samuel Iglesias Gonsalvez
2012-05-23 13:54 ` [PATCH 2/8] Staging: ipack: return proper value in match() function Samuel Iglesias Gonsalvez
2012-05-23 13:54 ` [PATCH 3/8] Staging: ipack/bridges/tpci200: tpci200_slot_unmap_space() should return 0 if succeed Samuel Iglesias Gonsalvez
2012-05-23 14:25   ` Dan Carpenter
2012-05-23 13:54 ` [PATCH 4/8] Staging: ipack/bridges/tpci200: tpci200_slot_map_space() " Samuel Iglesias Gonsalvez
2012-05-23 13:54 ` [PATCH 5/8] Staging: ipack/bridges/tpci200: check if the remove function is available Samuel Iglesias Gonsalvez
2012-05-23 13:54 ` [PATCH 6/8] Staging: ipack/bridges/tpci200: fix indention Samuel Iglesias Gonsalvez
2012-05-23 13:54 ` [PATCH 7/8] Staging: ipack/bridges/tpci200: remove name field from slot_irq Samuel Iglesias Gonsalvez
2012-05-23 13:54 ` [PATCH 8/8] Staging ipack/bridges/tpci200: removed check of tpci200->slots[dev->slot].dev Samuel Iglesias Gonsalvez

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