[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKa7sPRgROFY2RfeVW0G_1EWzWXakuWu50tGQ2QuzrvEimU3FQ@mail.gmail.com>
Date: Fri, 3 Feb 2012 11:59:10 +0300
From: Viktar Palstsiuk <viktar.palstsiuk@...mwad.com>
To: linux-kernel@...r.kernel.org, alsa-devel@...a-project.org
Cc: Michail Kurachkin <michail.kurachkin@...mwad.com>,
Ivan Kuten <ivan.kuten@...mwad.com>
Subject: TDM bus support in Linux Kernel
Hello,
We are designing custom hardware board where processor is connected
with analog telephony
SLIC via TDM bus.
During investigation of Linux kernel we did not find any corresponding TDM code.
So decided to write a new TDM subsystem in drivers/tdm (like SPI).
The subsystem consists of tdm_core.c which implements TDM bus routines,
e.g. tdm_register_board_info(), tdm_add_device(),
tdm_controller_register() etc, and
someplatform_tdm.c which implements platform specific TDM contoller.
Any suggestion if we have chosen right direction and our approach
conforms Linux kernel architecture?
May be there were already some preliminary work for this?
--
Best regards,
Viktar Palstsiuk
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists