Still does not work.
It seems that the lots of "[CSI_ERR]v4l2 sub device queryctrl error!" 
errors coming from a function discovery? have no idea
I try to capture with streamer:
root@A20:~# streamer -c /dev/video1 -f rgb24 -r 15 -t 00:00:02 -o test.avi
avi / video: 24 bit TrueColor (LE: bgr) / audio: none
v4l2: ioctl(fildes = 3 "/dev/video1", request = VIDIOC_QUERYMENU, struct 
v4l2_querymenu *data = { id = V4L2_CID_COLORFX, index = 0 }) failed, 
Inappropriate ioctl for device (25, ENOTTY) because fildes is a video4linux 
character special device that does not support the ioctl VIDIOC_QUERYMENU 
system call
v4l2: ioctl(fildes = 3 "/dev/video1", request = VIDIOC_QUERYMENU, struct 
v4l2_querymenu *data = { id = 134217728, index = 0 }) failed, Inappropriate 
ioctl for device (25, ENOTTY) because fildes is a video4linux character 
special device that does not support the ioctl VIDIOC_QUERYMENU system call


Full dmesg log attached, but it seams it starts to stream data, and ISR 
called well, but nobody taking data out of the data que from the CSI 
driver.:
[  119.500968] [CSI_DEBUG]buffer_setup
[  119.509083] [CSI_ERR]buffer count is invalid, set to 5
[  119.518695] [CSI]buffer_setup, buffer count=5, size=614400
[  119.527773] [CSI_DEBUG]mmap called, vma=0xee481ec8
[  119.537242] [CSI_DEBUG]vma start=0xb12b2000, size=614400, ret=0
[  119.546673] [CSI_DEBUG]mmap called, vma=0xee4817e8
[  119.556093] [CSI_DEBUG]vma start=0xb121c000, size=614400, ret=0
[  119.565682] [CSI_DEBUG]mmap called, vma=0xee481b00
[  119.575156] [CSI_DEBUG]vma start=0xb1186000, size=614400, ret=0
[  119.584626] [CSI_DEBUG]mmap called, vma=0xee481e18
[  119.594074] [CSI_DEBUG]vma start=0xb10f0000, size=614400, ret=0
[  119.603502] [CSI_DEBUG]mmap called, vma=0xee481d68
[  119.612942] [CSI_DEBUG]vma start=0xb105a000, size=614400, ret=0
[  119.621228] [CSI_DEBUG]buffer_prepare
[  119.627254] [CSI_DEBUG]buffer_prepare
[  119.633282] [CSI_DEBUG]buffer_prepare
[  119.639306] [CSI_DEBUG]buffer_prepare
[  119.645322] [CSI_DEBUG]buffer_prepare
[  119.656211] [CSI_DEBUG]video stream on
[  119.662277] [CSI_DEBUG]buffer_queue
[  119.667940] [CSI_DEBUG]buffer_queue
[  119.673598] [CSI_DEBUG]buffer_queue
[  119.679255] [CSI_DEBUG]buffer_queue
[  119.684912] [CSI_DEBUG]buffer_queue
[  119.690986] [CSI_DEBUG]buf ptr=ee7d3400
[  119.697863] [CSI_DEBUG]csi_buf_addr_y=3800000
[  119.705357] [CSI_DEBUG]csi_buf_addr_cb=3800000
[  119.712938] [CSI_DEBUG]csi_buf_addr_cr=3800000
[  119.773863] [CSI_DEBUG]csi_isr
[  119.779446] [CSI_DEBUG]buf ptr=ee7d3180
[  119.786320] [CSI_DEBUG]csi_buf_addr_y=3896000
[  119.793799] [CSI_DEBUG]csi_buf_addr_cb=3896000
[  119.801364] [CSI_DEBUG]csi_buf_addr_cr=3896000
[  119.840482] [CSI_DEBUG]csi_isr
[  119.846063] [CSI_DEBUG]buf ptr=ee7d3400
[  119.852424] [CSI_DEBUG]buf ptr=ee7d3080
[  119.859296] [CSI_DEBUG]csi_buf_addr_y=392c000
[  119.866775] [CSI_DEBUG]csi_buf_addr_cb=392c000
[  119.874341] [CSI_DEBUG]csi_buf_addr_cr=392c000
[  119.907109] [CSI_DEBUG]csi_isr
[  119.912705] [CSI_DEBUG]buf ptr=ee7d3180
[  119.922004] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3180
[  119.931306] [CSI_DEBUG]buf ptr=ee7d3f00
[  119.938179] [CSI_DEBUG]csi_buf_addr_y=39c2000
[  119.945657] [CSI_DEBUG]csi_buf_addr_cb=39c2000
[  119.953223] [CSI_DEBUG]csi_buf_addr_cr=39c2000
[  119.973728] [CSI_DEBUG]csi_isr
[  119.979317] [CSI_DEBUG]buf ptr=ee7d3080
[  119.988617] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3080
[  119.997918] [CSI_DEBUG]buf ptr=ee7d3800
[  120.004790] [CSI_DEBUG]csi_buf_addr_y=3a58000
[  120.012269] [CSI_DEBUG]csi_buf_addr_cb=3a58000
[  120.019835] [CSI_DEBUG]csi_buf_addr_cr=3a58000
[  120.040347] [CSI_DEBUG]csi_isr
[  120.045931] [CSI_DEBUG]buf ptr=ee7d3f00
[  120.055230] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3f00
[  120.065832] [CSI_DEBUG]No more free frame on next time
[  120.073658] [CSI_DEBUG]csi_isr
[  120.079241] [CSI_DEBUG]buf ptr=ee7d3800
[  120.088539] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3800
[  120.098014] [CSI_DEBUG]No more free frame
[  120.106967] [CSI_DEBUG]csi_isr
[  120.113325] [CSI_ERR]No active queue to serve
[  120.140282] [CSI_DEBUG]csi_isr
[  120.146651] [CSI_ERR]No active queue to serve


Any suggestion?


