public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] ixj: Cleanup dead and duplicate code
@ 2008-10-08 20:41 Richard A. Holden III
  2008-10-08 20:12 ` Alan Cox
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Richard A. Holden III @ 2008-10-08 20:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Richard A. Holden III, alan

Cleanup dead code and duplicate code to start simplifying the ixj
driver, currently it is around 10000 lines long. This has been built,
but I don't have the hardware to test, most changes were fairly
mechanical.

Richard A. Holden III (10):
  ixj: Remove code duplication for processing codec names.
  ixj: Remove dead code in preparation for consolidating duplicate
    code.
  ixj: Unify comments in preparation for pushing duplicate code into a
    function.
  ixj: Consolidate duplicate Ringer array initializers into common
    functions.
  ixj: Move duplicate code into well named zero_caller_id function.
  ixj: Caller ID Refactoring
  ixj: Refactor DTMF tone setting
  ixj: update quickly readable comments to match the data initializations.
  ixj: Remove unused macro.
  ixj: Remove dead code from ifdef IXJ_DYN_ALLOC.

 drivers/telephony/ixj.c |  752 +++++++++++------------------------------------
 drivers/telephony/ixj.h |    4 -
 2 files changed, 166 insertions(+), 590 deletions(-)


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

end of thread, other threads:[~2008-10-08 20:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-08 20:41 [PATCH 00/10] ixj: Cleanup dead and duplicate code Richard A. Holden III
2008-10-08 20:12 ` Alan Cox
2008-10-08 20:41 ` [PATCH 01/10] ixj: Remove code duplication for processing codec names Richard A. Holden III
2008-10-08 20:41 ` [PATCH 02/10] ixj: Remove dead code in preparation for consolidating duplicate code Richard A. Holden III
2008-10-08 20:41 ` [PATCH 03/10] ixj: Unify comments in preparation for pushing duplicate code into a function Richard A. Holden III
2008-10-08 20:41 ` [PATCH 04/10] ixj: Consolidate duplicate Ringer array initializers into common functions Richard A. Holden III
2008-10-08 20:41 ` [PATCH 05/10] ixj: Move duplicate code into well named zero_caller_id function Richard A. Holden III
2008-10-08 20:41 ` [PATCH 06/10] ixj: Caller ID Refactoring Richard A. Holden III
2008-10-08 20:41 ` [PATCH 07/10] ixj: Refactor DTMF tone setting Richard A. Holden III
2008-10-08 20:41 ` [PATCH 08/10] ixj: update quickly readable comments to match the data initializations Richard A. Holden III
2008-10-08 20:41 ` [PATCH 09/10] ixj: Remove unused macro Richard A. Holden III
2008-10-08 20:41 ` [PATCH 10/10] ixj: Remove dead code from ifdef IXJ_DYN_ALLOC Richard A. Holden III

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