Prev: [PATCH 3/3] drivers:staging:ti-st: give proto drivers context
Next: [PATCH 2/3] drivers:staging:ti-st: cleanup code comments
From: pavan_savoy on 22 Jul 2010 06:40 From: Pavan Savoy <pavan_savoy(a)ti.com> The following patches cleanup bit of a mess and also adds functionality to protocol drivers. with the 3rd patch now providing context to even the protocol drivers, the single device limit or support for multiple devices would be easier to implement. These patches depend on the previously submitted 0001-drivers-staging-ti-st-make-use-of-linux-err-codes.patch commit d39d49b393d94f4137cee4f64526a4695352f183 Pavan Savoy (3): drivers:staging:ti-st: smarten, reduce logs drivers:staging:ti-st: cleanup code comments drivers:staging:ti-st: give proto drivers context drivers/staging/ti-st/bt_drv.c | 23 +++++--- drivers/staging/ti-st/st.h | 52 +++++++++-------- drivers/staging/ti-st/st_core.c | 118 +++++++++++++++++++-------------------- drivers/staging/ti-st/st_core.h | 74 +++++++++++++++++-------- drivers/staging/ti-st/st_kim.c | 73 ++++++++++++++---------- drivers/staging/ti-st/st_kim.h | 77 ++++++++++++++++--------- drivers/staging/ti-st/st_ll.c | 4 +- drivers/staging/ti-st/st_ll.h | 9 +++- 8 files changed, 255 insertions(+), 175 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |