[linux-sunxi] Re: [PATCH v4 2/2] [stage/sunxi-3.4] Add support for Allwinner (DVB/ATSC) Transport Stream Controller(s) (TSC)

2014-08-12 Thread thomas schorpp
Am 12.08.2014 um 08:25 schrieb anuroop.k...@gmail.com: On Wednesday, August 14, 2013 11:14:15 PM UTC+5:30, Thomas Schorpp wrote: OK, with the patched fex file and devices.c from [linux-sunxi] [PATCH v2 1/1] [sunxi-boards/a20] Add support for Allwinner (DVB/ATSC) Transport Stream Controller(s)

[linux-sunxi] Re: [PATCH v4 2/2] [stage/sunxi-3.4] Add support for Allwinner (DVB/ATSC) Transport Stream Controller(s) (TSC)

2014-08-12 Thread anuroop . kamu
On Tuesday, August 12, 2014 1:26:01 PM UTC+5:30, Thomas Schorpp wrote: Am 12.08.2014 um 08:25 schrieb anuroop.k...@gmail.com: On Wednesday, August 14, 2013 11:14:15 PM UTC+5:30, Thomas Schorpp wrote: OK, with the patched fex file and devices.c from [linux-sunxi] [PATCH v2 1/1]

[linux-sunxi] Re: [PATCH v4 2/2] [stage/sunxi-3.4] Add support for Allwinner (DVB/ATSC) Transport Stream Controller(s) (TSC)

2014-08-12 Thread anuroop . kamu
On Wednesday, August 14, 2013 11:14:15 PM UTC+5:30, Thomas Schorpp wrote: OK, with the patched fex file and devices.c from [linux-sunxi] [PATCH v2 1/1] [sunxi-boards/a20] Add support for Allwinner (DVB/ATSC) Transport Stream Controller(s) (TSC) [PATCH v2 1/1] [stage/sunxi-3.4] sw_nand:

[linux-sunxi] Re: [PATCH v4 2/2] [stage/sunxi-3.4] Add support for Allwinner (DVB/ATSC) Transport Stream Controller(s) (TSC)

2014-08-12 Thread thomas schorpp
Am 12.08.2014 um 14:21 schrieb Mihail Tommonen: Hi, 2. I've suspended my TSC project until a complete A20 TSC manual is available or I get the time for register probe rev. engineering. Have you seen this:

[linux-sunxi] Re: [PATCH v4 2/2] [stage/sunxi-3.4] Add support for Allwinner (DVB/ATSC) Transport Stream Controller(s) (TSC)

2014-08-12 Thread anuroop kamu
Hi Miska, Thanks for that Doc I am still not able to visualize it fully. if this Tsc driver works well, which buffer/fifo will the data be available? Do I need to make a separate media player app to get this data? Or any default media player can play the video directly from /dev/tsc_dev (or

[linux-sunxi] u-boot-sunxi: add hdmi driver (v2)

2014-08-12 Thread Luc Verhaegen
This is a second spin of a patchset which adds a hdmi driver for u-boots cfbconsole. The changes are, compared to the previous version: * split up * added clock claiming code (judge for yourself how nasty this code is today and how much nicer it could've been if clocks were handled better in dt).

[linux-sunxi] [PATCH 2/4] sunxi:video: add simplefb support

2014-08-12 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- arch/arm/include/asm/arch-sunxi/sunxi_display.h | 21 board/sunxi/board.c | 14 + drivers/video/sunxi_display.c | 61 +++ include/configs/sunxi-common.h

[linux-sunxi] [PATCH 3/4] sunxi:video: claim clocks for simplefb

2014-08-12 Thread Luc Verhaegen
This allows an updated simplefb driver in the kernel to correctly claim clocks, so that these do not get automatically disabled by the kernels clock framework, and so that simplefb actually does something useful for the kernel on sunxi hw as well. Currently, only clocks already defined in the dt

[linux-sunxi] [PATCH 4/4] sunxi:video: make video enabled the default

2014-08-12 Thread Luc Verhaegen
Add NO_VIDEO to the options list to disable. Signed-off-by: Luc Verhaegen l...@skynet.be --- include/configs/sunxi-common.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 81f893c..6d99111 100644