On Wednesday, 23 July 2014 22:06:44 UTC+1, Zsolt Gaspar wrote:
>
> Here is some update:
>
> Hi,
>
> I followed Ivan Kozic suggestion and ported the new driver, mostly 
> removing AF related code (will put back part of it, just wanted to compile 
> now) and GPIO access.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[    0.000000] Booting Linux on physical CPU 0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.4.90-ge37d760 (zsolt@zsolt-VirtualBox) (gcc 
version 4.9.1 20140505 (prerelease) (crosstool-NG linaro-1.13.1-4.9-2014.05 - 
Linaro GCC 2014.05) ) #1 SMP PREEMPT Thu Jul 17 16:28:16 BST 2014
[    0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing 
instruction cache
[    0.000000] Machine: sun7i
[    0.000000] Memory Reserved:
[    0.000000]  SYS  : 0x43000000 - 0x4300ffff  (  64 kB)
[    0.000000]  G2D  : 0x50000000 - 0x50ffffff  (  16 MB)
[    0.000000]  LCD  : 0x51000000 - 0x52ffffff  (  32 MB)
[    0.000000] cma: CMA: reserved 192 MiB at 43c00000
[    0.000000] Memory policy: ECC disabled, Data cache writealloc
[    0.000000] sunxi: Allwinner A20 (AW1651/sun7i) detected.
[    0.000000] On node 0 totalpages: 262144
[    0.000000] free_area_init_node: node 0, pgdat c0899e80, node_mem_map 
d3000000
[    0.000000]   DMA zone: 512 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 65024 pages, LIFO batch:15
[    0.000000]   Normal zone: 1008 pages used for memmap
[    0.000000]   Normal zone: 128016 pages, LIFO batch:31
[    0.000000]   HighMem zone: 528 pages used for memmap
[    0.000000]   HighMem zone: 67056 pages, LIFO batch:15
[    0.000000] PERCPU: Embedded 7 pages/cpu @d3808000 s7616 r8192 d12864 u32768
[    0.000000] pcpu-alloc: s7616 r8192 d12864 u32768 alloc=8*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 260096
[    0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p2 
rootwait loglevel=8 panic=10
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] allocated 2097152 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want 
memory cgroups
[    0.000000] Memory: 1024MB = 1024MB total
[    0.000000] Memory: 780540k/780540k available, 268036k reserved, 270336K 
highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xf0000000 - 0xff000000   ( 240 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xef800000   ( 760 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc07fd9f8   (8151 kB)
[    0.000000]       .init : 0xc07fe000 - 0xc0834dc0   ( 220 kB)
[    0.000000]       .data : 0xc0836000 - 0xc08a1560   ( 430 kB)
[    0.000000]        .bss : 0xc08a1584 - 0xc0a71c98   (1858 kB)
[    0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 
Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]  Additional per-CPU info printed with stalls.
[    0.000000] NR_IRQS:192
[    0.000000] Architected local timer running at 24.00MHz.
[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 
178956ms
[    0.000000] start_kernel(): bug: interrupts were enabled early
[    0.000000] Console: colour dummy device 80x30
[    0.010894] Calibrating delay loop... 1915.28 BogoMIPS (lpj=9576448)
[    0.076012] pid_max: default: 32768 minimum: 301
[    0.079680] Mount-cache hash table entries: 512
[    0.083868] Initializing cgroup subsys cpuacct
[    0.087191] Initializing cgroup subsys memory
[    0.090615] Initializing cgroup subsys devices
[    0.094050] Initializing cgroup subsys freezer
[    0.097276] Initializing cgroup subsys blkio
[    0.100953] Initializing cgroup subsys perf_event
[    0.104534] CPU: Testing write buffer coherency: ok
[    0.109727] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.116829] hw perfevents: enabled with ARMv7 Cortex-A7 PMU driver, 5 
counters available
[    0.122368] Setting up static identity map for 0x40591bc0 - 0x40591c18
[    0.238254] CPU1: Booted secondary processor
[    0.297238] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.299246] Brought up 2 CPUs
[    0.304555] SMP: Total of 2 processors activated (3830.57 BogoMIPS).
[    0.307668] devtmpfs: initialized
[    0.312959] dummy: 
[    0.322589] NET: Registered protocol family 16
[    0.344680] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.352478] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint 
registers.
[    0.357269] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.360451] [ccu-inf] aw clock manager init
[    0.362722] [ccu-inf] aw_ccu_init
[    0.366677] [ccu-inf] script config pll3 to 297MHz
[    0.370428] [ccu-inf] script config pll4 to 300MHz
[    0.374193] [ccu-inf] script config pll6 to 600MHz
[    0.377943] [ccu-inf] script config pll7 to 297MHz
[    0.381689] [ccu-inf] script config pll8 to 400MHz
[    0.384450] Init eGon pin module V2.0
[    0.392472] bio: create slab <bio-0> at 0
[    0.395865] SCSI subsystem initialized
[    0.398715] libata version 3.00 loaded.
[    0.403350] usbcore: registered new interface driver usbfs
[    0.407710] usbcore: registered new interface driver hub
[    0.411858] usbcore: registered new device driver usb
[    0.414919] Linux media interface: v0.10
[    0.418561] Linux video capture interface: v2.00
[    0.424130] Advanced Linux Sound Architecture Driver Version 1.0.25.
[    0.430139] cfg80211: Calling CRDA to update world regulatory domain
[    0.434648] Switching to clocksource arch_sys_counter
[    0.436727] FS-Cache: Loaded
[    0.438886] CacheFiles: Loaded
[    0.448444] [usb_manager]: CONFIG_USB_SW_SUNXI_USB0_OTG
[    0.452379] [sw_hcd0]: usb host driver initialize........
[    0.456623] [sw_hcd0]: open_usb_clock
[    0.480829] [sw_hcd0]: host_init_state = 0
[    0.481801] [sw_hcd0]: platform is usb host
[    0.484709] [sw_hcd0]: sw_hcd_host0: ConfigData=0xde (UTMI-8, dyn FIFOs, 
bulk combine, bulk split, HB-ISO Rx (X), HB-ISO Tx (X), SoftConn)
[    0.495905] [sw_hcd0]: sw_hcd_init_controller: sw_hcd_host0: USB Host mode 
controller at f1c13000 using PIO, IRQ 70
[    0.508426] sw_hcd_host0 sw_hcd_host0: sw_hcd host driver
[    0.515140] sw_hcd_host0 sw_hcd_host0: new USB bus registered, assigned bus 
number 1
[    0.518547] hub 1-0:1.0: USB hub found
[    0.521441] hub 1-0:1.0: 1 port detected
[    0.525293] wrn: hcd is not enable, need not start hcd
[    0.526662] [sw_hcd0]: sw_usb_host0_disable start
[    0.532684] -------sw_hcd0_soft_disconnect---------
[    0.535651] is_on = 0, hcd0_set_vbus_cnt = 0
[    0.538703] [sw_hcd_host0]: Set USB Power Off
[    0.542448] wrn: hcd is not enable, need not stop hcd
[    0.543467] [sw_hcd0]: close_usb_clock
[    0.545942] [sw_hcd0]: sw_usb_host0_disable end
[    0.549119] [sw_udc]: udc_init: version 20080411
[    0.555590] NET: Registered protocol family 2
[    0.561955] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.568814] TCP established hash table entries: 131072 (order: 8, 1048576 
bytes)
[    0.576388] TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
[    0.583001] TCP: Hash tables configured (established 131072 bind 65536)
[    0.585187] TCP: reno registered
[    0.590078] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.595411] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.599020] NET: Registered protocol family 1
[    0.604306] RPC: Registered named UNIX socket transport module.
[    0.607968] RPC: Registered udp transport module.
[    0.611658] RPC: Registered tcp transport module.
[    0.617048] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.622516] audit: initializing netlink socket (disabled)
[    0.626218] type=2000 audit(0.600:1): initialized
[    0.630637] highmem bounce pool size: 64 pages
[    0.641971] VFS: Disk quotas dquot_6.5.2
[    0.647430] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.654107] NFS: Registering the id_resolver key type
[    0.658713] NTFS driver 2.1.30 [Flags: R/W].
[    0.662015] fuse init (API version 7.18)
[    0.665426] msgmni has been set to 1380
[    0.676082] alg: comp: Compression test 1 failed for lzo-generic: output len 
= 57
[    0.679341] alg: No test for stdrng (krng)
[    0.686005] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
252)
[    0.689005] io scheduler noop registered
[    0.692231] io scheduler deadline registered
[    0.695919] io scheduler cfq registered (default)
[    0.700739] sunxi disp driver loaded (/dev/disp api 1.0)
[    0.706252] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    0.710657] [uart]: used uart info.: 0x05
[    0.715345] [uart]: serial probe 0 irq 33 mapbase 0x01c28000
[    0.741659] sunxi-uart.0: ttyS0 at MMIO 0x1c28000 (irq = 33) is a U6_16550A
[    1.555179] console [ttyS0] enabled
[    1.563528] [uart]: serial probe 2 irq 35 mapbase 0x01c28800
[    1.595352] sunxi-uart.2: ttyS1 at MMIO 0x1c28800 (irq = 35) is a U6_16550A
[    1.604822] G2D: drv_g2d_init
[    1.612522] G2D: g2dmem: g2d_start=50000000, g2d_size=1000000
[    1.621498] G2D: head:d0000000,tail:d1000000
[    1.629105] G2D: Module initialized.major:250
[    1.636377] brd: module loaded
[    1.644912] loop: module loaded
[    1.651829] gpio count < =0 ,gpio_count is: 0
[    1.662122] sw_ahci sw_ahci.0: controller can't do PMP, turning off CAP_PMP
[    1.673349] sw_ahci sw_ahci.0: forcing PORTS_IMPL to 0x1
[    1.686113] sw_ahci sw_ahci.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 
impl platform mode
[    1.700989] sw_ahci sw_ahci.0: flags: ncq sntf pm led clo only pio slum part 
ccc 
[    1.712431] scsi0 : sw_ahci_platform
[    1.723210] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 
0x100 irq 88
[    1.733816] emac driver is disabled
[    1.740547] PPP generic driver version 2.4.2
[    1.748699] PPP BSD Compression module registered
[    1.757397] PPP Deflate Compression module registered
[    1.767331] PPP MPPE Compression module registered
[    1.775548] NET: Registered protocol family 24
[    1.785932] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.797673] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.806275] [sw-ehci1]: open clock
[    1.832322] [sw-ehci1]: Set USB Power ON
[    1.842683] sw-ehci sw-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) 
Driver
[    1.856389] sw-ehci sw-ehci.1: new USB bus registered, assigned bus number 2
[    1.869116] sw-ehci sw-ehci.1: irq 71, io mem 0x01c14000
[    1.889081] sw-ehci sw-ehci.1: USB 2.0 started, EHCI 1.00
[    1.897089] ehci_irq: port change detect
[    1.904413] hub 2-0:1.0: USB hub found
[    1.911088] hub 2-0:1.0: 1 port detected
[    1.917597] [sw-ohci1]: open clock
[    1.947088] sw-ohci sw-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    1.960437] sw-ohci sw-ohci.1: new USB bus registered, assigned bus number 3
[    1.971795] sw-ohci sw-ohci.1: irq 96, io mem 0x01c14400
[    2.042048] hub 3-0:1.0: USB hub found
[    2.048728] hub 3-0:1.0: 1 port detected
[    2.055200] [sw-ehci2]: open clock
[    2.079082] ata1: SATA link down (SStatus 0 SControl 300)
[    2.081699] [sw-ehci2]: Set USB Power ON
[    2.097402] sw-ehci sw-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI) 
Driver
[    2.110853] sw-ehci sw-ehci.2: new USB bus registered, assigned bus number 4
[    2.123477] sw-ehci sw-ehci.2: irq 72, io mem 0x01c1c000
[    2.240123] usb 2-1: new high-speed USB device number 2 using sw-ehci
[    2.269070] sw-ehci sw-ehci.2: USB 2.0 started, EHCI 1.00
[    2.277076] ehci_irq: port change detect
[    2.284238] hub 4-0:1.0: USB hub found
[    2.290912] hub 4-0:1.0: 1 port detected
[    2.297455] [sw-ohci2]: open clock
[    2.326949] sw-ohci sw-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    2.340343] sw-ohci sw-ohci.2: new USB bus registered, assigned bus number 5
[    2.351704] sw-ohci sw-ohci.2: irq 97, io mem 0x01c1c400
[    2.418725] hub 2-1:1.0: USB hub found
[    2.425163] hub 5-0:1.0: USB hub found
[    2.431766] hub 5-0:1.0: 1 port detected
[    2.440189] mousedev: PS/2 mouse device common for all mice
[    2.451299] ===========================hv_keypad_init=====================
[    2.461543] ========HV Inital ===================
[    2.470138] tkey_fetch_sysconfig_para: tkey_unused. 
[    2.482287] hv_keypad_init: after fetch_sysconfig_para:  normal_i2c: 0x0. 
normal_i2c[1]: 0x0 
[    2.495392] sunxi-rtc sunxi-rtc: Warning: RTC time is wrong!
[    2.506078] sunxi-rtc sunxi-rtc: rtc core: registered rtc as rtc0
[    2.514590] i2c /dev entries driver
[    2.521367] config i2c gpio with gpio_config api
[    2.529254] hub 2-1:1.0: 4 ports detected
[    2.538063] axp_mfd 0-0034: AXP (CHIP ID: 0x41) detected
[    2.549240] axp_mfd 0-0034: AXP internal temperature monitoring enabled
[    2.560684] i2c i2c-0: Invalid probe address 0x00
[    2.568475] I2C: i2c-0: AW16XX I2C adapter
[    2.575962] config i2c gpio with gpio_config api
[    2.584605] i2c i2c-1: Invalid probe address 0x00
[    2.592380] I2C: i2c-1: AW16XX I2C adapter
[    2.599857] config i2c gpio with gpio_config api
[    2.608404] i2c i2c-2: Invalid probe address 0x00
[    2.616149] I2C: i2c-2: AW16XX I2C adapter
[    2.623679] config i2c gpio with gpio_config api
[    2.632219] i2c i2c-3: Invalid probe address 0x00
[    2.639981] I2C: i2c-3: AW16XX I2C adapter
[    2.647433] config i2c gpio with gpio_config api
[    2.655952] i2c i2c-4: Invalid probe address 0x00
[    2.663778] I2C: i2c-4: AW16XX I2C adapter
[    2.672381] vivi-000: V4L2 device registered as video0
[    2.682994] usb 4-1: new high-speed USB device number 2 using sw-ehci
[    2.697211] Video Technology Magazine Virtual Video Capture Board ver 0.8.1 
successfully loaded.
[    2.707805] [ace_drv] start!!!
[    2.713274] [ace_drv] init end!!!
[    2.718273] [pa_drv] start!!!
[    2.723452] [pa_drv] init end!!!
[    2.729031] axp20_ldo1: 1300 mV 
[    2.737424] axp20_ldo2: 1800 <--> 3300 mV at 3000 mV 
[    2.747727] axp20_ldo3: 700 <--> 3500 mV at 2800 mV 
[    2.757798] axp20_ldo4: 1250 <--> 3300 mV at 2800 mV 
[    2.767963] axp20_buck2: 700 <--> 2275 mV at 1400 mV 
[    2.778229] axp20_buck3: 700 <--> 3500 mV at 1250 mV 
[    2.788131] axp20_ldoio0: 1800 <--> 3300 mV at 2800 mV 
[    2.802903] input: axp20-supplyer as 
/devices/platform/sunxi-i2c.0/i2c-0/0-0034/axp20-supplyer.28/input/input0
[    2.830890] axp20_ldo2: Failed to create debugfs directory
[    2.841299] device-mapper: uevent: version 1.0.3
[    2.853700] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: 
dm-de...@redhat.com
[    2.867302] device-mapper: multipath: version 1.3.0 loaded
[    2.878326] device-mapper: multipath round-robin: version 1.0.0 loaded
[    2.890462] device-mapper: multipath queue-length: version 0.1.0 loaded
[    2.902729] device-mapper: multipath service-time: version 0.2.0 loaded
[    2.913894] cpuidle: using governor ladder
[    2.920897] cpuidle: using governor menu
[    2.927234] [mmc-msg] sw_mci_init
[    2.936376] [mmc-msg] MMC host used card: 0xb, boot card: 0x0, io_card 8
[    2.948965] [mmc-msg] sdc0 set round clock 400000, src 24000000
[    2.963333] [mmc-msg] sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 
timing LEGACY(SDR12) dt B
[    2.980601] [mmc-msg] sdc0 Probe: base:0xf00e0000 irq:64 
sg_cpu:c3c5f000(43c5f000) ret 0.
[    2.994513] usb 2-1.1: new low-speed USB device number 3 using sw-ehci
[    3.006515] [mmc-msg] sdc1 set round clock 400000, src 24000000
[    3.020875] [mmc-msg] sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 
timing LEGACY(SDR12) dt B
[    3.038228] [mmc-msg] sdc1 Probe: base:0xf00e2000 irq:65 
sg_cpu:c3c60000(43c60000) ret 0.
[    3.051921] [mmc-msg] sdc3 set round clock 400000, src 24000000
[    3.066124] [mmc-msg] sdc3 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 
timing LEGACY(SDR12) dt B
[    3.083362] [mmc-msg] sdc3 Probe: base:0xf00e4000 irq:67 
sg_cpu:c3c61000(43c61000) ret 0.
[    3.096153] [mmc_pm]: failed to fetch sdio card configuration!
[    3.107115] ledtrig-cpu: registered to indicate activity on CPUs
[    3.118343] usbcore: registered new interface driver usbhid
[    3.126758] usbhid: USB HID core driver
[    3.133304] ashmem: initialized
[    3.140137] logger: created 256K log 'log_main'
[    3.148573] logger: created 256K log 'log_events'
[    3.157028] logger: created 256K log 'log_radio'
[    3.165550] logger: created 256K log 'log_system'
[    3.176279] IPv4 over IPv4 tunneling driver
[    3.183379] TCP: bic registered
[    3.188967] TCP: cubic registered
[    3.195069] TCP: westwood registered
[    3.201749] TCP: highspeed registered
[    3.207780] TCP: hybla registered
[    3.214013] TCP: htcp registered
[    3.223913] input: HOLTEK Wireless TackBall Keyboard as 
/devices/platform/sw-ehci.1/usb2/2-1/2-1.1/2-1.1:1.0/input/input1
[    3.240432] TCP: vegas registered
[    3.251648] generic-usb 0003:1241:F766.0001: input: USB HID v1.10 Keyboard 
[HOLTEK Wireless TackBall Keyboard] on usb-sw-ehci-1.1/input0
[    3.277077] input: HOLTEK Wireless TackBall Keyboard as 
/devices/platform/sw-ehci.1/usb2/2-1/2-1.1/2-1.1:1.1/input/input2
[    3.290291] TCP: veno registered
[    3.296088] TCP: scalable registered
[    3.307030] generic-usb 0003:1241:F766.0002: input: USB HID v1.10 Mouse 
[HOLTEK Wireless TackBall Keyboard] on usb-sw-ehci-1.1/input1
[    3.324641] TCP: lp registered
[    3.329896] TCP: yeah registered
[    3.335644] TCP: illinois registered
[    3.342440] Initializing XFRM netlink socket
[    3.350814] NET: Registered protocol family 10
[    3.359616] NET: Registered protocol family 17
[    3.367479] NET: Registered protocol family 15
[    3.376611] [mmc_pm]: No sdio card, please check your config !!
[    3.386207] Registering the dns_resolver key type
[    3.392894] VFP support v0.3: 
[    3.401319] usb 2-1.2: new high-speed USB device number 4 using sw-ehci
[    3.412914] implementor 41 architecture 2 part 30 variant 7 rev 4
[    3.422775] Registering SWP/SWPB emulation handler
[    3.432186] axp20_buck2: Failed to create debugfs directory
[    3.443900] [cpu_freq] INF:-------------------V-F Table-------------------
[    3.455822] [cpu_freq] INF:  voltage = 1450mv        frequency = 1008MHz
[    3.466961] [cpu_freq] INF:  voltage = 1400mv        frequency =  912MHz
[    3.478088] [cpu_freq] INF:  voltage = 1300mv        frequency =  864MHz
[    3.489255] [cpu_freq] INF:  voltage = 1250mv        frequency =  792MHz
[    3.500439] [cpu_freq] INF:  voltage = 1200mv        frequency =  720MHz
[    3.511594] [cpu_freq] INF:  voltage = 1150mv        frequency =  624MHz
[    3.522734] [cpu_freq] INF:  voltage = 1100mv        frequency =  528MHz
[    3.533932] [cpu_freq] INF:  voltage = 1050mv        frequency =  312MHz
[    3.545111] [cpu_freq] INF:  voltage = 1000mv        frequency =    0MHz
[    3.557075] [cpu_freq] INF:-----------------------------------------------
[    3.573724] [cpu_freq] INF:sunxi_cpufreq_initcall, get cpu frequency from 
sysconfig, max freq: 1008MHz, min freq: 60MHz
[    3.588124] hub 2-1.2:1.0: USB hub found
[    3.595350] hub 2-1.2:1.0: 4 ports detected
[    3.602801] registered taskstats version 1
[    3.611496] I2C: i2c-5: HDMI I2C adapter
[    3.645930] ParseEDID
[    3.662900] EDID version: 1.3
[    3.672137] PCLK=148500000 X 1920 2008 2052 2200 Y 1080 1084 1089 1125 fr 60 
PP
[    3.683391] Using above mode as preferred EDID mode
[    3.703558] Unimplemented SVD code 2
[    3.709742] Unimplemented SVD code 6
[    3.715956] Unimplemented SVD code 31
[    3.722272] Unimplemented SVD code 17
[    3.728585] Unimplemented SVD code 22
[    3.734852] Unimplemented SVD code 21
[    3.740787] Reserved SVD code 127
[    3.749940] disp_clk: Could not find a matching pll-freq for 53900000 pclk
[    3.762789] disp_clk: Could not find a matching pll-freq for 108100000 pclk
[    3.775576] disp_clk: Could not find a matching pll-freq for 25150000 pclk
[    3.788273] disp_clk: Could not find a matching pll-freq for 74200000 pclk
[    3.800968] disp_clk: Could not find a matching pll-freq for 53900000 pclk
[    3.813753] disp_clk: Could not find a matching pll-freq for 122350000 pclk
[    3.826752] disp_clk: Could not find a matching pll-freq for 146850000 pclk
[    3.839535] disp_clk: Could not find a matching pll-freq for 78800000 pclk
[    3.852232] disp_clk: Could not find a matching pll-freq for 53450000 pclk
[    3.864937] disp_clk: Could not find a matching pll-freq for 27100000 pclk
[    3.877632] disp_clk: Could not find a matching pll-freq for 26150000 pclk
[    3.888950] Parse_VideoData_Block: VIC 16 (native) support
[    3.898004] Parse_VideoData_Block: VIC 5 support
[    3.906187] Parse_VideoData_Block: VIC 4 support
[    3.914370] Parse_VideoData_Block: VIC 3 support
[    3.922553] Parse_VideoData_Block: VIC 2 support
[    3.930737] Parse_VideoData_Block: VIC 7 support
[    3.938920] Parse_VideoData_Block: VIC 6 support
[    3.947181] Parse_VideoData_Block: VIC 31 support
[    3.955537] Parse_VideoData_Block: VIC 20 support
[    3.969153] [mmc-msg] mmc 0 detect change, present 1
[    3.977770] Parse_VideoData_Block: VIC 19 support
[    3.986127] Parse_VideoData_Block: VIC 18 support
[    3.994484] Parse_VideoData_Block: VIC 17 support
[    4.002840] Parse_VideoData_Block: VIC 22 support
[    4.016188] Parse_VideoData_Block: VIC 21 support
[    4.024461] Parse_VideoData_Block: VIC 1 support
[    4.032644] Parse_AudioData_Block: max channel=2
[    4.041262] Parse_AudioData_Block: SampleRate code=7f
[    4.049965] Parse_AudioData_Block: WordLen code=7
[    4.058138] Find HDMI Vendor Specific DataBlock
[    4.068970] PCLK=148500000 X 1920 2008 2052 2200 Y 1080 1084 1089 1125 fr 60 
PP
[    4.082108] PCLK=74250000 X 1920 2008 2052 2200 Y 540 542 547 562 fr 60 PP
[    4.094807] PCLK=74250000 X 1280 1390 1430 1650 Y 720 725 730 750 fr 60 PP
[    4.107157] PCLK=27000000 X 720 736 798 858 Y 480 489 495 525 fr 59 NN
[    4.119944] PCLK=148500000 X 1920 2448 2492 2640 Y 1080 1084 1089 1125 fr 50 
PP
[    4.133332] asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok
[    4.146195] disp clks: lcd 74250000 pre_scale 1 hdmi 74250000 pll 297000000 
2x 0
[    4.472633] [mmc-msg] sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 
timing LEGACY(SDR12) dt B
[    4.497135] [mmc-msg] sdc0 power on
[    4.523030] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 
1 timing LEGACY(SDR12) dt B
[    4.549584] [mmc-msg] sdc0 set round clock 400000, src 24000000
[    4.650337] [mmc-err] smc 0 err, cmd 52,  RTO
[    4.658840] [mmc-err] smc 0 err, cmd 52,  RTO
[    4.671537] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 
1 timing LEGACY(SDR12) dt B
[    4.714032] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 
1 timing LEGACY(SDR12) dt B
[    4.730071] [mmc-err] smc 0 err, cmd 5,  RTO
[    4.738373] [mmc-err] smc 0 err, cmd 5,  RTO
[    4.746677] [mmc-err] smc 0 err, cmd 5,  RTO
[    4.754987] [mmc-err] smc 0 err, cmd 5,  RTO
[    4.768250] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 
1 timing LEGACY(SDR12) dt B
[    4.785980] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 
1 timing LEGACY(SDR12) dt B
[    4.806078] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 
1 timing LEGACY(SDR12) dt B
[    4.845242] Console: switching to colour frame buffer device 160x45
[    4.878723] axp20_buck3: incomplete constraints, leaving on
[    4.892591] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 
1 timing SD-HS(SDR25) dt B
[    4.897117] axp20_buck2: incomplete constraints, leaving on
[    4.910829] axp20_ldo4: incomplete constraints, leaving on
[    4.920806] axp20_ldo3: incomplete constraints, leaving on
[    4.930703] axp20_ldo2: incomplete constraints, leaving on
[    4.940594] axp20_ldo1: incomplete constraints, leaving on
[    4.960014] [mmc-msg] sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V 
width 1 timing SD-HS(SDR25) dt B
[    4.974703] [mmc-msg] sdc0 set round clock 42857143, src 600000000
[    4.983498] console [netcon0] enabled
[    4.990650] netconsole: network logging started
[    5.002697] sunxi-rtc sunxi-rtc: setting system clock to 2010-01-01 00:00:00 
UTC (1262304000)
[    5.013248] ALSA device list:
[    5.019278]   #0: sunxi-CODEC  Audio Codec
[    5.025464]   #1: sunxi-sndhdmi
[    5.033190] Waiting for root device /dev/mmcblk0p2...
[    5.046758] [mmc-msg] sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V 
width 4 timing SD-HS(SDR25) dt B
[    5.074865] mmc0: new high speed SDHC card at address 6978
[    5.084280] mmcblk0: mmc0:6978 SD04G 3.75 GiB 
[    5.091850]  mmcblk0: p1 p2
[    5.152519] kjournald starting.  Commit interval 5 seconds
[    5.260076] EXT3-fs (mmcblk0p2): using internal journal
[    5.271139] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
[    5.283027] VFS: Mounted root (ext3 filesystem) on device 179:2.
[    5.292567] devtmpfs: mounted
[    5.298449] Freeing init memory: 216K
[    6.131699] udevd[175]: starting version 175
[    7.799985] sw_usb_enable_hcd: usbc_num = 2
[    7.809023] ERR: script_parser_fetch usb_controller_type failed
[    7.951638] usbcore: registered new interface driver rtl8188eu
[    8.080009] udevd[217]: renamed network interface wlan0 to wlan7
[   10.282912] rtp_used == 0. 
[   14.708517] ADDRCONF(NETDEV_UP): wlan7: link is not ready
[   14.725202] ADDRCONF(NETDEV_UP): wlan7: link is not ready
[   16.147565] ADDRCONF(NETDEV_CHANGE): wlan7: link becomes ready
[   16.171226] UpdateHalRAMask8188EUsb => mac_id:0, networkType:0x0b, 
mask:0x000fffff
[   16.171244]   ==> rssi_level:0, rate_bitmap:0x000ff005
[   16.730221] UpdateHalRAMask8188EUsb => mac_id:0, networkType:0x0b, 
mask:0x000fffff
[   16.730238]   ==> rssi_level:1, rate_bitmap:0x000f0000
[   18.730243] UpdateHalRAMask8188EUsb => mac_id:0, networkType:0x0b, 
mask:0x000fffff
[   18.730264]   ==> rssi_level:2, rate_bitmap:0x000ff000
[   26.907798] wlan7: no IPv6 routers present
[   97.968367] [CSI]Welcome to CSI driver
[   97.973941] [CSI]csi_init
[   97.988233] [CSI_DEBUG]csi_probe
[   97.995298] [CSI_DEBUG]dev->ccm_cfg[0] = bf0b4218
[   98.003921] [CSI_DEBUG]dev->ccm_cfg[0]->ccm = s5k4ec
[   98.014675] [CSI_DEBUG]dev->ccm_cfg[0]->twi_id = 1
[   98.023351] [CSI_DEBUG]dev->ccm_cfg[0]->i2c_addr = 5a
[   98.032286] [CSI_DEBUG]dev->ccm_cfg[0]->interface = 0
[   98.041285] [CSI_DEBUG]dev->ccm_cfg[0]->vflip = 0
[   98.049508] [CSI_DEBUG]dev->ccm_cfg[0]->hflip = 0
[   98.059147] [CSI_DEBUG]dev->ccm_cfg[0]->iovdd_str = axp20_pll
[   98.069520] [CSI_DEBUG]dev->ccm_cfg[0]->avdd_str = axp20_pll
[   98.078842] [CSI_DEBUG]dev->ccm_cfg[0]->dvdd_str = 
[   98.087603] [CSI_DEBUG]dev->ccm_cfg[0]->flash_pol = 1
[   98.138806] [CSI]registered sub device,input_num = 0
[   98.148209] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_CMD_GET_INFO
[   98.157658] [CSI_DEBUG][s5k4ec]ccm_info.mclk=24000000
[   98.157686]  [CSI_DEBUG][s5k4ec]ccm_info.vref=1
[   98.167958]  [CSI_DEBUG][s5k4ec]ccm_info.href=1
[   98.196244]  [CSI_DEBUG][s5k4ec]ccm_info.clock=1
[   98.204197]  [CSI_DEBUG][s5k4ec]ccm_info.iocfg=0
[   98.212293]  [CSI_DEBUG][s5k4ec]CSI_SUBDEV_CMD_SET_INFO
[   98.228601] [CSI_DEBUG][s5k4ec]ccm_info.mclk=24000000
[   98.228620]  [CSI_DEBUG][s5k4ec]ccm_info.vref=1
[   98.238392]  [CSI_DEBUG][s5k4ec]ccm_info.href=1
[   98.267003]  [CSI_DEBUG][s5k4ec]ccm_info.clock=1
[   98.274976]  [CSI_DEBUG][s5k4ec]ccm_info.iocfg=0
[   98.283049]  
[   98.292265] axp20_ldo3: Failed to create debugfs directory
[   98.302595] axp20_ldo3: Failed to create debugfs directory
[   98.311931] [CSI_DEBUG]dev->ccm_cfg[0]->sd = ee480300
[   98.321309] [CSI_DEBUG]dev->ccm_cfg[0]->ccm_info = bf0b42b4
[   98.331131] [CSI_DEBUG]dev->ccm_cfg[0]->ccm_info.iocfg = 0
[   98.340769] [CSI_DEBUG]dev->ccm_cfg[0]->ccm_info.vref = 1
[   98.350329] [CSI_DEBUG]dev->ccm_cfg[0]->ccm_info.href = 1
[   98.359925] [CSI_DEBUG]dev->ccm_cfg[0]->ccm_info.clock = 1
[   98.370527] [CSI_DEBUG]dev->ccm_cfg[0]->ccm_info.mclk = 24000000
[   98.380712] [CSI_DEBUG]dev->ccm_cfg[0]->iovdd = ee778400
[   98.389972] [CSI_DEBUG]dev->ccm_cfg[0]->avdd = ee778480
[   98.399248] [CSI_DEBUG]dev->ccm_cfg[0]->dvdd =   (null)
[   98.408443] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_CMD_SET_INFO
[   98.417472] [CSI_DEBUG][s5k4ec]ccm_info.mclk=24000000
[   98.417490]  [CSI_DEBUG][s5k4ec]ccm_info.vref=1
[   98.427237]  [CSI_DEBUG][s5k4ec]ccm_info.href=1
[   98.435057]  [CSI_DEBUG][s5k4ec]ccm_info.clock=1
[   98.443060]  [CSI_DEBUG][s5k4ec]ccm_info.iocfg=0
[   98.451137]  
[   98.460498] [CSI]V4L2 device registered as video1
[   98.471321] [CSI_DEBUG]csi_open
[   98.478355] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_CMD_SET_INFO
[   98.487536] [CSI_DEBUG][s5k4ec]ccm_info.mclk=24000000
[   98.487555]  [CSI_DEBUG][s5k4ec]ccm_info.vref=1
[   98.497324]  [CSI_DEBUG][s5k4ec]ccm_info.href=1
[   98.505269]  [CSI_DEBUG][s5k4ec]ccm_info.clock=1
[   98.513189]  [CSI_DEBUG][s5k4ec]ccm_info.iocfg=0
[   98.521302]  [CSI_DEBUG][s5k4ec]CSI_SUBDEV_PWR_ON
[   98.577374] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_ON
[   98.593659] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_OFF
[   98.613316] [CSI_DEBUG][s5k4ec]sensor_init
[   98.624209] [CSI_DEBUG][s5k4ec]sensor_detected
[  101.278362] [CSI_DEBUG][s5k4ec]sensor_regs_written
[  101.304531] [CSI]sensor initial success when csi open!
[  101.311916] [CSI_DEBUG]csi_close
[  101.318553] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_ON
[  112.289209] [CSI_DEBUG]csi_open
[  112.296652] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_CMD_SET_INFO
[  112.305723] [CSI_DEBUG][s5k4ec]ccm_info.mclk=24000000
[  112.305738]  [CSI_DEBUG][s5k4ec]ccm_info.vref=1
[  112.315490]  [CSI_DEBUG][s5k4ec]ccm_info.href=1
[  112.323321]  [CSI_DEBUG][s5k4ec]ccm_info.clock=1
[  112.331360]  [CSI_DEBUG][s5k4ec]ccm_info.iocfg=0
[  112.339433]  [CSI_DEBUG][s5k4ec]CSI_SUBDEV_PWR_ON
[  112.388160] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_ON
[  112.403800] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_OFF
[  112.421491] [CSI_DEBUG][s5k4ec]sensor_init
[  112.431969] [CSI_DEBUG][s5k4ec]sensor_detected
[  115.714138] [CSI_DEBUG][s5k4ec]sensor_regs_written
[  115.761021] [CSI]sensor initial success when csi open!
[  115.769990] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(0)
[  115.778365] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(1)
[  115.786568] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(2)
[  115.794762] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(3)
[  115.802926] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(4)
[  115.811095] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(5)
[  115.819215] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(6)
[  115.827388] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(7)
[  115.835545] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(8)
[  115.843717] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(9)
[  115.851967] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(10)
[  115.860311] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(11)
[  115.868607] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(12)
[  115.876232] [CSI_ERR]Vid_cap_inv(12)
[  115.883973] [CSI_DEBUG]queryctl call
[  115.890709] [CSI_DEBUG][s5k4ec]queryctl call
[  115.898912] [CSI_ERR][s5k4ec]queryctl EINVAL:2147483648   
(V4L2_CTRL_FLAG_NEXT_CTRL)
[  115.911825] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  115.923690] [CSI_ERR]input index invalid!
[  115.931236] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(0)
[  115.939361] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(1)
[  115.964254] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(2)
[  115.989350] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(3)
[  115.997564] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(4)
[  116.005732] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(5)
[  116.013903] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(6)
[  116.022064] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(7)
[  116.030240] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(8)
[  116.038362] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(9)
[  116.046617] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(10)
[  116.054954] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(11)
[  116.062201] [CSI_DEBUG]queryctl call
[  116.068751] [CSI_DEBUG][s5k4ec]queryctl call
[  116.076823] [CSI_ERR][s5k4ec]queryctl EINVAL:9963776  (V4L2_CID_BRIGHTNESS)
[  116.089604] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.100579] [CSI_DEBUG]queryctl call
[  116.107142] [CSI_DEBUG][s5k4ec]queryctl call
[  116.115142] [CSI_ERR][s5k4ec]queryctl EINVAL:9963777 (V4L2_CID_CONTRAST)
[  116.127717] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.138667] [CSI_DEBUG]queryctl call
[  116.145224] [CSI_DEBUG][s5k4ec]queryctl call
[  116.153259] [CSI_ERR][s5k4ec]queryctl EINVAL:9963778
[  116.165903] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.176900] [CSI_DEBUG]queryctl call
[  116.183718] [CSI_DEBUG][s5k4ec]queryctl call
[  116.191839] [CSI_ERR][s5k4ec]queryctl EINVAL:9963779
[  116.204543] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.215592] [CSI_DEBUG]queryctl call
[  116.222185] [CSI_DEBUG][s5k4ec]queryctl call
[  116.230178] [CSI_ERR][s5k4ec]queryctl EINVAL:9963780
[  116.242729] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.253683] [CSI_DEBUG]queryctl call
[  116.276984] [CSI_DEBUG][s5k4ec]queryctl call
[  116.301860] [CSI_ERR][s5k4ec]queryctl EINVAL:9963781
[  116.314453] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.325408] [CSI_DEBUG]queryctl call
[  116.331995] [CSI_DEBUG][s5k4ec]queryctl call
[  116.339964] [CSI_ERR][s5k4ec]queryctl EINVAL:9963782
[  116.352515] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.363465] [CSI_DEBUG]queryctl call
[  116.370049] [CSI_DEBUG][s5k4ec]queryctl call
[  116.377996] [CSI_ERR][s5k4ec]queryctl EINVAL:9963783
[  116.390753] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.401741] [CSI_DEBUG]queryctl call
[  116.408301] [CSI_DEBUG][s5k4ec]queryctl call
[  116.416275] [CSI_ERR][s5k4ec]queryctl EINVAL:9963784
[  116.428856] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.439866] [CSI_DEBUG]queryctl call
[  116.446434] [CSI_DEBUG][s5k4ec]queryctl call
[  116.454455] [CSI_ERR][s5k4ec]queryctl EINVAL:9963785
[  116.467095] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.478090] [CSI_DEBUG]queryctl call
[  116.484673] [CSI_DEBUG][s5k4ec]queryctl call
[  116.492822] [CSI_ERR][s5k4ec]queryctl EINVAL:9963786
[  116.505414] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.516367] [CSI_DEBUG]queryctl call
[  116.522945] [CSI_DEBUG][s5k4ec]queryctl call
[  116.530925] [CSI_ERR][s5k4ec]queryctl EINVAL:9963787
[  116.543462] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.554409] [CSI_DEBUG]queryctl call
[  116.561001] [CSI_DEBUG][s5k4ec]queryctl call
[  116.567573] [CSI_DEBUG]queryctl call
[  116.591045] [CSI_DEBUG][s5k4ec]queryctl call
[  116.597621] [CSI_DEBUG]queryctl call
[  116.620955] [CSI_DEBUG][s5k4ec]queryctl call
[  116.628904] [CSI_ERR][s5k4ec]queryctl EINVAL:9963790
[  116.641478] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.652428] [CSI_DEBUG]queryctl call
[  116.658986] [CSI_DEBUG][s5k4ec]queryctl call
[  116.667031] [CSI_ERR][s5k4ec]queryctl EINVAL:9963791
[  116.679623] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.690574] [CSI_DEBUG]queryctl call
[  116.697294] [CSI_DEBUG][s5k4ec]queryctl call
[  116.705285] [CSI_ERR][s5k4ec]queryctl EINVAL:9963792
[  116.717974] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.729154] [CSI_DEBUG]queryctl call
[  116.735845] [CSI_DEBUG][s5k4ec]queryctl call
[  116.742629] [CSI_DEBUG]queryctl call
[  116.749380] [CSI_DEBUG][s5k4ec]queryctl call
[  116.757455] [CSI_ERR][s5k4ec]queryctl EINVAL:9963794
[  116.770213] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.781291] [CSI_DEBUG]queryctl call
[  116.787947] [CSI_DEBUG][s5k4ec]queryctl call
[  116.796229] [CSI_ERR][s5k4ec]queryctl EINVAL:9963795
[  116.808941] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.820031] [CSI_DEBUG]queryctl call
[  116.826698] [CSI_DEBUG][s5k4ec]queryctl call
[  116.833428] [CSI_DEBUG]queryctl call
[  116.840143] [CSI_DEBUG][s5k4ec]queryctl call
[  116.846931] [CSI_DEBUG]queryctl call
[  116.853631] [CSI_DEBUG][s5k4ec]queryctl call
[  116.861728] [CSI_ERR][s5k4ec]queryctl EINVAL:9963798
[  116.874420] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.885483] [CSI_DEBUG]queryctl call
[  116.909083] [CSI_DEBUG][s5k4ec]queryctl call
[  116.917123] [CSI_ERR][s5k4ec]queryctl EINVAL:9963799
[  116.946539] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.957605] [CSI_DEBUG]queryctl call
[  116.964300] [CSI_DEBUG][s5k4ec]queryctl call
[  116.972391] [CSI_ERR][s5k4ec]queryctl EINVAL:9963800
[  116.985090] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  116.996156] [CSI_DEBUG]queryctl call
[  117.003036] [CSI_DEBUG][s5k4ec]queryctl call
[  117.011178] [CSI_ERR][s5k4ec]queryctl EINVAL:9963801
[  117.023915] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.035021] [CSI_DEBUG]queryctl call
[  117.041760] [CSI_DEBUG][s5k4ec]queryctl call
[  117.049806] [CSI_ERR][s5k4ec]queryctl EINVAL:9963802
[  117.062503] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.073804] [CSI_DEBUG]queryctl call
[  117.080505] [CSI_DEBUG][s5k4ec]queryctl call
[  117.088550] [CSI_ERR][s5k4ec]queryctl EINVAL:9963803
[  117.101249] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.112496] [CSI_DEBUG]queryctl call
[  117.119237] [CSI_DEBUG][s5k4ec]queryctl call
[  117.127305] [CSI_ERR][s5k4ec]queryctl EINVAL:9963804
[  117.139986] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.150959] [CSI_DEBUG]queryctl call
[  117.157527] [CSI_DEBUG][s5k4ec]queryctl call
[  117.165501] [CSI_ERR][s5k4ec]queryctl EINVAL:9963805
[  117.178087] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.189052] [CSI_DEBUG]queryctl call
[  117.195611] [CSI_DEBUG][s5k4ec]queryctl call
[  117.220517] [CSI_ERR][s5k4ec]queryctl EINVAL:9963806
[  117.233071] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.260843] [CSI_DEBUG]queryctl call
[  117.267509] [CSI_DEBUG][s5k4ec]queryctl call
[  117.274224] [CSI_DEBUG]queryctl call
[  117.280818] [CSI_DEBUG][s5k4ec]queryctl call
[  117.287385] [CSI_DEBUG]queryctl call
[  117.294035] [CSI_DEBUG][s5k4ec]queryctl call
[  117.303217] [CSI_ERR][s5k4ec]queryctl EINVAL:134217729  
(V4L2_CID_PRIVATE_BASE +1)????
[  117.316256] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.327286] [CSI_DEBUG]queryctl call
[  117.333872] [CSI_DEBUG][s5k4ec]queryctl call
[  117.342028] [CSI_ERR][s5k4ec]queryctl EINVAL:134217730
[  117.354766] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.365714] [CSI_DEBUG]queryctl call
[  117.372290] [CSI_DEBUG][s5k4ec]queryctl call
[  117.380443] [CSI_ERR][s5k4ec]queryctl EINVAL:134217731
[  117.393153] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.404101] [CSI_DEBUG]queryctl call
[  117.410881] [CSI_DEBUG][s5k4ec]queryctl call
[  117.418996] [CSI_ERR][s5k4ec]queryctl EINVAL:134217732
[  117.431788] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.442748] [CSI_DEBUG]queryctl call
[  117.449335] [CSI_DEBUG][s5k4ec]queryctl call
[  117.457444] [CSI_ERR][s5k4ec]queryctl EINVAL:134217733
[  117.470202] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.481150] [CSI_DEBUG]queryctl call
[  117.487698] [CSI_DEBUG][s5k4ec]queryctl call
[  117.495851] [CSI_ERR][s5k4ec]queryctl EINVAL:134217734
[  117.508597] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.536442] [CSI_DEBUG]queryctl call
[  117.543047] [CSI_DEBUG][s5k4ec]queryctl call
[  117.551194] [CSI_ERR][s5k4ec]queryctl EINVAL:134217735
[  117.580697] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.591701] [CSI_DEBUG]queryctl call
[  117.598250] [CSI_DEBUG][s5k4ec]queryctl call
[  117.606443] [CSI_ERR][s5k4ec]queryctl EINVAL:134217736
[  117.619431] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.630422] [CSI_DEBUG]queryctl call
[  117.636972] [CSI_DEBUG][s5k4ec]queryctl call
[  117.645128] [CSI_ERR][s5k4ec]queryctl EINVAL:134217737
[  117.657875] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.668893] [CSI_DEBUG]queryctl call
[  117.675453] [CSI_DEBUG][s5k4ec]queryctl call
[  117.683603] [CSI_ERR][s5k4ec]queryctl EINVAL:134217738
[  117.696360] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.707306] [CSI_DEBUG]queryctl call
[  117.713884] [CSI_DEBUG][s5k4ec]queryctl call
[  117.722211] [CSI_ERR][s5k4ec]queryctl EINVAL:134217739
[  117.734989] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.745942] [CSI_DEBUG]queryctl call
[  117.752522] [CSI_DEBUG][s5k4ec]queryctl call
[  117.760675] [CSI_ERR][s5k4ec]queryctl EINVAL:134217740
[  117.773389] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.784443] [CSI_DEBUG]queryctl call
[  117.791171] [CSI_DEBUG][s5k4ec]queryctl call
[  117.799398] [CSI_ERR][s5k4ec]queryctl EINVAL:134217741
[  117.812270] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.823566] [CSI_DEBUG]queryctl call
[  117.846902] [CSI_DEBUG][s5k4ec]queryctl call
[  117.855070] [CSI_ERR][s5k4ec]queryctl EINVAL:134217742
[  117.867882] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.895572] [CSI_DEBUG]queryctl call
[  117.902205] [CSI_DEBUG][s5k4ec]queryctl call
[  117.910410] [CSI_ERR][s5k4ec]queryctl EINVAL:134217743
[  117.923122] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.934283] [CSI_DEBUG]queryctl call
[  117.940898] [CSI_DEBUG][s5k4ec]queryctl call
[  117.949009] [CSI_ERR][s5k4ec]queryctl EINVAL:134217744
[  117.961770] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  117.972735] [CSI_DEBUG]queryctl call
[  117.979335] [CSI_DEBUG][s5k4ec]queryctl call
[  117.987445] [CSI_ERR][s5k4ec]queryctl EINVAL:134217745
[  118.000202] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  118.011151] [CSI_DEBUG]queryctl call
[  118.017698] [CSI_DEBUG][s5k4ec]queryctl call
[  118.026016] [CSI_ERR][s5k4ec]queryctl EINVAL:134217746
[  118.038786] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  118.068185] [CSI_DEBUG]queryctl call
[  118.081461] [CSI_DEBUG][s5k4ec]queryctl call
[  118.089568] [CSI_ERR][s5k4ec]queryctl EINVAL:134217747
[  118.102317] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  118.113246] [CSI_DEBUG]queryctl call
[  118.119789] [CSI_DEBUG][s5k4ec]queryctl call
[  118.128059] [CSI_ERR][s5k4ec]queryctl EINVAL:134217748
[  118.140952] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  118.156632] [CSI_DEBUG]queryctl call
[  118.163218] [CSI_DEBUG][s5k4ec]queryctl call
[  118.171334] [CSI_ERR][s5k4ec]queryctl EINVAL:134217749
[  118.184101] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  118.199822] [CSI_DEBUG]queryctl call
[  118.206379] [CSI_DEBUG][s5k4ec]queryctl call
[  118.214485] [CSI_ERR][s5k4ec]queryctl EINVAL:134217750
[  118.227186] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  118.238187] [CSI_DEBUG]queryctl call
[  118.244969] [CSI_DEBUG][s5k4ec]queryctl call
[  118.253158] [CSI_ERR][s5k4ec]queryctl EINVAL:134217751
[  118.265920] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  118.276859] [CSI_DEBUG]queryctl call
[  118.283439] [CSI_DEBUG][s5k4ec]queryctl call
[  118.291576] [CSI_ERR][s5k4ec]queryctl EINVAL:134217752
[  118.304273] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  118.315160] [CSI_DEBUG]queryctl call
[  118.321704] [CSI_DEBUG][s5k4ec]queryctl call
[  118.329794] [CSI_ERR][s5k4ec]queryctl EINVAL:134217753
[  118.342743] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  118.353653] [CSI_DEBUG]queryctl call
[  118.360196] [CSI_DEBUG][s5k4ec]queryctl call
[  118.368284] [CSI_ERR][s5k4ec]queryctl EINVAL:134217754
[  118.380979] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  118.391911] [CSI_DEBUG]queryctl call
[  118.398490] [CSI_DEBUG][s5k4ec]queryctl call
[  118.406624] [CSI_ERR][s5k4ec]queryctl EINVAL:134217755
[  118.419326] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  118.430211] [CSI_DEBUG]queryctl call
[  118.436839] [CSI_DEBUG][s5k4ec]queryctl call
[  118.444950] [CSI_ERR][s5k4ec]queryctl EINVAL:134217756
[  118.462471] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  118.473412] [CSI_DEBUG]queryctl call
[  118.480001] [CSI_DEBUG][s5k4ec]queryctl call
[  118.488126] [CSI_ERR][s5k4ec]queryctl EINVAL:134217757
[  118.500864] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  118.516504] [CSI_DEBUG]queryctl call
[  118.523047] [CSI_DEBUG][s5k4ec]queryctl call
[  118.531147] [CSI_ERR][s5k4ec]queryctl EINVAL:134217758
[  118.543934] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  118.554823] [CSI_DEBUG]queryctl call
[  118.561364] [CSI_DEBUG][s5k4ec]queryctl call
[  118.569451] [CSI_ERR][s5k4ec]queryctl EINVAL:134217759
[  118.582146] [CSI_ERR]v4l2 sub device queryctrl error! (22): 0xee480300, 
0xbf0bcad4, 0xee159e68
[  118.618285] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.626015] [CSI_DEBUG]pix->width=640
[  118.632369] [CSI_DEBUG]pix->height=480
[  118.639316] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.646028] [CSI_DEBUG]pix->width=640
[  118.652191] [CSI_DEBUG]pix->height=480
[  118.658995] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.665790] [CSI_DEBUG]pix->width=640
[  118.671947] [CSI_DEBUG]pix->height=480
[  118.678781] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.685531] [CSI_DEBUG]pix->width=640
[  118.691689] [CSI_DEBUG]pix->height=480
[  118.698488] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.705203] [CSI_DEBUG]pix->width=640
[  118.711310] [CSI_DEBUG]pix->height=480
[  118.718101] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.724877] [CSI_DEBUG]pix->width=640
[  118.731053] [CSI_DEBUG]pix->height=480
[  118.737898] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.744679] [CSI_DEBUG]pix->width=640
[  118.755601] [CSI_DEBUG]pix->height=480
[  118.762469] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.769243] [CSI_DEBUG]pix->width=640
[  118.775384] [CSI_DEBUG]pix->height=480
[  118.782240] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.788996] [CSI_DEBUG]pix->width=640
[  118.795129] [CSI_DEBUG]pix->height=480
[  118.801972] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.813484] [CSI_DEBUG]pix->width=640
[  118.819630] [CSI_DEBUG]pix->height=480
[  118.826468] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.833223] [CSI_DEBUG]pix->width=640
[  118.839369] [CSI_DEBUG]pix->height=480
[  118.846341] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.853121] [CSI_DEBUG]pix->width=640
[  118.859271] [CSI_DEBUG]pix->height=480
[  118.866101] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.872863] [CSI_DEBUG]pix->width=640
[  118.879018] [CSI_DEBUG]pix->height=480
[  118.885846] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.892604] [CSI_DEBUG]pix->width=640
[  118.898748] [CSI_DEBUG]pix->height=480
[  118.905576] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.912331] [CSI_DEBUG]pix->width=640
[  118.918462] [CSI_DEBUG]pix->height=480
[  118.925306] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.932060] [CSI_DEBUG]pix->width=640
[  118.938189] [CSI_DEBUG]pix->height=480
[  118.945032] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.951894] [CSI_DEBUG]pix->width=640
[  118.958036] [CSI_DEBUG]pix->height=480
[  118.964886] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.971641] [CSI_DEBUG]pix->width=640
[  118.977773] [CSI_DEBUG]pix->height=480
[  118.984459] [CSI_DEBUG]vidioc_s_fmt_vid_cap
[  118.991742] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  118.998481] [CSI_DEBUG]pix->width=640
[  119.004627] [CSI_DEBUG]pix->height=480
[  119.011293] [CSI_DEBUG][s5k4ec]sensor_s_fmt
[  119.060750] [CSI][s5k4ec]s_fmt set width = 640, height = 480
[  119.069547] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.076256] [CSI_DEBUG]pix->width=640
[  119.082365] [CSI_DEBUG]pix->height=480
[  119.089156] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.095872] [CSI_DEBUG]pix->width=640
[  119.101973] [CSI_DEBUG]pix->height=480
[  119.108769] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.120247] [CSI_DEBUG]pix->width=640
[  119.126343] [CSI_DEBUG]pix->height=480
[  119.133142] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.139857] [CSI_DEBUG]pix->width=640
[  119.145955] [CSI_DEBUG]pix->height=480
[  119.152858] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.159585] [CSI_DEBUG]pix->width=640
[  119.165677] [CSI_DEBUG]pix->height=480
[  119.172477] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.179192] [CSI_DEBUG]pix->width=640
[  119.185285] [CSI_DEBUG]pix->height=480
[  119.192090] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.198801] [CSI_DEBUG]pix->width=640
[  119.204893] [CSI_DEBUG]pix->height=480
[  119.211696] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.218396] [CSI_DEBUG]pix->width=640
[  119.224502] [CSI_DEBUG]pix->height=480
[  119.231301] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.238002] [CSI_DEBUG]pix->width=640
[  119.244108] [CSI_DEBUG]pix->height=480
[  119.250914] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.257709] [CSI_DEBUG]pix->width=640
[  119.263820] [CSI_DEBUG]pix->height=480
[  119.270625] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.277330] [CSI_DEBUG]pix->width=640
[  119.283486] [CSI_DEBUG]pix->height=480
[  119.290341] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.297081] [CSI_DEBUG]pix->width=640
[  119.303204] [CSI_DEBUG]pix->height=480
[  119.310027] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.316732] [CSI_DEBUG]pix->width=640
[  119.322856] [CSI_DEBUG]pix->height=480
[  119.329679] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.336381] [CSI_DEBUG]pix->width=640
[  119.342489] [CSI_DEBUG]pix->height=480
[  119.354044] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.360847] [CSI_DEBUG]pix->width=640
[  119.366942] [CSI_DEBUG]pix->height=480
[  119.373757] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.380476] [CSI_DEBUG]pix->width=640
[  119.386569] [CSI_DEBUG]pix->height=480
[  119.393372] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.400083] [CSI_DEBUG]pix->width=640
[  119.406178] [CSI_DEBUG]pix->height=480
[  119.412982] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.424456] [CSI_DEBUG]pix->width=640
[  119.430560] [CSI_DEBUG]pix->height=480
[  119.437189] [CSI_DEBUG]vidioc_s_fmt_vid_cap
[  119.444423] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[  119.451142] [CSI_DEBUG]pix->width=640
[  119.457336] [CSI_DEBUG]pix->height=480
[  119.463967] [CSI_DEBUG][s5k4ec]sensor_s_fmt
[  119.472150] [CSI][s5k4ec]format and size remain the same
[  119.481812] [CSI][s5k4ec]s_fmt set width = 640, height = 480
[  119.495041] [CSI_DEBUG]vidioc_reqbufs
[  119.500968] [CSI_DEBUG]buffer_setup
[  119.509083] [CSI_ERR]buffer count is invalid, set to 5
[  119.518695] [CSI]buffer_setup, buffer count=5, size=614400
[  119.527773] [CSI_DEBUG]mmap called, vma=0xee481ec8
[  119.537242] [CSI_DEBUG]vma start=0xb12b2000, size=614400, ret=0
[  119.546673] [CSI_DEBUG]mmap called, vma=0xee4817e8
[  119.556093] [CSI_DEBUG]vma start=0xb121c000, size=614400, ret=0
[  119.565682] [CSI_DEBUG]mmap called, vma=0xee481b00
[  119.575156] [CSI_DEBUG]vma start=0xb1186000, size=614400, ret=0
[  119.584626] [CSI_DEBUG]mmap called, vma=0xee481e18
[  119.594074] [CSI_DEBUG]vma start=0xb10f0000, size=614400, ret=0
[  119.603502] [CSI_DEBUG]mmap called, vma=0xee481d68
[  119.612942] [CSI_DEBUG]vma start=0xb105a000, size=614400, ret=0
[  119.621228] [CSI_DEBUG]buffer_prepare
[  119.627254] [CSI_DEBUG]buffer_prepare
[  119.633282] [CSI_DEBUG]buffer_prepare
[  119.639306] [CSI_DEBUG]buffer_prepare
[  119.645322] [CSI_DEBUG]buffer_prepare
[  119.656211] [CSI_DEBUG]video stream on
[  119.662277] [CSI_DEBUG]buffer_queue
[  119.667940] [CSI_DEBUG]buffer_queue
[  119.673598] [CSI_DEBUG]buffer_queue
[  119.679255] [CSI_DEBUG]buffer_queue
[  119.684912] [CSI_DEBUG]buffer_queue
[  119.690986] [CSI_DEBUG]buf ptr=ee7d3400
[  119.697863] [CSI_DEBUG]csi_buf_addr_y=3800000
[  119.705357] [CSI_DEBUG]csi_buf_addr_cb=3800000
[  119.712938] [CSI_DEBUG]csi_buf_addr_cr=3800000
[  119.773863] [CSI_DEBUG]csi_isr
[  119.779446] [CSI_DEBUG]buf ptr=ee7d3180
[  119.786320] [CSI_DEBUG]csi_buf_addr_y=3896000
[  119.793799] [CSI_DEBUG]csi_buf_addr_cb=3896000
[  119.801364] [CSI_DEBUG]csi_buf_addr_cr=3896000
[  119.840482] [CSI_DEBUG]csi_isr
[  119.846063] [CSI_DEBUG]buf ptr=ee7d3400
[  119.852424] [CSI_DEBUG]buf ptr=ee7d3080
[  119.859296] [CSI_DEBUG]csi_buf_addr_y=392c000
[  119.866775] [CSI_DEBUG]csi_buf_addr_cb=392c000
[  119.874341] [CSI_DEBUG]csi_buf_addr_cr=392c000
[  119.907109] [CSI_DEBUG]csi_isr
[  119.912705] [CSI_DEBUG]buf ptr=ee7d3180
[  119.922004] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3180
[  119.931306] [CSI_DEBUG]buf ptr=ee7d3f00
[  119.938179] [CSI_DEBUG]csi_buf_addr_y=39c2000
[  119.945657] [CSI_DEBUG]csi_buf_addr_cb=39c2000
[  119.953223] [CSI_DEBUG]csi_buf_addr_cr=39c2000
[  119.973728] [CSI_DEBUG]csi_isr
[  119.979317] [CSI_DEBUG]buf ptr=ee7d3080
[  119.988617] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3080
[  119.997918] [CSI_DEBUG]buf ptr=ee7d3800
[  120.004790] [CSI_DEBUG]csi_buf_addr_y=3a58000
[  120.012269] [CSI_DEBUG]csi_buf_addr_cb=3a58000
[  120.019835] [CSI_DEBUG]csi_buf_addr_cr=3a58000
[  120.040347] [CSI_DEBUG]csi_isr
[  120.045931] [CSI_DEBUG]buf ptr=ee7d3f00
[  120.055230] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3f00
[  120.065832] [CSI_DEBUG]No more free frame on next time
[  120.073658] [CSI_DEBUG]csi_isr
[  120.079241] [CSI_DEBUG]buf ptr=ee7d3800
[  120.088539] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3800
[  120.098014] [CSI_DEBUG]No more free frame
[  120.106967] [CSI_DEBUG]csi_isr
[  120.113325] [CSI_ERR]No active queue to serve
[  120.140282] [CSI_DEBUG]csi_isr
[  120.146651] [CSI_ERR]No active queue to serve
[  120.173596] [CSI_DEBUG]csi_isr
[  120.179968] [CSI_ERR]No active queue to serve
[  120.206915] [CSI_DEBUG]csi_isr
[  120.213293] [CSI_ERR]No active queue to serve
[  120.240215] [CSI_DEBUG]csi_isr
[  120.246588] [CSI_ERR]No active queue to serve
[  120.273526] [CSI_DEBUG]csi_isr
[  120.279897] [CSI_ERR]No active queue to serve
[  120.306836] [CSI_DEBUG]csi_isr
[  120.313209] [CSI_ERR]No active queue to serve
[  120.340146] [CSI_DEBUG]csi_isr
[  120.346514] [CSI_ERR]No active queue to serve
[  120.373457] [CSI_DEBUG]csi_isr
[  120.379826] [CSI_ERR]No active queue to serve
[  120.395812] [CSI_DEBUG]buffer_prepare
[  120.402027] [CSI_DEBUG]buffer_queue
[  120.407273] [CSI_DEBUG]csi_isr
[  120.412852] [CSI_DEBUG]buf ptr=ee7d3400
[  120.422150] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3400
[  120.431625] [CSI_DEBUG]No more free frame
[  120.438077] [CSI_DEBUG]buffer_prepare
[  120.443504] [CSI_DEBUG]csi_isr
[  120.449857] [CSI_ERR]No active queue to serve
[  120.456480] [CSI_DEBUG]buffer_queue
[  120.473389] [CSI_DEBUG]csi_isr
[  120.478977] [CSI_DEBUG]buf ptr=ee7d3180
[  120.488276] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3180
[  120.497750] [CSI_DEBUG]No more free frame
[  120.506700] [CSI_DEBUG]csi_isr
[  120.513083] [CSI_ERR]No active queue to serve
[  120.540014] [CSI_DEBUG]csi_isr
[  120.546392] [CSI_ERR]No active queue to serve
[  120.573320] [CSI_DEBUG]csi_isr
[  120.579689] [CSI_ERR]No active queue to serve
[  120.606635] [CSI_DEBUG]csi_isr
[  120.613010] [CSI_ERR]No active queue to serve
[  120.639943] [CSI_DEBUG]csi_isr
[  120.646311] [CSI_ERR]No active queue to serve
[  120.673258] [CSI_DEBUG]csi_isr
[  120.679636] [CSI_ERR]No active queue to serve
[  120.706569] [CSI_DEBUG]csi_isr
[  120.712942] [CSI_ERR]No active queue to serve
[  120.739882] [CSI_DEBUG]csi_isr
[  120.746261] [CSI_ERR]No active queue to serve
[  120.773188] [CSI_DEBUG]csi_isr
[  120.779558] [CSI_ERR]No active queue to serve
[  120.806500] [CSI_DEBUG]csi_isr
[  120.812874] [CSI_ERR]No active queue to serve
[  120.839811] [CSI_DEBUG]csi_isr
[  120.846186] [CSI_ERR]No active queue to serve
[  120.864767] [CSI_DEBUG]buffer_prepare
[  120.870730] [CSI_DEBUG]buffer_queue
[  120.875959] [CSI_DEBUG]csi_isr
[  120.881535] [CSI_DEBUG]buf ptr=ee7d3080
[  120.890834] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3080
[  120.900309] [CSI_DEBUG]No more free frame
[  120.906430] [CSI_DEBUG]csi_isr
[  120.912791] [CSI_ERR]No active queue to serve
[  120.939744] [CSI_DEBUG]csi_isr
[  120.946115] [CSI_ERR]No active queue to serve
[  120.973056] [CSI_DEBUG]csi_isr
[  120.979435] [CSI_ERR]No active queue to serve
[  121.006364] [CSI_DEBUG]csi_isr
[  121.012740] [CSI_ERR]No active queue to serve
[  121.039673] [CSI_DEBUG]csi_isr
[  121.046039] [CSI_ERR]No active queue to serve
[  121.072984] [CSI_DEBUG]csi_isr
[  121.079355] [CSI_ERR]No active queue to serve
[  121.099125] [CSI_DEBUG]buffer_prepare
[  121.104988] [CSI_DEBUG]buffer_queue
[  121.110278] [CSI_DEBUG]csi_isr
[  121.115861] [CSI_DEBUG]buf ptr=ee7d3f00
[  121.125161] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3f00
[  121.134637] [CSI_DEBUG]No more free frame
[  121.141113] [CSI_DEBUG]buffer_prepare
[  121.146960] [CSI_DEBUG]buffer_queue
[  121.172917] [CSI_DEBUG]csi_isr
[  121.178511] [CSI_DEBUG]buf ptr=ee7d3800
[  121.187810] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3800
[  121.197285] [CSI_DEBUG]No more free frame
[  121.206228] [CSI_DEBUG]csi_isr
[  121.212598] [CSI_ERR]No active queue to serve
[  121.239537] [CSI_DEBUG]csi_isr
[  121.245894] [CSI_ERR]No active queue to serve
[  121.272846] [CSI_DEBUG]csi_isr
[  121.279214] [CSI_ERR]No active queue to serve
[  121.306162] [CSI_DEBUG]csi_isr
[  121.312540] [CSI_ERR]No active queue to serve
[  121.339476] [CSI_DEBUG]csi_isr
[  121.345855] [CSI_ERR]No active queue to serve
[  121.372785] [CSI_DEBUG]csi_isr
[  121.379164] [CSI_ERR]No active queue to serve
[  121.406096] [CSI_DEBUG]csi_isr
[  121.412472] [CSI_ERR]No active queue to serve
[  121.439408] [CSI_DEBUG]csi_isr
[  121.445788] [CSI_ERR]No active queue to serve
[  121.472715] [CSI_DEBUG]csi_isr
[  121.479082] [CSI_ERR]No active queue to serve
[  121.506029] [CSI_DEBUG]csi_isr
[  121.512401] [CSI_ERR]No active queue to serve
[  121.539335] [CSI_DEBUG]csi_isr
[  121.545702] [CSI_ERR]No active queue to serve
[  121.558768] [CSI_DEBUG]buffer_prepare
[  121.564895] [CSI_DEBUG]buffer_queue
[  121.572644] [CSI_DEBUG]csi_isr
[  121.578224] [CSI_DEBUG]buf ptr=ee7d3400
[  121.587524] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3400
[  121.597000] [CSI_DEBUG]No more free frame
[  121.605954] [CSI_DEBUG]csi_isr
[  121.612313] [CSI_ERR]No active queue to serve
[  121.639269] [CSI_DEBUG]csi_isr
[  121.645640] [CSI_ERR]No active queue to serve
[  121.672580] [CSI_DEBUG]csi_isr
[  121.678955] [CSI_ERR]No active queue to serve
[  121.705893] [CSI_DEBUG]csi_isr
[  121.712259] [CSI_ERR]No active queue to serve
[  121.739203] [CSI_DEBUG]csi_isr
[  121.745569] [CSI_ERR]No active queue to serve
[  121.772513] [CSI_DEBUG]csi_isr
[  121.778881] [CSI_ERR]No active queue to serve
[  121.805826] [CSI_DEBUG]csi_isr
[  121.812206] [CSI_ERR]No active queue to serve
[  121.839135] [CSI_DEBUG]csi_isr
[  121.845511] [CSI_ERR]No active queue to serve
[  121.872445] [CSI_DEBUG]csi_isr
[  121.878811] [CSI_ERR]No active queue to serve
[  121.905757] [CSI_DEBUG]csi_isr
[  121.912130] [CSI_ERR]No active queue to serve
[  121.939066] [CSI_DEBUG]csi_isr
[  121.945439] [CSI_ERR]No active queue to serve
[  121.969260] [CSI_DEBUG]buffer_prepare
[  121.974698] [CSI_DEBUG]csi_isr
[  121.981059] [CSI_ERR]No active queue to serve
[  121.988356] [CSI_DEBUG]buffer_queue
[  121.994415] [CSI_DEBUG]buffer_prepare
[  122.000401] [CSI_DEBUG]buffer_queue
[  122.006265] [CSI_DEBUG]buffer_prepare
[  122.011687] [CSI_DEBUG]csi_isr
[  122.017263] [CSI_DEBUG]buf ptr=ee7d3180
[  122.026563] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3180
[  122.037165] [CSI_DEBUG]No more free frame on next time
[  122.045027] [CSI_DEBUG]buffer_queue
[  122.072310] [CSI_DEBUG]csi_isr
[  122.077904] [CSI_DEBUG]buf ptr=ee7d3080
[  122.087204] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3080
[  122.097807] [CSI_DEBUG]No more free frame on next time
[  122.105615] [CSI_DEBUG]csi_isr
[  122.111193] [CSI_DEBUG]buf ptr=ee7d3f00
[  122.120493] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3f00
[  122.129966] [CSI_DEBUG]No more free frame
[  122.138925] [CSI_DEBUG]csi_isr
[  122.145282] [CSI_ERR]No active queue to serve
[  122.172242] [CSI_DEBUG]csi_isr
[  122.178611] [CSI_ERR]No active queue to serve
[  122.205553] [CSI_DEBUG]csi_isr
[  122.211927] [CSI_ERR]No active queue to serve
[  122.238864] [CSI_DEBUG]csi_isr
[  122.245238] [CSI_ERR]No active queue to serve
[  122.272174] [CSI_DEBUG]csi_isr
[  122.278548] [CSI_ERR]No active queue to serve
[  122.305487] [CSI_DEBUG]csi_isr
[  122.311866] [CSI_ERR]No active queue to serve
[  122.338800] [CSI_DEBUG]csi_isr
[  122.345174] [CSI_ERR]No active queue to serve
[  122.372107] [CSI_DEBUG]csi_isr
[  122.378473] [CSI_ERR]No active queue to serve
[  122.405419] [CSI_DEBUG]csi_isr
[  122.411792] [CSI_ERR]No active queue to serve
[  122.438731] [CSI_DEBUG]csi_isr
[  122.445103] [CSI_ERR]No active queue to serve
[  122.471495] [CSI_DEBUG]buffer_prepare
[  122.477175] [CSI_DEBUG]csi_isr
[  122.483543] [CSI_ERR]No active queue to serve
[  122.490404] [CSI_DEBUG]buffer_queue
[  122.496317] [CSI_DEBUG]buffer_prepare
[  122.502240] [CSI_DEBUG]buffer_queue
[  122.507488] [CSI_DEBUG]csi_isr
[  122.513069] [CSI_DEBUG]buf ptr=ee7d3800
[  122.522371] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3800
[  122.532976] [CSI_DEBUG]No more free frame on next time
[  122.571979] [CSI_DEBUG]csi_isr
[  122.577583] [CSI_DEBUG]buf ptr=ee7d3400
[  122.586883] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3400
[  122.596359] [CSI_DEBUG]No more free frame
[  122.605280] [CSI_DEBUG]csi_isr
[  122.611640] [CSI_ERR]No active queue to serve
[  122.638594] [CSI_DEBUG]csi_isr
[  122.644966] [CSI_ERR]No active queue to serve
[  122.671904] [CSI_DEBUG]csi_isr
[  122.678270] [CSI_ERR]No active queue to serve
[  122.705219] [CSI_DEBUG]csi_isr
[  122.711586] [CSI_ERR]No active queue to serve
[  122.738528] [CSI_DEBUG]csi_isr
[  122.744905] [CSI_ERR]No active queue to serve
[  122.771836] [CSI_DEBUG]csi_isr
[  122.778204] [CSI_ERR]No active queue to serve
[  122.805151] [CSI_DEBUG]csi_isr
[  122.811528] [CSI_ERR]No active queue to serve
[  122.838459] [CSI_DEBUG]csi_isr
[  122.844837] [CSI_ERR]No active queue to serve
[  122.871772] [CSI_DEBUG]csi_isr
[  122.878140] [CSI_ERR]No active queue to serve
[  122.905087] [CSI_DEBUG]csi_isr
[  122.911463] [CSI_ERR]No active queue to serve
[  122.920127] [CSI_DEBUG]buffer_prepare
[  122.926428] [CSI_DEBUG]buffer_queue
[  122.932388] [CSI_DEBUG]buffer_prepare
[  122.938227] [CSI_DEBUG]buffer_queue
[  122.943602] [CSI_DEBUG]csi_isr
[  122.949184] [CSI_DEBUG]buf ptr=ee7d3180
[  122.958484] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3180
[  122.969086] [CSI_DEBUG]No more free frame on next time
[  123.005023] [CSI_DEBUG]csi_isr
[  123.010636] [CSI_DEBUG]buf ptr=ee7d3080
[  123.019945] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3080
[  123.029424] [CSI_DEBUG]No more free frame
[  123.038325] [CSI_DEBUG]csi_isr
[  123.044697] [CSI_ERR]No active queue to serve
[  123.071635] [CSI_DEBUG]csi_isr
[  123.078006] [CSI_ERR]No active queue to serve
[  123.104945] [CSI_DEBUG]csi_isr
[  123.111317] [CSI_ERR]No active queue to serve
[  123.138255] [CSI_DEBUG]csi_isr
[  123.144627] [CSI_ERR]No active queue to serve
[  123.171568] [CSI_DEBUG]csi_isr
[  123.177941] [CSI_ERR]No active queue to serve
[  123.204884] [CSI_DEBUG]csi_isr
[  123.211266] [CSI_ERR]No active queue to serve
[  123.238189] [CSI_DEBUG]csi_isr
[  123.244559] [CSI_ERR]No active queue to serve
[  123.271503] [CSI_DEBUG]csi_isr
[  123.277876] [CSI_ERR]No active queue to serve
[  123.304811] [CSI_DEBUG]csi_isr
[  123.311180] [CSI_ERR]No active queue to serve
[  123.338121] [CSI_DEBUG]csi_isr
[  123.344495] [CSI_ERR]No active queue to serve
[  123.371434] [CSI_DEBUG]csi_isr
[  123.377812] [CSI_ERR]No active queue to serve
[  123.404749] [CSI_DEBUG]csi_isr
[  123.411126] [CSI_ERR]No active queue to serve
[  123.438055] [CSI_DEBUG]csi_isr
[  123.444429] [CSI_ERR]No active queue to serve
[  123.471365] [CSI_DEBUG]csi_isr
[  123.477742] [CSI_ERR]No active queue to serve
[  123.504677] [CSI_DEBUG]csi_isr
[  123.511043] [CSI_ERR]No active queue to serve
[  123.537989] [CSI_DEBUG]csi_isr
[  123.544363] [CSI_ERR]No active queue to serve
[  123.571301] [CSI_DEBUG]csi_isr
[  123.577680] [CSI_ERR]No active queue to serve
[  123.604618] [CSI_DEBUG]csi_isr
[  123.611004] [CSI_ERR]No active queue to serve
[  123.637925] [CSI_DEBUG]csi_isr
[  123.644306] [CSI_ERR]No active queue to serve
[  123.671231] [CSI_DEBUG]csi_isr
[  123.677610] [CSI_ERR]No active queue to serve
[  123.704545] [CSI_DEBUG]csi_isr
[  123.710922] [CSI_ERR]No active queue to serve
[  123.737851] [CSI_DEBUG]csi_isr
[  123.744223] [CSI_ERR]No active queue to serve
[  123.755387] [CSI_DEBUG]buffer_prepare
[  123.761554] [CSI_DEBUG]buffer_queue
[  123.767672] [CSI_DEBUG]buffer_prepare
[  123.773110] [CSI_DEBUG]csi_isr
[  123.778690] [CSI_DEBUG]buf ptr=ee7d3f00
[  123.787991] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3f00
[  123.797466] [CSI_DEBUG]No more free frame
[  123.803999] [CSI_DEBUG]buffer_queue
[  123.809278] [CSI_DEBUG]csi_isr
[  123.814853] [CSI_DEBUG]buf ptr=ee7d3800
[  123.824152] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3800
[  123.833626] [CSI_DEBUG]No more free frame
[  123.840060] [CSI_DEBUG]buffer_prepare
[  123.845896] [CSI_DEBUG]buffer_queue
[  123.851753] [CSI_DEBUG]buffer_prepare
[  123.857591] [CSI_DEBUG]buffer_queue
[  123.871093] [CSI_DEBUG]csi_isr
[  123.876677] [CSI_DEBUG]buf ptr=ee7d3400
[  123.885976] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3400
[  123.896578] [CSI_DEBUG]No more free frame on next time
[  123.904398] [CSI_DEBUG]csi_isr
[  123.909971] [CSI_DEBUG]buf ptr=ee7d3180
[  123.919269] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee7d3180
[  123.928743] [CSI_DEBUG]No more free frame
[  123.937711] [CSI_DEBUG]csi_isr
[  123.944069] [CSI_ERR]No active queue to serve
[  123.971029] [CSI_DEBUG]csi_isr
[  123.977408] [CSI_ERR]No active queue to serve
[  124.004339] [CSI_DEBUG]csi_isr
[  124.010711] [CSI_ERR]No active queue to serve
[  124.037649] [CSI_DEBUG]csi_isr
[  124.044016] [CSI_ERR]No active queue to serve
[  124.070964] [CSI_DEBUG]csi_isr
[  124.077337] [CSI_ERR]No active queue to serve
[  124.104274] [CSI_DEBUG]csi_isr
[  124.110654] [CSI_ERR]No active queue to serve
[  124.137579] [CSI_DEBUG]csi_isr
[  124.143942] [CSI_ERR]No active queue to serve
[  124.170892] [CSI_DEBUG]csi_isr
[  124.177249] [CSI_ERR]No active queue to serve
[  124.204201] [CSI_DEBUG]csi_isr
[  124.210567] [CSI_ERR]No active queue to serve
[  124.237509] [CSI_DEBUG]csi_isr
[  124.243862] [CSI_ERR]No active queue to serve
[  124.270826] [CSI_DEBUG]csi_isr
[  124.277191] [CSI_ERR]No active queue to serve
[  124.304130] [CSI_DEBUG]csi_isr
[  124.310482] [CSI_ERR]No active queue to serve
[  124.337452] [CSI_DEBUG]csi_isr
[  124.343818] [CSI_ERR]No active queue to serve
[  124.370765] [CSI_DEBUG]csi_isr
[  124.377139] [CSI_ERR]No active queue to serve
[  124.404065] [CSI_DEBUG]csi_isr
[  124.410429] [CSI_ERR]No active queue to serve
[  124.437390] [CSI_DEBUG]csi_isr
[  124.443757] [CSI_ERR]No active queue to serve
[  124.470700] [CSI_DEBUG]csi_isr
[  124.477072] [CSI_ERR]No active queue to serve
[  124.503998] [CSI_DEBUG]csi_isr
[  124.510355] [CSI_ERR]No active queue to serve
[  124.537305] [CSI_DEBUG]csi_isr
[  124.543658] [CSI_ERR]No active queue to serve
[  124.570622] [CSI_DEBUG]csi_isr
[  124.576979] [CSI_ERR]No active queue to serve
[  124.603930] [CSI_DEBUG]csi_isr
[  124.610287] [CSI_ERR]No active queue to serve
[  124.637239] [CSI_DEBUG]csi_isr
[  124.643591] [CSI_ERR]No active queue to serve
[  124.670552] [CSI_DEBUG]csi_isr
[  124.676908] [CSI_ERR]No active queue to serve
[  124.703861] [CSI_DEBUG]csi_isr
[  124.710215] [CSI_ERR]No active queue to serve
[  124.737175] [CSI_DEBUG]csi_isr
[  124.743536] [CSI_ERR]No active queue to serve
[  124.770493] [CSI_DEBUG]csi_isr
[  124.776866] [CSI_ERR]No active queue to serve
[  124.803795] [CSI_DEBUG]csi_isr
[  124.810153] [CSI_ERR]No active queue to serve
[  124.837101] [CSI_DEBUG]csi_isr
[  124.843454] [CSI_ERR]No active queue to serve
[  124.855998] [CSI_DEBUG]video stream off
[  124.867016] [CSI_DEBUG]buffer_release
[  124.873671] [CSI_DEBUG]free_buffer, state: 4
[  124.880655] [CSI_DEBUG]free_buffer: freed
[  124.887177] [CSI_DEBUG]buffer_release
[  124.893916] [CSI_DEBUG]free_buffer, state: 4
[  124.900893] [CSI_DEBUG]free_buffer: freed
[  124.907250] [CSI_DEBUG]buffer_release
[  124.913884] [CSI_DEBUG]free_buffer, state: 6
[  124.920914] [CSI_DEBUG]free_buffer: freed
[  124.927325] [CSI_DEBUG]buffer_release
[  124.933987] [CSI_DEBUG]free_buffer, state: 4
[  124.940962] [CSI_DEBUG]free_buffer: freed
[  124.947315] [CSI_DEBUG]buffer_release
[  124.953955] [CSI_DEBUG]free_buffer, state: 4
[  124.960932] [CSI_DEBUG]free_buffer: freed
[  124.968927] [CSI_DEBUG]vidioc_reqbufs
[  124.975629] [CSI_DEBUG]csi_close
[  124.981270] [CSI_DEBUG]buffer_release
[  124.988018] [CSI_DEBUG]free_buffer, state: 0
[  124.995011] [CSI_DEBUG]free_buffer: freed
[  125.001387] [CSI_DEBUG]buffer_release
[  125.008011] [CSI_DEBUG]free_buffer, state: 0
[  125.014982] [CSI_DEBUG]free_buffer: freed
[  125.021411] [CSI_DEBUG]buffer_release
[  125.028079] [CSI_DEBUG]free_buffer, state: 0
[  125.035094] [CSI_DEBUG]free_buffer: freed
[  125.041514] [CSI_DEBUG]buffer_release
[  125.048160] [CSI_DEBUG]free_buffer, state: 0
[  125.055138] [CSI_DEBUG]free_buffer: freed
[  125.061530] [CSI_DEBUG]buffer_release
[  125.068149] [CSI_DEBUG]free_buffer, state: 0
[  125.075125] [CSI_DEBUG]free_buffer: freed
[  125.082532] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_ON

Reply via email to