Hi,
I'm looking for help (or a developer to help me out as a project) with the
S5K4EC camera connected to the A20 in the EU3000/HD22 TV Box
<http://linux-sunxi.org/Wedo_HD22>.
Currently I ported the SDK driver for sunxi and it is compiling and
communicating with the CMOS over I2C, setting up registers, FW... But when
it starts to stream the CSI driver complains that nobody listening on the
buffers.
I would appreciate if anybody can help or knows somebody who can help!
Full log attached, but here a summary (I added more debug info to the
divers):
*[ 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*
In addition the programs compaining that it does not support querymenu:
*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*
:
--
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 [email protected].
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.010879] 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.083879] Initializing cgroup subsys cpuacct
[ 0.087200] Initializing cgroup subsys memory
[ 0.090625] Initializing cgroup subsys devices
[ 0.094061] Initializing cgroup subsys freezer
[ 0.097287] Initializing cgroup subsys blkio
[ 0.100962] Initializing cgroup subsys perf_event
[ 0.104542] CPU: Testing write buffer coherency: ok
[ 0.109728] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.116830] hw perfevents: enabled with ARMv7 Cortex-A7 PMU driver, 5
counters available
[ 0.122367] Setting up static identity map for 0x40591bc0 - 0x40591c18
[ 0.238250] CPU1: Booted secondary processor
[ 0.297233] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.299240] Brought up 2 CPUs
[ 0.304549] SMP: Total of 2 processors activated (3830.57 BogoMIPS).
[ 0.307680] devtmpfs: initialized
[ 0.312974] dummy:
[ 0.322616] NET: Registered protocol family 16
[ 0.344685] 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.360453] [ccu-inf] aw clock manager init
[ 0.362725] [ccu-inf] aw_ccu_init
[ 0.366678] [ccu-inf] script config pll3 to 297MHz
[ 0.370429] [ccu-inf] script config pll4 to 300MHz
[ 0.374195] [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.384452] Init eGon pin module V2.0
[ 0.392517] bio: create slab <bio-0> at 0
[ 0.395914] SCSI subsystem initialized
[ 0.398767] libata version 3.00 loaded.
[ 0.403398] usbcore: registered new interface driver usbfs
[ 0.407754] usbcore: registered new interface driver hub
[ 0.411893] usbcore: registered new device driver usb
[ 0.414956] Linux media interface: v0.10
[ 0.418604] Linux video capture interface: v2.00
[ 0.424170] Advanced Linux Sound Architecture Driver Version 1.0.25.
[ 0.430176] cfg80211: Calling CRDA to update world regulatory domain
[ 0.434687] Switching to clocksource arch_sys_counter
[ 0.436769] FS-Cache: Loaded
[ 0.438928] CacheFiles: Loaded
[ 0.448464] [usb_manager]: CONFIG_USB_SW_SUNXI_USB0_OTG
[ 0.452396] [sw_hcd0]: usb host driver initialize........
[ 0.456642] [sw_hcd0]: open_usb_clock
[ 0.480846] [sw_hcd0]: host_init_state = 0
[ 0.481816] [sw_hcd0]: platform is usb host
[ 0.484723] [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.495919] [sw_hcd0]: sw_hcd_init_controller: sw_hcd_host0: USB Host mode
controller at f1c13000 using PIO, IRQ 70
[ 0.508440] sw_hcd_host0 sw_hcd_host0: sw_hcd host driver
[ 0.515155] sw_hcd_host0 sw_hcd_host0: new USB bus registered, assigned bus
number 1
[ 0.518562] hub 1-0:1.0: USB hub found
[ 0.521457] hub 1-0:1.0: 1 port detected
[ 0.525309] wrn: hcd is not enable, need not start hcd
[ 0.526683] [sw_hcd0]: sw_usb_host0_disable start
[ 0.532695] -------sw_hcd0_soft_disconnect---------
[ 0.535661] is_on = 0, hcd0_set_vbus_cnt = 0
[ 0.538711] [sw_hcd_host0]: Set USB Power Off
[ 0.542456] wrn: hcd is not enable, need not stop hcd
[ 0.543476] [sw_hcd0]: close_usb_clock
[ 0.545948] [sw_hcd0]: sw_usb_host0_disable end
[ 0.549121] [sw_udc]: udc_init: version 20080411
[ 0.555589] NET: Registered protocol family 2
[ 0.561954] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.568811] 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.595412] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.599025] NET: Registered protocol family 1
[ 0.604322] RPC: Registered named UNIX socket transport module.
[ 0.607985] RPC: Registered udp transport module.
[ 0.611679] RPC: Registered tcp transport module.
[ 0.617071] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.622555] audit: initializing netlink socket (disabled)
[ 0.626252] type=2000 audit(0.600:1): initialized
[ 0.630651] highmem bounce pool size: 64 pages
[ 0.641983] VFS: Disk quotas dquot_6.5.2
[ 0.647440] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.654101] NFS: Registering the id_resolver key type
[ 0.658712] NTFS driver 2.1.30 [Flags: R/W].
[ 0.662013] fuse init (API version 7.18)
[ 0.665430] msgmni has been set to 1380
[ 0.676055] alg: comp: Compression test 1 failed for lzo-generic: output len
= 57
[ 0.679306] alg: No test for stdrng (krng)
[ 0.685963] Block layer SCSI generic (bsg) driver version 0.4 loaded (major
252)
[ 0.688961] io scheduler noop registered
[ 0.692187] io scheduler deadline registered
[ 0.695875] io scheduler cfq registered (default)
[ 0.700709] sunxi disp driver loaded (/dev/disp api 1.0)
[ 0.706246] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[ 0.710683] [uart]: used uart info.: 0x05
[ 0.715373] [uart]: serial probe 0 irq 33 mapbase 0x01c28000
[ 0.741646] sunxi-uart.0: ttyS0 at MMIO 0x1c28000 (irq = 33) is a U6_16550A
[ 1.555164] console [ttyS0] enabled
[ 1.563550] [uart]: serial probe 2 irq 35 mapbase 0x01c28800
[ 1.595377] sunxi-uart.2: ttyS1 at MMIO 0x1c28800 (irq = 35) is a U6_16550A
[ 1.604892] G2D: drv_g2d_init
[ 1.612584] G2D: g2dmem: g2d_start=50000000, g2d_size=1000000
[ 1.621553] G2D: head:d0000000,tail:d1000000
[ 1.629159] G2D: Module initialized.major:250
[ 1.636497] brd: module loaded
[ 1.645130] loop: module loaded
[ 1.652017] gpio count < =0 ,gpio_count is: 0
[ 1.662313] sw_ahci sw_ahci.0: controller can't do PMP, turning off CAP_PMP
[ 1.673539] sw_ahci sw_ahci.0: forcing PORTS_IMPL to 0x1
[ 1.686287] sw_ahci sw_ahci.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1
impl platform mode
[ 1.701170] sw_ahci sw_ahci.0: flags: ncq sntf pm led clo only pio slum part
ccc
[ 1.712602] scsi0 : sw_ahci_platform
[ 1.723390] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port
0x100 irq 88
[ 1.733987] emac driver is disabled
[ 1.740716] PPP generic driver version 2.4.2
[ 1.748885] PPP BSD Compression module registered
[ 1.757584] PPP Deflate Compression module registered
[ 1.767474] PPP MPPE Compression module registered
[ 1.775727] NET: Registered protocol family 24
[ 1.786203] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.797932] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.806540] [sw-ehci1]: open clock
[ 1.832562] [sw-ehci1]: Set USB Power ON
[ 1.842929] sw-ehci sw-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI)
Driver
[ 1.856638] sw-ehci sw-ehci.1: new USB bus registered, assigned bus number 2
[ 1.869350] sw-ehci sw-ehci.1: irq 71, io mem 0x01c14000
[ 1.889124] sw-ehci sw-ehci.1: USB 2.0 started, EHCI 1.00
[ 1.897131] ehci_irq: port change detect
[ 1.904461] hub 2-0:1.0: USB hub found
[ 1.911126] hub 2-0:1.0: 1 port detected
[ 1.917662] [sw-ohci1]: open clock
[ 1.947159] sw-ohci sw-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[ 1.960487] sw-ohci sw-ohci.1: new USB bus registered, assigned bus number 3
[ 1.971841] sw-ohci sw-ohci.1: irq 96, io mem 0x01c14400
[ 2.042095] hub 3-0:1.0: USB hub found
[ 2.048770] hub 3-0:1.0: 1 port detected
[ 2.055234] [sw-ehci2]: open clock
[ 2.079123] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.081741] [sw-ehci2]: Set USB Power ON
[ 2.097444] sw-ehci sw-ehci.2: SW USB2.0 'Enhanced' Host Controller (EHCI)
Driver
[ 2.110895] sw-ehci sw-ehci.2: new USB bus registered, assigned bus number 4
[ 2.123529] sw-ehci sw-ehci.2: irq 72, io mem 0x01c1c000
[ 2.240156] usb 2-1: new high-speed USB device number 2 using sw-ehci
[ 2.259111] sw-ehci sw-ehci.2: USB 2.0 started, EHCI 1.00
[ 2.267117] ehci_irq: port change detect
[ 2.274441] hub 4-0:1.0: USB hub found
[ 2.281124] hub 4-0:1.0: 1 port detected
[ 2.287631] [sw-ohci2]: open clock
[ 2.317121] sw-ohci sw-ohci.2: SW USB2.0 'Open' Host Controller (OHCI) Driver
[ 2.330486] sw-ohci sw-ohci.2: new USB bus registered, assigned bus number 5
[ 2.341938] sw-ohci sw-ohci.2: irq 97, io mem 0x01c1c400
[ 2.412096] hub 5-0:1.0: USB hub found
[ 2.418778] hub 5-0:1.0: 1 port detected
[ 2.427766] mousedev: PS/2 mouse device common for all mice
[ 2.438978] ===========================hv_keypad_init=====================
[ 2.449314] ========HV Inital ===================
[ 2.457971] tkey_fetch_sysconfig_para: tkey_unused.
[ 2.470228] hv_keypad_init: after fetch_sysconfig_para: normal_i2c: 0x0.
normal_i2c[1]: 0x0
[ 2.482300] hub 2-1:1.0: USB hub found
[ 2.490862] sunxi-rtc sunxi-rtc: Warning: RTC time is wrong!
[ 2.499792] hub 2-1:1.0: 4 ports detected
[ 2.508868] sunxi-rtc sunxi-rtc: rtc core: registered rtc as rtc0
[ 2.517544] i2c /dev entries driver
[ 2.525481] config i2c gpio with gpio_config api
[ 2.535672] axp_mfd 0-0034: AXP (CHIP ID: 0x41) detected
[ 2.546821] axp_mfd 0-0034: AXP internal temperature monitoring enabled
[ 2.557893] i2c i2c-0: Invalid probe address 0x00
[ 2.565669] I2C: i2c-0: AW16XX I2C adapter
[ 2.573148] config i2c gpio with gpio_config api
[ 2.581825] i2c i2c-1: Invalid probe address 0x00
[ 2.589602] I2C: i2c-1: AW16XX I2C adapter
[ 2.597060] config i2c gpio with gpio_config api
[ 2.605587] i2c i2c-2: Invalid probe address 0x00
[ 2.613355] I2C: i2c-2: AW16XX I2C adapter
[ 2.620934] config i2c gpio with gpio_config api
[ 2.629575] i2c i2c-3: Invalid probe address 0x00
[ 2.637367] I2C: i2c-3: AW16XX I2C adapter
[ 2.646922] usb 4-1: new high-speed USB device number 2 using sw-ehci
[ 2.656753] config i2c gpio with gpio_config api
[ 2.665381] i2c i2c-4: Invalid probe address 0x00
[ 2.673149] I2C: i2c-4: AW16XX I2C adapter
[ 2.681618] vivi-000: V4L2 device registered as video0
[ 2.694501] Video Technology Magazine Virtual Video Capture Board ver 0.8.1
successfully loaded.
[ 2.705029] [ace_drv] start!!!
[ 2.710446] [ace_drv] init end!!!
[ 2.715417] [pa_drv] start!!!
[ 2.720653] [pa_drv] init end!!!
[ 2.726181] axp20_ldo1: 1300 mV
[ 2.734583] axp20_ldo2: 1800 <--> 3300 mV at 3000 mV
[ 2.744955] axp20_ldo3: 700 <--> 3500 mV at 2800 mV
[ 2.755050] axp20_ldo4: 1250 <--> 3300 mV at 2800 mV
[ 2.765222] axp20_buck2: 700 <--> 2275 mV at 1400 mV
[ 2.775375] axp20_buck3: 700 <--> 3500 mV at 1250 mV
[ 2.785394] axp20_ldoio0: 1800 <--> 3300 mV at 2800 mV
[ 2.800196] input: axp20-supplyer as
/devices/platform/sunxi-i2c.0/i2c-0/0-0034/axp20-supplyer.28/input/input0
[ 2.829634] axp20_ldo2: Failed to create debugfs directory
[ 2.839923] device-mapper: uevent: version 1.0.3
[ 2.852367] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised:
[email protected]
[ 2.865766] device-mapper: multipath: version 1.3.0 loaded
[ 2.876750] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 2.888845] device-mapper: multipath queue-length: version 0.1.0 loaded
[ 2.901152] device-mapper: multipath service-time: version 0.2.0 loaded
[ 2.913317] usb 2-1.1: new low-speed USB device number 3 using sw-ehci
[ 2.923271] cpuidle: using governor ladder
[ 2.930348] cpuidle: using governor menu
[ 2.936647] [mmc-msg] sw_mci_init
[ 2.945813] [mmc-msg] MMC host used card: 0xb, boot card: 0x0, io_card 8
[ 2.958359] [mmc-msg] sdc0 set round clock 400000, src 24000000
[ 2.972803] [mmc-msg] sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1
timing LEGACY(SDR12) dt B
[ 2.990081] [mmc-msg] sdc0 Probe: base:0xf00e0000 irq:64
sg_cpu:c3c5f000(43c5f000) ret 0.
[ 3.003747] [mmc-msg] sdc1 set round clock 400000, src 24000000
[ 3.017953] [mmc-msg] sdc1 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1
timing LEGACY(SDR12) dt B
[ 3.035413] [mmc-msg] sdc1 Probe: base:0xf00e2000 irq:65
sg_cpu:c3c60000(43c60000) ret 0.
[ 3.049100] [mmc-msg] sdc3 set round clock 400000, src 24000000
[ 3.063418] [mmc-msg] sdc3 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1
timing LEGACY(SDR12) dt B
[ 3.080759] [mmc-msg] sdc3 Probe: base:0xf00e4000 irq:67
sg_cpu:c3c61000(43c61000) ret 0.
[ 3.093587] [mmc_pm]: failed to fetch sdio card configuration!
[ 3.104480] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.115696] usbcore: registered new interface driver usbhid
[ 3.124163] usbhid: USB HID core driver
[ 3.131496] ashmem: initialized
[ 3.138390] logger: created 256K log 'log_main'
[ 3.154404] 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.169306] logger: created 256K log 'log_events'
[ 3.180511] generic-usb 0003:1241:F766.0001: input: USB HID v1.10 Keyboard
[HOLTEK Wireless TackBall Keyboard] on usb-sw-ehci-1.1/input0
[ 3.207327] 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.229190] generic-usb 0003:1241:F766.0002: input: USB HID v1.10 Mouse
[HOLTEK Wireless TackBall Keyboard] on usb-sw-ehci-1.1/input1
[ 3.244998] logger: created 256K log 'log_radio'
[ 3.253446] logger: created 256K log 'log_system'
[ 3.264168] IPv4 over IPv4 tunneling driver
[ 3.271174] TCP: bic registered
[ 3.276582] TCP: cubic registered
[ 3.282452] TCP: westwood registered
[ 3.288645] TCP: highspeed registered
[ 3.294565] TCP: hybla registered
[ 3.300061] TCP: htcp registered
[ 3.305548] TCP: vegas registered
[ 3.311117] usb 2-1.2: new high-speed USB device number 4 using sw-ehci
[ 3.323218] TCP: veno registered
[ 3.328974] TCP: scalable registered
[ 3.334548] TCP: lp registered
[ 3.339786] TCP: yeah registered
[ 3.345532] TCP: illinois registered
[ 3.352325] Initializing XFRM netlink socket
[ 3.360616] NET: Registered protocol family 10
[ 3.369380] NET: Registered protocol family 17
[ 3.377244] NET: Registered protocol family 15
[ 3.386386] [mmc_pm]: No sdio card, please check your config !!
[ 3.395979] Registering the dns_resolver key type
[ 3.402674] VFP support v0.3: implementor 41 architecture 2 part 30 variant
7 rev 4
[ 3.418910] Registering SWP/SWPB emulation handler
[ 3.428305] axp20_buck2: Failed to create debugfs directory
[ 3.431188] hub 2-1.2:1.0: USB hub found
[ 3.443773] hub 2-1.2:1.0: 4 ports detected
[ 3.454121] [cpu_freq] INF:-------------------V-F Table-------------------
[ 3.466094] [cpu_freq] INF: voltage = 1450mv frequency = 1008MHz
[ 3.477224] [cpu_freq] INF: voltage = 1400mv frequency = 912MHz
[ 3.488359] [cpu_freq] INF: voltage = 1300mv frequency = 864MHz
[ 3.499491] [cpu_freq] INF: voltage = 1250mv frequency = 792MHz
[ 3.510719] [cpu_freq] INF: voltage = 1200mv frequency = 720MHz
[ 3.521852] [cpu_freq] INF: voltage = 1150mv frequency = 624MHz
[ 3.532985] [cpu_freq] INF: voltage = 1100mv frequency = 528MHz
[ 3.544172] [cpu_freq] INF: voltage = 1050mv frequency = 312MHz
[ 3.555447] [cpu_freq] INF: voltage = 1000mv frequency = 0MHz
[ 3.567416] [cpu_freq] INF:-----------------------------------------------
[ 3.584090] [cpu_freq] INF:sunxi_cpufreq_initcall, get cpu frequency from
sysconfig, max freq: 1008MHz, min freq: 60MHz
[ 3.598644] registered taskstats version 1
[ 3.607151] I2C: i2c-5: HDMI I2C adapter
[ 3.635975] ParseEDID
[ 3.652941] EDID version: 1.3
[ 3.662177] PCLK=148500000 X 1920 2008 2052 2200 Y 1080 1084 1089 1125 fr 60
PP
[ 3.673431] Using above mode as preferred EDID mode
[ 3.693592] Unimplemented SVD code 2
[ 3.699705] Unimplemented SVD code 6
[ 3.705885] Unimplemented SVD code 31
[ 3.712165] Unimplemented SVD code 17
[ 3.718442] Unimplemented SVD code 22
[ 3.724708] Unimplemented SVD code 21
[ 3.730639] Reserved SVD code 127
[ 3.739791] disp_clk: Could not find a matching pll-freq for 53900000 pclk
[ 3.752573] disp_clk: Could not find a matching pll-freq for 108100000 pclk
[ 3.765355] disp_clk: Could not find a matching pll-freq for 25150000 pclk
[ 3.778050] disp_clk: Could not find a matching pll-freq for 74200000 pclk
[ 3.790745] disp_clk: Could not find a matching pll-freq for 53900000 pclk
[ 3.803529] disp_clk: Could not find a matching pll-freq for 122350000 pclk
[ 3.816398] disp_clk: Could not find a matching pll-freq for 146850000 pclk
[ 3.829180] disp_clk: Could not find a matching pll-freq for 78800000 pclk
[ 3.841882] disp_clk: Could not find a matching pll-freq for 53450000 pclk
[ 3.854582] disp_clk: Could not find a matching pll-freq for 27100000 pclk
[ 3.867277] disp_clk: Could not find a matching pll-freq for 26150000 pclk
[ 3.878594] Parse_VideoData_Block: VIC 16 (native) support
[ 3.887646] Parse_VideoData_Block: VIC 5 support
[ 3.895831] Parse_VideoData_Block: VIC 4 support
[ 3.904015] Parse_VideoData_Block: VIC 3 support
[ 3.912199] Parse_VideoData_Block: VIC 2 support
[ 3.920382] Parse_VideoData_Block: VIC 7 support
[ 3.928564] Parse_VideoData_Block: VIC 6 support
[ 3.936824] Parse_VideoData_Block: VIC 31 support
[ 3.945180] Parse_VideoData_Block: VIC 20 support
[ 3.953537] Parse_VideoData_Block: VIC 19 support
[ 3.967147] [mmc-msg] mmc 0 detect change, present 1
[ 3.975772] Parse_VideoData_Block: VIC 18 support
[ 3.984129] Parse_VideoData_Block: VIC 17 support
[ 3.992486] Parse_VideoData_Block: VIC 22 support
[ 4.000843] Parse_VideoData_Block: VIC 21 support
[ 4.014105] Parse_VideoData_Block: VIC 1 support
[ 4.022292] Parse_AudioData_Block: max channel=2
[ 4.030909] Parse_AudioData_Block: SampleRate code=7f
[ 4.039617] Parse_AudioData_Block: WordLen code=7
[ 4.047790] Find HDMI Vendor Specific DataBlock
[ 4.058580] PCLK=148500000 X 1920 2008 2052 2200 Y 1080 1084 1089 1125 fr 60
PP
[ 4.071758] PCLK=74250000 X 1920 2008 2052 2200 Y 540 542 547 562 fr 60 PP
[ 4.084459] PCLK=74250000 X 1280 1390 1430 1650 Y 720 725 730 750 fr 60 PP
[ 4.096810] PCLK=27000000 X 720 736 798 858 Y 480 489 495 525 fr 59 NN
[ 4.109595] PCLK=148500000 X 1920 2448 2492 2640 Y 1080 1084 1089 1125 fr 50
PP
[ 4.122915] asoc: sndhdmi <-> sunxi-hdmiaudio.0 mapping ok
[ 4.135800] disp clks: lcd 74250000 pre_scale 1 hdmi 74250000 pll 297000000
2x 0
[ 4.472674] [mmc-msg] sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1
timing LEGACY(SDR12) dt B
[ 4.497176] [mmc-msg] sdc0 power on
[ 4.523080] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width
1 timing LEGACY(SDR12) dt B
[ 4.549625] [mmc-msg] sdc0 set round clock 400000, src 24000000
[ 4.650375] [mmc-err] smc 0 err, cmd 52, RTO
[ 4.658869] [mmc-err] smc 0 err, cmd 52, RTO
[ 4.671570] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width
1 timing LEGACY(SDR12) dt B
[ 4.714073] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width
1 timing LEGACY(SDR12) dt B
[ 4.730107] [mmc-err] smc 0 err, cmd 5, RTO
[ 4.738415] [mmc-err] smc 0 err, cmd 5, RTO
[ 4.746716] [mmc-err] smc 0 err, cmd 5, RTO
[ 4.755031] [mmc-err] smc 0 err, cmd 5, RTO
[ 4.768290] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width
1 timing LEGACY(SDR12) dt B
[ 4.786020] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width
1 timing LEGACY(SDR12) dt B
[ 4.806119] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width
1 timing LEGACY(SDR12) dt B
[ 4.833483] Console: switching to colour frame buffer device 160x45
[ 4.854447] [mmc-msg] sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width
1 timing SD-HS(SDR25) dt B
[ 4.878390] [mmc-msg] sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V
width 1 timing SD-HS(SDR25) dt B
[ 4.883562] [mmc-msg] sdc0 set round clock 42857143, src 600000000
[ 4.904696] axp20_buck3: incomplete constraints, leaving on
[ 4.920060] axp20_buck2: incomplete constraints, leaving on
[ 4.930309] axp20_ldo4: incomplete constraints, leaving on
[ 4.940471] axp20_ldo3: incomplete constraints, leaving on
[ 4.954435] [mmc-msg] sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V
width 4 timing SD-HS(SDR25) dt B
[ 4.958873] axp20_ldo2: incomplete constraints, leaving on
[ 4.972758] axp20_ldo1: incomplete constraints, leaving on
[ 4.988184] mmc0: new high speed SDHC card at address 6978
[ 4.996477] console [netcon0] enabled
[ 5.003721] netconsole: network logging started
[ 5.007119] mmcblk0: mmc0:6978 SD04G 3.75 GiB
[ 5.023713] sunxi-rtc sunxi-rtc: setting system clock to 2010-01-01 00:00:00
UTC (1262304000)
[ 5.034315] ALSA device list:
[ 5.036064] mmcblk0: p1 p2
[ 5.044963] #0: sunxi-CODEC Audio Codec
[ 5.051240] #1: sunxi-sndhdmi
[ 5.062758] kjournald starting. Commit interval 5 seconds
[ 5.184003] EXT3-fs (mmcblk0p2): using internal journal
[ 5.195091] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
[ 5.206978] VFS: Mounted root (ext3 filesystem) on device 179:2.
[ 5.216510] devtmpfs: mounted
[ 5.227444] Freeing init memory: 216K
[ 6.051244] udevd[176]: starting version 175
[ 7.744370] sw_usb_enable_hcd: usbc_num = 2
[ 7.753253] ERR: script_parser_fetch usb_controller_type failed
[ 7.879471] usbcore: registered new interface driver rtl8188eu
[ 7.945916] udevd[219]: renamed network interface wlan0 to wlan7
[ 9.876885] rtp_used == 0.
[ 14.087642] ADDRCONF(NETDEV_UP): wlan7: link is not ready
[ 14.102708] ADDRCONF(NETDEV_UP): wlan7: link is not ready
[ 16.808124] ADDRCONF(NETDEV_CHANGE): wlan7: link becomes ready
[ 16.836395] UpdateHalRAMask8188EUsb => mac_id:0, networkType:0x0b,
mask:0x000fffff
[ 16.836408] ==> rssi_level:0, rate_bitmap:0x000ff005
[ 18.119921] UpdateHalRAMask8188EUsb => mac_id:0, networkType:0x0b,
mask:0x000fffff
[ 18.119936] ==> rssi_level:2, rate_bitmap:0x000ff000
[ 27.167829] wlan7: no IPv6 routers present
[ 140.362083] [CSI]Welcome to CSI driver
[ 140.368560] [CSI]csi_init
[ 140.377380] [CSI_DEBUG]csi_probe
[ 140.384485] [CSI_DEBUG]dev->ccm_cfg[0] = bf0b4188
[ 140.393174] [CSI_DEBUG]dev->ccm_cfg[0]->ccm = s5k4ec
[ 140.403048] [CSI_DEBUG]dev->ccm_cfg[0]->twi_id = 1
[ 140.411716] [CSI_DEBUG]dev->ccm_cfg[0]->i2c_addr = 5a
[ 140.420597] [CSI_DEBUG]dev->ccm_cfg[0]->interface = 0
[ 140.429109] [CSI_DEBUG]dev->ccm_cfg[0]->vflip = 0
[ 140.437753] [CSI_DEBUG]dev->ccm_cfg[0]->hflip = 0
[ 140.447030] [CSI_DEBUG]dev->ccm_cfg[0]->iovdd_str = axp20_pll
[ 140.457257] [CSI_DEBUG]dev->ccm_cfg[0]->avdd_str = axp20_pll
[ 140.466579] [CSI_DEBUG]dev->ccm_cfg[0]->dvdd_str =
[ 140.475230] [CSI_DEBUG]dev->ccm_cfg[0]->flash_pol = 1
[ 140.532407] [CSI]registered sub device,input_num = 0
[ 140.547913] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_CMD_GET_INFO
[ 140.557106] [CSI_DEBUG][s5k4ec]ccm_info.mclk=24000000
[ 140.557138] [CSI_DEBUG][s5k4ec]ccm_info.vref=1
[ 140.569179] [CSI_DEBUG][s5k4ec]ccm_info.href=1
[ 140.617784] [CSI_DEBUG][s5k4ec]ccm_info.clock=1
[ 140.625685] [CSI_DEBUG][s5k4ec]ccm_info.iocfg=0
[ 140.633749] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_CMD_SET_INFO
[ 140.650110] [CSI_DEBUG][s5k4ec]ccm_info.mclk=24000000
[ 140.650129] [CSI_DEBUG][s5k4ec]ccm_info.vref=1
[ 140.660005] [CSI_DEBUG][s5k4ec]ccm_info.href=1
[ 140.668055] [CSI_DEBUG][s5k4ec]ccm_info.clock=1
[ 140.675992] [CSI_DEBUG][s5k4ec]ccm_info.iocfg=0
[ 140.683965]
[ 140.693168] axp20_ldo3: Failed to create debugfs directory
[ 140.703423] axp20_ldo3: Failed to create debugfs directory
[ 140.712965] [CSI_DEBUG]dev->ccm_cfg[0]->sd = ee97a000
[ 140.722411] [CSI_DEBUG]dev->ccm_cfg[0]->ccm_info = bf0b4224
[ 140.732354] [CSI_DEBUG]dev->ccm_cfg[0]->ccm_info.iocfg = 0
[ 140.742021] [CSI_DEBUG]dev->ccm_cfg[0]->ccm_info.vref = 1
[ 140.751592] [CSI_DEBUG]dev->ccm_cfg[0]->ccm_info.href = 1
[ 140.761242] [CSI_DEBUG]dev->ccm_cfg[0]->ccm_info.clock = 1
[ 140.771508] [CSI_DEBUG]dev->ccm_cfg[0]->ccm_info.mclk = 24000000
[ 140.781619] [CSI_DEBUG]dev->ccm_cfg[0]->iovdd = ee50b640
[ 140.790932] [CSI_DEBUG]dev->ccm_cfg[0]->avdd = ee50b740
[ 140.800151] [CSI_DEBUG]dev->ccm_cfg[0]->dvdd = (null)
[ 140.809482] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_CMD_SET_INFO
[ 140.818576] [CSI_DEBUG][s5k4ec]ccm_info.mclk=24000000
[ 140.818595] [CSI_DEBUG][s5k4ec]ccm_info.vref=1
[ 140.828334] [CSI_DEBUG][s5k4ec]ccm_info.href=1
[ 140.836180] [CSI_DEBUG][s5k4ec]ccm_info.clock=1
[ 140.844054] [CSI_DEBUG][s5k4ec]ccm_info.iocfg=0
[ 140.852157]
[ 140.866799] [CSI]V4L2 device registered as video1
[ 140.873563] [CSI_DEBUG]csi_open
[ 140.880621] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_CMD_SET_INFO
[ 140.889601] [CSI_DEBUG][s5k4ec]ccm_info.mclk=24000000
[ 140.889618] [CSI_DEBUG][s5k4ec]ccm_info.vref=1
[ 140.899271] [CSI_DEBUG][s5k4ec]ccm_info.href=1
[ 140.907016] [CSI_DEBUG][s5k4ec]ccm_info.clock=1
[ 140.914909] [CSI_DEBUG][s5k4ec]ccm_info.iocfg=0
[ 140.922863] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_PWR_ON
[ 140.978595] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_ON
[ 140.994904] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_OFF
[ 141.014582] [CSI_DEBUG][s5k4ec]sensor_init
[ 141.025487] [CSI_DEBUG][s5k4ec]sensor_detected
[ 144.712196] [CSI_DEBUG][s5k4ec]sensor_regs_written
[ 144.766250] [CSI]sensor initial success when csi open!
[ 144.774173] [CSI_DEBUG]csi_close
[ 144.821400] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_ON
[ 145.953205] [CSI_DEBUG]csi_open
[ 145.960406] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_CMD_SET_INFO
[ 145.969516] [CSI_DEBUG][s5k4ec]ccm_info.mclk=24000000
[ 145.969535] [CSI_DEBUG][s5k4ec]ccm_info.vref=1
[ 145.979345] [CSI_DEBUG][s5k4ec]ccm_info.href=1
[ 145.987192] [CSI_DEBUG][s5k4ec]ccm_info.clock=1
[ 145.995066] [CSI_DEBUG][s5k4ec]ccm_info.iocfg=0
[ 146.003142] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_PWR_ON
[ 146.059105] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_ON
[ 146.075454] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_OFF
[ 146.095227] [CSI_DEBUG][s5k4ec]sensor_init
[ 146.106030] [CSI_DEBUG][s5k4ec]sensor_detected
[ 149.756351] [CSI_DEBUG][s5k4ec]sensor_regs_written
[ 149.810313] [CSI]sensor initial success when csi open!
[ 149.819384] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(0)
[ 149.827901] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(1)
[ 149.836134] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(2)
[ 149.844272] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(3)
[ 149.852548] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(4)
[ 149.860734] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(5)
[ 149.868931] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(6)
[ 149.877115] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(7)
[ 149.885272] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(8)
[ 149.913542] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(9)
[ 149.921841] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(10)
[ 149.950804] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(11)
[ 149.959191] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(12)
[ 149.966652] [CSI_ERR]Vid_cap_inv(12)
[ 149.976382] [CSI_ERR]v4l2 sub device queryctrl error!
[ 149.984800] [CSI_ERR]input index invalid!
[ 149.992342] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(0)
[ 150.000798] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(1)
[ 150.009237] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(2)
[ 150.017595] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(3)
[ 150.025998] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(4)
[ 150.034333] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(5)
[ 150.042565] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(6)
[ 150.050862] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(7)
[ 150.059058] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(8)
[ 150.067356] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(9)
[ 150.075803] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(10)
[ 150.084328] [CSI_DEBUG]vidioc_enum_fmt_vid_cap(11)
[ 150.093614] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.102937] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.112334] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.121635] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.131297] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.140698] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.149989] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.159254] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.168558] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.177843] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.187135] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.196341] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.205792] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.235460] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.244630] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.273973] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.283270] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.292579] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.301974] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.311349] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.320630] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.330029] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.339927] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.349255] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.358531] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.367821] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.377133] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.386364] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.395696] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.405105] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.414430] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.423759] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.433207] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.443098] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.452535] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.461849] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.471309] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.480619] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.490023] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.499346] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.508806] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.518153] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.548111] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.557306] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.566417] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.595722] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.604875] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.614029] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.623178] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.632343] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.641843] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.651389] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.660647] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.669810] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.678962] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.688221] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.697366] [CSI_ERR]v4l2 sub device queryctrl error!
[ 150.754736] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 150.761942] [CSI_DEBUG]pix->width=640
[ 150.768171] [CSI_DEBUG]pix->height=480
[ 150.775017] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 150.781827] [CSI_DEBUG]pix->width=640
[ 150.788368] [CSI_DEBUG]pix->height=480
[ 150.795365] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 150.802457] [CSI_DEBUG]pix->width=640
[ 150.808643] [CSI_DEBUG]pix->height=480
[ 150.815494] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 150.822284] [CSI_DEBUG]pix->width=640
[ 150.828495] [CSI_DEBUG]pix->height=480
[ 150.835351] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 150.842128] [CSI_DEBUG]pix->width=640
[ 150.868736] [CSI_DEBUG]pix->height=480
[ 150.875860] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 150.882753] [CSI_DEBUG]pix->width=640
[ 150.909152] [CSI_DEBUG]pix->height=480
[ 150.916156] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 150.922958] [CSI_DEBUG]pix->width=640
[ 150.929209] [CSI_DEBUG]pix->height=480
[ 150.936211] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 150.942959] [CSI_DEBUG]pix->width=640
[ 150.949348] [CSI_DEBUG]pix->height=480
[ 150.956323] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 150.963071] [CSI_DEBUG]pix->width=640
[ 150.969238] [CSI_DEBUG]pix->height=480
[ 150.976108] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 150.982851] [CSI_DEBUG]pix->width=640
[ 150.989616] [CSI_DEBUG]pix->height=480
[ 150.997089] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.003846] [CSI_DEBUG]pix->width=640
[ 151.012898] [CSI_DEBUG]pix->height=480
[ 151.019709] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.026427] [CSI_DEBUG]pix->width=640
[ 151.032523] [CSI_DEBUG]pix->height=480
[ 151.039327] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.046063] [CSI_DEBUG]pix->width=640
[ 151.052280] [CSI_DEBUG]pix->height=480
[ 151.059095] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.065814] [CSI_DEBUG]pix->width=640
[ 151.071906] [CSI_DEBUG]pix->height=480
[ 151.078705] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.085420] [CSI_DEBUG]pix->width=640
[ 151.091512] [CSI_DEBUG]pix->height=480
[ 151.098315] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.105025] [CSI_DEBUG]pix->width=640
[ 151.111119] [CSI_DEBUG]pix->height=480
[ 151.117922] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.124622] [CSI_DEBUG]pix->width=640
[ 151.130754] [CSI_DEBUG]pix->height=480
[ 151.137556] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.144258] [CSI_DEBUG]pix->width=640
[ 151.150458] [CSI_DEBUG]pix->height=480
[ 151.157266] [CSI_DEBUG]vidioc_s_fmt_vid_cap
[ 151.164496] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.175987] [CSI_DEBUG]pix->width=640
[ 151.182083] [CSI_DEBUG]pix->height=480
[ 151.188706] [CSI_DEBUG][s5k4ec]sensor_s_fmt
[ 151.238120] [CSI][s5k4ec]s_fmt set width = 640, height = 480
[ 151.246872] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.253686] [CSI_DEBUG]pix->width=640
[ 151.259848] [CSI_DEBUG]pix->height=480
[ 151.266703] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.273444] [CSI_DEBUG]pix->width=640
[ 151.279594] [CSI_DEBUG]pix->height=480
[ 151.286435] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.293138] [CSI_DEBUG]pix->width=640
[ 151.299246] [CSI_DEBUG]pix->height=480
[ 151.306052] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.312761] [CSI_DEBUG]pix->width=640
[ 151.318870] [CSI_DEBUG]pix->height=480
[ 151.325659] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.332373] [CSI_DEBUG]pix->width=640
[ 151.338476] [CSI_DEBUG]pix->height=480
[ 151.345265] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.351978] [CSI_DEBUG]pix->width=640
[ 151.358179] [CSI_DEBUG]pix->height=480
[ 151.364978] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.371697] [CSI_DEBUG]pix->width=640
[ 151.377801] [CSI_DEBUG]pix->height=480
[ 151.384594] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.391305] [CSI_DEBUG]pix->width=640
[ 151.397410] [CSI_DEBUG]pix->height=480
[ 151.404199] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.410909] [CSI_DEBUG]pix->width=640
[ 151.417014] [CSI_DEBUG]pix->height=480
[ 151.423804] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.430524] [CSI_DEBUG]pix->width=640
[ 151.436627] [CSI_DEBUG]pix->height=480
[ 151.443417] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.450131] [CSI_DEBUG]pix->width=640
[ 151.456233] [CSI_DEBUG]pix->height=480
[ 151.463226] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.470060] [CSI_DEBUG]pix->width=640
[ 151.480939] [CSI_DEBUG]pix->height=480
[ 151.487746] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.494447] [CSI_DEBUG]pix->width=640
[ 151.500554] [CSI_DEBUG]pix->height=480
[ 151.512160] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.518924] [CSI_DEBUG]pix->width=640
[ 151.525050] [CSI_DEBUG]pix->height=480
[ 151.531859] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.538576] [CSI_DEBUG]pix->width=640
[ 151.544674] [CSI_DEBUG]pix->height=480
[ 151.551475] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.558185] [CSI_DEBUG]pix->width=640
[ 151.564381] [CSI_DEBUG]pix->height=480
[ 151.571228] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.577988] [CSI_DEBUG]pix->width=640
[ 151.584123] [CSI_DEBUG]pix->height=480
[ 151.590967] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.597716] [CSI_DEBUG]pix->width=640
[ 151.603809] [CSI_DEBUG]pix->height=480
[ 151.610450] [CSI_DEBUG]vidioc_s_fmt_vid_cap
[ 151.617689] [CSI_DEBUG]vidioc_try_fmt_vid_cap
[ 151.624394] [CSI_DEBUG]pix->width=640
[ 151.630505] [CSI_DEBUG]pix->height=480
[ 151.637128] [CSI_DEBUG][s5k4ec]sensor_s_fmt
[ 151.645302] [CSI][s5k4ec]format and size remain the same
[ 151.654963] [CSI][s5k4ec]s_fmt set width = 640, height = 480
[ 151.666521] [CSI_DEBUG]vidioc_reqbufs
[ 151.672376] [CSI_DEBUG]buffer_setup
[ 151.680507] [CSI_ERR]buffer count is invalid, set to 5
[ 151.690130] [CSI]buffer_setup, buffer count=5, size=614400
[ 151.699206] [CSI_DEBUG]mmap called, vma=0xee7f1a50
[ 151.708652] [CSI_DEBUG]vma start=0xb1330000, size=614400, ret=0
[ 151.718083] [CSI_DEBUG]mmap called, vma=0xee7f1aa8
[ 151.727501] [CSI_DEBUG]vma start=0xb129a000, size=614400, ret=0
[ 151.736916] [CSI_DEBUG]mmap called, vma=0xee7f1b00
[ 151.746323] [CSI_DEBUG]vma start=0xb1204000, size=614400, ret=0
[ 151.755734] [CSI_DEBUG]mmap called, vma=0xee7f1b58
[ 151.765161] [CSI_DEBUG]vma start=0xb116e000, size=614400, ret=0
[ 151.774757] [CSI_DEBUG]mmap called, vma=0xee7f1f78
[ 151.788968] [CSI_DEBUG]vma start=0xb10d8000, size=614400, ret=0
[ 151.797257] [CSI_DEBUG]buffer_prepare
[ 151.803280] [CSI_DEBUG]buffer_prepare
[ 151.814075] [CSI_DEBUG]buffer_prepare
[ 151.820102] [CSI_DEBUG]buffer_prepare
[ 151.826141] [CSI_DEBUG]buffer_prepare
[ 151.832248] [CSI_DEBUG]video stream on
[ 151.838181] [CSI_DEBUG]buffer_queue
[ 151.843842] [CSI_DEBUG]buffer_queue
[ 151.849500] [CSI_DEBUG]buffer_queue
[ 151.855158] [CSI_DEBUG]buffer_queue
[ 151.860815] [CSI_DEBUG]buffer_queue
[ 151.866839] [CSI_DEBUG]buf ptr=ee007780
[ 151.873819] [CSI_DEBUG]csi_buf_addr_y=3800000
[ 151.881325] [CSI_DEBUG]csi_buf_addr_cb=3800000
[ 151.888905] [CSI_DEBUG]csi_buf_addr_cr=3800000
[ 151.950109] [CSI_DEBUG]csi_isr
[ 151.955693] [CSI_DEBUG]buf ptr=ee007580
[ 151.962567] [CSI_DEBUG]csi_buf_addr_y=3896000
[ 151.970045] [CSI_DEBUG]csi_buf_addr_cb=3896000
[ 151.977610] [CSI_DEBUG]csi_buf_addr_cr=3896000
[ 152.016729] [CSI_DEBUG]csi_isr
[ 152.022308] [CSI_DEBUG]buf ptr=ee007780
[ 152.028674] [CSI_DEBUG]buf ptr=ee007a00
[ 152.035547] [CSI_DEBUG]csi_buf_addr_y=392c000
[ 152.043026] [CSI_DEBUG]csi_buf_addr_cb=392c000
[ 152.050592] [CSI_DEBUG]csi_buf_addr_cr=392c000
[ 152.083357] [CSI_DEBUG]csi_isr
[ 152.088954] [CSI_DEBUG]buf ptr=ee007580
[ 152.098253] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007580
[ 152.107555] [CSI_DEBUG]buf ptr=ee007c80
[ 152.114429] [CSI_DEBUG]csi_buf_addr_y=39c2000
[ 152.121908] [CSI_DEBUG]csi_buf_addr_cb=39c2000
[ 152.129473] [CSI_DEBUG]csi_buf_addr_cr=39c2000
[ 152.149975] [CSI_DEBUG]csi_isr
[ 152.155559] [CSI_DEBUG]buf ptr=ee007a00
[ 152.164858] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007a00
[ 152.174160] [CSI_DEBUG]buf ptr=ee007d00
[ 152.181034] [CSI_DEBUG]csi_buf_addr_y=3a58000
[ 152.188512] [CSI_DEBUG]csi_buf_addr_cb=3a58000
[ 152.196077] [CSI_DEBUG]csi_buf_addr_cr=3a58000
[ 152.216598] [CSI_DEBUG]csi_isr
[ 152.222187] [CSI_DEBUG]buf ptr=ee007c80
[ 152.231486] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007c80
[ 152.242089] [CSI_DEBUG]No more free frame on next time
[ 152.249903] [CSI_DEBUG]csi_isr
[ 152.255482] [CSI_DEBUG]buf ptr=ee007d00
[ 152.264781] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007d00
[ 152.274256] [CSI_DEBUG]No more free frame
[ 152.283218] [CSI_DEBUG]csi_isr
[ 152.289581] [CSI_ERR]No active queue to serve
[ 152.316529] [CSI_DEBUG]csi_isr
[ 152.322897] [CSI_ERR]No active queue to serve
[ 152.349841] [CSI_DEBUG]csi_isr
[ 152.356211] [CSI_ERR]No active queue to serve
[ 152.383162] [CSI_DEBUG]csi_isr
[ 152.389547] [CSI_ERR]No active queue to serve
[ 152.416463] [CSI_DEBUG]csi_isr
[ 152.422835] [CSI_ERR]No active queue to serve
[ 152.449773] [CSI_DEBUG]csi_isr
[ 152.456140] [CSI_ERR]No active queue to serve
[ 152.483087] [CSI_DEBUG]csi_isr
[ 152.489460] [CSI_ERR]No active queue to serve
[ 152.516393] [CSI_DEBUG]csi_isr
[ 152.522765] [CSI_ERR]No active queue to serve
[ 152.549703] [CSI_DEBUG]csi_isr
[ 152.556072] [CSI_ERR]No active queue to serve
[ 152.573749] [CSI_DEBUG]buffer_prepare
[ 152.579986] [CSI_DEBUG]buffer_queue
[ 152.585362] [CSI_DEBUG]csi_isr
[ 152.590949] [CSI_DEBUG]buf ptr=ee007780
[ 152.600248] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007780
[ 152.609724] [CSI_DEBUG]No more free frame
[ 152.616277] [CSI_DEBUG]buffer_prepare
[ 152.621717] [CSI_DEBUG]csi_isr
[ 152.628071] [CSI_ERR]No active queue to serve
[ 152.634664] [CSI_DEBUG]buffer_queue
[ 152.649636] [CSI_DEBUG]csi_isr
[ 152.655223] [CSI_DEBUG]buf ptr=ee007580
[ 152.664522] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007580
[ 152.673997] [CSI_DEBUG]No more free frame
[ 152.682955] [CSI_DEBUG]csi_isr
[ 152.689332] [CSI_ERR]No active queue to serve
[ 152.716263] [CSI_DEBUG]csi_isr
[ 152.722641] [CSI_ERR]No active queue to serve
[ 152.749568] [CSI_DEBUG]csi_isr
[ 152.755931] [CSI_ERR]No active queue to serve
[ 152.782885] [CSI_DEBUG]csi_isr
[ 152.789266] [CSI_ERR]No active queue to serve
[ 152.816194] [CSI_DEBUG]csi_isr
[ 152.822566] [CSI_ERR]No active queue to serve
[ 152.849506] [CSI_DEBUG]csi_isr
[ 152.855883] [CSI_ERR]No active queue to serve
[ 152.882814] [CSI_DEBUG]csi_isr
[ 152.889189] [CSI_ERR]No active queue to serve
[ 152.916128] [CSI_DEBUG]csi_isr
[ 152.922502] [CSI_ERR]No active queue to serve
[ 152.949436] [CSI_DEBUG]csi_isr
[ 152.955806] [CSI_ERR]No active queue to serve
[ 152.982749] [CSI_DEBUG]csi_isr
[ 152.989121] [CSI_ERR]No active queue to serve
[ 153.016060] [CSI_DEBUG]csi_isr
[ 153.022434] [CSI_ERR]No active queue to serve
[ 153.049370] [CSI_DEBUG]csi_isr
[ 153.055746] [CSI_ERR]No active queue to serve
[ 153.082678] [CSI_DEBUG]csi_isr
[ 153.089053] [CSI_ERR]No active queue to serve
[ 153.115991] [CSI_DEBUG]csi_isr
[ 153.122365] [CSI_ERR]No active queue to serve
[ 153.149302] [CSI_DEBUG]csi_isr
[ 153.155675] [CSI_ERR]No active queue to serve
[ 153.182613] [CSI_DEBUG]csi_isr
[ 153.188985] [CSI_ERR]No active queue to serve
[ 153.215931] [CSI_DEBUG]csi_isr
[ 153.222307] [CSI_ERR]No active queue to serve
[ 153.249233] [CSI_DEBUG]csi_isr
[ 153.255606] [CSI_ERR]No active queue to serve
[ 153.282546] [CSI_DEBUG]csi_isr
[ 153.288916] [CSI_ERR]No active queue to serve
[ 153.315856] [CSI_DEBUG]csi_isr
[ 153.322229] [CSI_ERR]No active queue to serve
[ 153.349161] [CSI_DEBUG]csi_isr
[ 153.355525] [CSI_ERR]No active queue to serve
[ 153.382475] [CSI_DEBUG]csi_isr
[ 153.388842] [CSI_ERR]No active queue to serve
[ 153.415789] [CSI_DEBUG]csi_isr
[ 153.422168] [CSI_ERR]No active queue to serve
[ 153.449100] [CSI_DEBUG]csi_isr
[ 153.455474] [CSI_ERR]No active queue to serve
[ 153.482413] [CSI_DEBUG]csi_isr
[ 153.488795] [CSI_ERR]No active queue to serve
[ 153.515722] [CSI_DEBUG]csi_isr
[ 153.522098] [CSI_ERR]No active queue to serve
[ 153.549029] [CSI_DEBUG]csi_isr
[ 153.555398] [CSI_ERR]No active queue to serve
[ 153.582339] [CSI_DEBUG]csi_isr
[ 153.588706] [CSI_ERR]No active queue to serve
[ 153.615662] [CSI_DEBUG]csi_isr
[ 153.622040] [CSI_ERR]No active queue to serve
[ 153.648958] [CSI_DEBUG]csi_isr
[ 153.655318] [CSI_ERR]No active queue to serve
[ 153.682268] [CSI_DEBUG]csi_isr
[ 153.688628] [CSI_ERR]No active queue to serve
[ 153.716005] [CSI_DEBUG]csi_isr
[ 153.722375] [CSI_ERR]No active queue to serve
[ 153.748891] [CSI_DEBUG]csi_isr
[ 153.755249] [CSI_ERR]No active queue to serve
[ 153.782198] [CSI_DEBUG]csi_isr
[ 153.788550] [CSI_ERR]No active queue to serve
[ 153.798709] [CSI_DEBUG]buffer_prepare
[ 153.804577] [CSI_DEBUG]buffer_queue
[ 153.810627] [CSI_DEBUG]buffer_prepare
[ 153.816247] [CSI_DEBUG]csi_isr
[ 153.821848] [CSI_DEBUG]buf ptr=ee007a00
[ 153.831152] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007a00
[ 153.840630] [CSI_DEBUG]No more free frame
[ 153.846968] [CSI_DEBUG]buffer_queue
[ 153.852213] [CSI_DEBUG]csi_isr
[ 153.857787] [CSI_DEBUG]buf ptr=ee007c80
[ 153.867086] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007c80
[ 153.876561] [CSI_DEBUG]No more free frame
[ 153.883133] [CSI_DEBUG]buffer_prepare
[ 153.889003] [CSI_DEBUG]buffer_queue
[ 153.894848] [CSI_DEBUG]buffer_prepare
[ 153.900701] [CSI_DEBUG]buffer_queue
[ 153.906551] [CSI_DEBUG]buffer_prepare
[ 153.912392] [CSI_DEBUG]buffer_queue
[ 153.917698] [CSI_DEBUG]csi_isr
[ 153.923274] [CSI_DEBUG]buf ptr=ee007d00
[ 153.932572] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007d00
[ 153.941874] [CSI_DEBUG]buf ptr=ee007580
[ 153.948747] [CSI_DEBUG]csi_buf_addr_y=3896000
[ 153.956226] [CSI_DEBUG]csi_buf_addr_cb=3896000
[ 153.963791] [CSI_DEBUG]csi_buf_addr_cr=3896000
[ 153.982068] [CSI_DEBUG]csi_isr
[ 153.987651] [CSI_DEBUG]buf ptr=ee007780
[ 153.996951] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007780
[ 154.007553] [CSI_DEBUG]No more free frame on next time
[ 154.015374] [CSI_DEBUG]csi_isr
[ 154.020950] [CSI_DEBUG]buf ptr=ee007580
[ 154.030250] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007580
[ 154.039724] [CSI_DEBUG]No more free frame
[ 154.048688] [CSI_DEBUG]csi_isr
[ 154.055050] [CSI_ERR]No active queue to serve
[ 154.082001] [CSI_DEBUG]csi_isr
[ 154.088371] [CSI_ERR]No active queue to serve
[ 154.115318] [CSI_DEBUG]csi_isr
[ 154.121695] [CSI_ERR]No active queue to serve
[ 154.148628] [CSI_DEBUG]csi_isr
[ 154.155005] [CSI_ERR]No active queue to serve
[ 154.181942] [CSI_DEBUG]csi_isr
[ 154.188320] [CSI_ERR]No active queue to serve
[ 154.215258] [CSI_DEBUG]csi_isr
[ 154.221635] [CSI_ERR]No active queue to serve
[ 154.248560] [CSI_DEBUG]csi_isr
[ 154.254936] [CSI_ERR]No active queue to serve
[ 154.281867] [CSI_DEBUG]csi_isr
[ 154.288235] [CSI_ERR]No active queue to serve
[ 154.315182] [CSI_DEBUG]csi_isr
[ 154.321561] [CSI_ERR]No active queue to serve
[ 154.348492] [CSI_DEBUG]csi_isr
[ 154.354872] [CSI_ERR]No active queue to serve
[ 154.381802] [CSI_DEBUG]csi_isr
[ 154.388176] [CSI_ERR]No active queue to serve
[ 154.415115] [CSI_DEBUG]csi_isr
[ 154.421494] [CSI_ERR]No active queue to serve
[ 154.448422] [CSI_DEBUG]csi_isr
[ 154.454792] [CSI_ERR]No active queue to serve
[ 154.481736] [CSI_DEBUG]csi_isr
[ 154.488116] [CSI_ERR]No active queue to serve
[ 154.515047] [CSI_DEBUG]csi_isr
[ 154.521426] [CSI_ERR]No active queue to serve
[ 154.548363] [CSI_DEBUG]csi_isr
[ 154.554750] [CSI_ERR]No active queue to serve
[ 154.581669] [CSI_DEBUG]csi_isr
[ 154.588046] [CSI_ERR]No active queue to serve
[ 154.604730] [CSI_DEBUG]buffer_prepare
[ 154.610997] [CSI_DEBUG]buffer_queue
[ 154.616288] [CSI_DEBUG]csi_isr
[ 154.621871] [CSI_DEBUG]buf ptr=ee007a00
[ 154.631171] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007a00
[ 154.640647] [CSI_DEBUG]No more free frame
[ 154.647436] [CSI_DEBUG]buffer_prepare
[ 154.652880] [CSI_DEBUG]csi_isr
[ 154.659233] [CSI_ERR]No active queue to serve
[ 154.665886] [CSI_DEBUG]buffer_queue
[ 154.672422] [CSI_DEBUG]buffer_prepare
[ 154.678378] [CSI_DEBUG]buffer_queue
[ 154.683689] [CSI_DEBUG]csi_isr
[ 154.689276] [CSI_DEBUG]buf ptr=ee007c80
[ 154.698578] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007c80
[ 154.709183] [CSI_DEBUG]No more free frame on next time
[ 154.748224] [CSI_DEBUG]csi_isr
[ 154.753827] [CSI_DEBUG]buf ptr=ee007d00
[ 154.763127] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007d00
[ 154.772605] [CSI_DEBUG]No more free frame
[ 154.781533] [CSI_DEBUG]csi_isr
[ 154.787904] [CSI_ERR]No active queue to serve
[ 154.814846] [CSI_DEBUG]csi_isr
[ 154.821230] [CSI_ERR]No active queue to serve
[ 154.848155] [CSI_DEBUG]csi_isr
[ 154.854534] [CSI_ERR]No active queue to serve
[ 154.881464] [CSI_DEBUG]csi_isr
[ 154.887837] [CSI_ERR]No active queue to serve
[ 154.914784] [CSI_DEBUG]csi_isr
[ 154.921162] [CSI_ERR]No active queue to serve
[ 154.948087] [CSI_DEBUG]csi_isr
[ 154.954464] [CSI_ERR]No active queue to serve
[ 154.981394] [CSI_DEBUG]csi_isr
[ 154.987765] [CSI_ERR]No active queue to serve
[ 155.014710] [CSI_DEBUG]csi_isr
[ 155.021084] [CSI_ERR]No active queue to serve
[ 155.048017] [CSI_DEBUG]csi_isr
[ 155.054390] [CSI_ERR]No active queue to serve
[ 155.081329] [CSI_DEBUG]csi_isr
[ 155.087702] [CSI_ERR]No active queue to serve
[ 155.114641] [CSI_DEBUG]csi_isr
[ 155.121024] [CSI_ERR]No active queue to serve
[ 155.147951] [CSI_DEBUG]csi_isr
[ 155.154324] [CSI_ERR]No active queue to serve
[ 155.181261] [CSI_DEBUG]csi_isr
[ 155.187632] [CSI_ERR]No active queue to serve
[ 155.214571] [CSI_DEBUG]csi_isr
[ 155.220938] [CSI_ERR]No active queue to serve
[ 155.247883] [CSI_DEBUG]csi_isr
[ 155.254257] [CSI_ERR]No active queue to serve
[ 155.279609] [CSI_DEBUG]buffer_prepare
[ 155.285268] [CSI_DEBUG]csi_isr
[ 155.291640] [CSI_ERR]No active queue to serve
[ 155.298474] [CSI_DEBUG]buffer_queue
[ 155.304429] [CSI_DEBUG]buffer_prepare
[ 155.310350] [CSI_DEBUG]buffer_queue
[ 155.315612] [CSI_DEBUG]csi_isr
[ 155.321188] [CSI_DEBUG]buf ptr=ee007780
[ 155.330488] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007780
[ 155.341088] [CSI_DEBUG]No more free frame on next time
[ 155.348630] [CSI_DEBUG]buffer_prepare
[ 155.354611] [CSI_DEBUG]buffer_queue
[ 155.381125] [CSI_DEBUG]csi_isr
[ 155.386719] [CSI_DEBUG]buf ptr=ee007580
[ 155.396019] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007580
[ 155.406622] [CSI_DEBUG]No more free frame on next time
[ 155.414430] [CSI_DEBUG]csi_isr
[ 155.420005] [CSI_DEBUG]buf ptr=ee007a00
[ 155.429303] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007a00
[ 155.438777] [CSI_DEBUG]No more free frame
[ 155.447741] [CSI_DEBUG]csi_isr
[ 155.454103] [CSI_ERR]No active queue to serve
[ 155.481059] [CSI_DEBUG]csi_isr
[ 155.487430] [CSI_ERR]No active queue to serve
[ 155.514366] [CSI_DEBUG]csi_isr
[ 155.520733] [CSI_ERR]No active queue to serve
[ 155.547675] [CSI_DEBUG]csi_isr
[ 155.554048] [CSI_ERR]No active queue to serve
[ 155.580992] [CSI_DEBUG]csi_isr
[ 155.587368] [CSI_ERR]No active queue to serve
[ 155.614303] [CSI_DEBUG]csi_isr
[ 155.620684] [CSI_ERR]No active queue to serve
[ 155.647614] [CSI_DEBUG]csi_isr
[ 155.653990] [CSI_ERR]No active queue to serve
[ 155.680923] [CSI_DEBUG]csi_isr
[ 155.687299] [CSI_ERR]No active queue to serve
[ 155.714234] [CSI_DEBUG]csi_isr
[ 155.720606] [CSI_ERR]No active queue to serve
[ 155.747544] [CSI_DEBUG]csi_isr
[ 155.753914] [CSI_ERR]No active queue to serve
[ 155.771230] [CSI_DEBUG]buffer_prepare
[ 155.780855] [CSI_DEBUG]csi_isr
[ 155.787227] [CSI_ERR]No active queue to serve
[ 155.799670] [CSI_DEBUG]buffer_queue
[ 155.805595] [CSI_DEBUG]buffer_prepare
[ 155.811430] [CSI_DEBUG]buffer_queue
[ 155.816672] [CSI_DEBUG]csi_isr
[ 155.822249] [CSI_DEBUG]buf ptr=ee007c80
[ 155.831547] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007c80
[ 155.842149] [CSI_DEBUG]No more free frame on next time
[ 155.880789] [CSI_DEBUG]csi_isr
[ 155.886389] [CSI_DEBUG]buf ptr=ee007d00
[ 155.895688] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007d00
[ 155.905165] [CSI_DEBUG]No more free frame
[ 155.914094] [CSI_DEBUG]csi_isr
[ 155.920454] [CSI_ERR]No active queue to serve
[ 155.947407] [CSI_DEBUG]csi_isr
[ 155.953777] [CSI_ERR]No active queue to serve
[ 155.980722] [CSI_DEBUG]csi_isr
[ 155.987099] [CSI_ERR]No active queue to serve
[ 156.014031] [CSI_DEBUG]csi_isr
[ 156.020400] [CSI_ERR]No active queue to serve
[ 156.047344] [CSI_DEBUG]csi_isr
[ 156.053723] [CSI_ERR]No active queue to serve
[ 156.080653] [CSI_DEBUG]csi_isr
[ 156.087030] [CSI_ERR]No active queue to serve
[ 156.113969] [CSI_DEBUG]csi_isr
[ 156.120360] [CSI_ERR]No active queue to serve
[ 156.147274] [CSI_DEBUG]csi_isr
[ 156.153651] [CSI_ERR]No active queue to serve
[ 156.180585] [CSI_DEBUG]csi_isr
[ 156.186957] [CSI_ERR]No active queue to serve
[ 156.213899] [CSI_DEBUG]csi_isr
[ 156.220273] [CSI_ERR]No active queue to serve
[ 156.229280] [CSI_DEBUG]buffer_prepare
[ 156.235447] [CSI_DEBUG]buffer_queue
[ 156.247203] [CSI_DEBUG]csi_isr
[ 156.252786] [CSI_DEBUG]buf ptr=ee007780
[ 156.262086] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007780
[ 156.271562] [CSI_DEBUG]No more free frame
[ 156.280512] [CSI_DEBUG]csi_isr
[ 156.286877] [CSI_ERR]No active queue to serve
[ 156.313827] [CSI_DEBUG]csi_isr
[ 156.320200] [CSI_ERR]No active queue to serve
[ 156.347141] [CSI_DEBUG]csi_isr
[ 156.353513] [CSI_ERR]No active queue to serve
[ 156.380450] [CSI_DEBUG]csi_isr
[ 156.386823] [CSI_ERR]No active queue to serve
[ 156.413760] [CSI_DEBUG]csi_isr
[ 156.420128] [CSI_ERR]No active queue to serve
[ 156.447072] [CSI_DEBUG]csi_isr
[ 156.453447] [CSI_ERR]No active queue to serve
[ 156.480384] [CSI_DEBUG]csi_isr
[ 156.486764] [CSI_ERR]No active queue to serve
[ 156.513691] [CSI_DEBUG]csi_isr
[ 156.520064] [CSI_ERR]No active queue to serve
[ 156.547004] [CSI_DEBUG]csi_isr
[ 156.553379] [CSI_ERR]No active queue to serve
[ 156.580315] [CSI_DEBUG]csi_isr
[ 156.586687] [CSI_ERR]No active queue to serve
[ 156.613626] [CSI_DEBUG]csi_isr
[ 156.620003] [CSI_ERR]No active queue to serve
[ 156.646938] [CSI_DEBUG]csi_isr
[ 156.653317] [CSI_ERR]No active queue to serve
[ 156.680254] [CSI_DEBUG]csi_isr
[ 156.686633] [CSI_ERR]No active queue to serve
[ 156.713554] [CSI_DEBUG]csi_isr
[ 156.719923] [CSI_ERR]No active queue to serve
[ 156.746869] [CSI_DEBUG]csi_isr
[ 156.753241] [CSI_ERR]No active queue to serve
[ 156.780177] [CSI_DEBUG]csi_isr
[ 156.786549] [CSI_ERR]No active queue to serve
[ 156.813498] [CSI_DEBUG]csi_isr
[ 156.819875] [CSI_ERR]No active queue to serve
[ 156.826871] [CSI_DEBUG]buffer_prepare
[ 156.832760] [CSI_DEBUG]buffer_queue
[ 156.839336] [CSI_DEBUG]buffer_prepare
[ 156.845483] [CSI_DEBUG]buffer_queue
[ 156.850718] [CSI_DEBUG]csi_isr
[ 156.856294] [CSI_DEBUG]buf ptr=ee007580
[ 156.865593] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007580
[ 156.876194] [CSI_DEBUG]No more free frame on next time
[ 156.883781] [CSI_DEBUG]buffer_prepare
[ 156.889842] [CSI_DEBUG]buffer_queue
[ 156.896105] [CSI_DEBUG]buffer_prepare
[ 156.902095] [CSI_DEBUG]buffer_queue
[ 156.913422] [CSI_DEBUG]csi_isr
[ 156.919014] [CSI_DEBUG]buf ptr=ee007a00
[ 156.928319] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007a00
[ 156.937624] [CSI_DEBUG]buf ptr=ee007d00
[ 156.944501] [CSI_DEBUG]csi_buf_addr_y=3a58000
[ 156.951981] [CSI_DEBUG]csi_buf_addr_cb=3a58000
[ 156.959548] [CSI_DEBUG]csi_buf_addr_cr=3a58000
[ 156.980045] [CSI_DEBUG]csi_isr
[ 156.985642] [CSI_DEBUG]buf ptr=ee007c80
[ 156.994941] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007c80
[ 157.005547] [CSI_DEBUG]No more free frame on next time
[ 157.013349] [CSI_DEBUG]csi_isr
[ 157.018928] [CSI_DEBUG]buf ptr=ee007d00
[ 157.028227] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007d00
[ 157.037701] [CSI_DEBUG]No more free frame
[ 157.046659] [CSI_DEBUG]csi_isr
[ 157.053013] [CSI_ERR]No active queue to serve
[ 157.079975] [CSI_DEBUG]csi_isr
[ 157.086341] [CSI_ERR]No active queue to serve
[ 157.113289] [CSI_DEBUG]csi_isr
[ 157.119668] [CSI_ERR]No active queue to serve
[ 157.146596] [CSI_DEBUG]csi_isr
[ 157.152966] [CSI_ERR]No active queue to serve
[ 157.179908] [CSI_DEBUG]csi_isr
[ 157.186284] [CSI_ERR]No active queue to serve
[ 157.213223] [CSI_DEBUG]csi_isr
[ 157.219602] [CSI_ERR]No active queue to serve
[ 157.246530] [CSI_DEBUG]csi_isr
[ 157.252906] [CSI_ERR]No active queue to serve
[ 157.279843] [CSI_DEBUG]csi_isr
[ 157.286227] [CSI_ERR]No active queue to serve
[ 157.313156] [CSI_DEBUG]csi_isr
[ 157.319535] [CSI_ERR]No active queue to serve
[ 157.346462] [CSI_DEBUG]csi_isr
[ 157.352834] [CSI_ERR]No active queue to serve
[ 157.379770] [CSI_DEBUG]csi_isr
[ 157.386132] [CSI_ERR]No active queue to serve
[ 157.397686] [CSI_DEBUG]buffer_prepare
[ 157.403842] [CSI_DEBUG]buffer_queue
[ 157.413083] [CSI_DEBUG]csi_isr
[ 157.418666] [CSI_DEBUG]buf ptr=ee007780
[ 157.427965] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007780
[ 157.437440] [CSI_DEBUG]No more free frame
[ 157.446391] [CSI_DEBUG]csi_isr
[ 157.452751] [CSI_ERR]No active queue to serve
[ 157.479706] [CSI_DEBUG]csi_isr
[ 157.486077] [CSI_ERR]No active queue to serve
[ 157.513019] [CSI_DEBUG]csi_isr
[ 157.519392] [CSI_ERR]No active queue to serve
[ 157.546328] [CSI_DEBUG]csi_isr
[ 157.552703] [CSI_ERR]No active queue to serve
[ 157.579638] [CSI_DEBUG]csi_isr
[ 157.586007] [CSI_ERR]No active queue to serve
[ 157.611075] [CSI_DEBUG]buffer_prepare
[ 157.616717] [CSI_DEBUG]csi_isr
[ 157.623090] [CSI_ERR]No active queue to serve
[ 157.629818] [CSI_DEBUG]buffer_queue
[ 157.635737] [CSI_DEBUG]buffer_prepare
[ 157.641583] [CSI_DEBUG]buffer_queue
[ 157.646823] [CSI_DEBUG]csi_isr
[ 157.652398] [CSI_DEBUG]buf ptr=ee007580
[ 157.661698] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007580
[ 157.672300] [CSI_DEBUG]No more free frame on next time
[ 157.679565] [CSI_DEBUG]csi_isr
[ 157.685142] [CSI_DEBUG]buf ptr=ee007a00
[ 157.694441] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007a00
[ 157.703915] [CSI_DEBUG]No more free frame
[ 157.712875] [CSI_DEBUG]csi_isr
[ 157.719234] [CSI_ERR]No active queue to serve
[ 157.746192] [CSI_DEBUG]csi_isr
[ 157.752564] [CSI_ERR]No active queue to serve
[ 157.779501] [CSI_DEBUG]csi_isr
[ 157.785870] [CSI_ERR]No active queue to serve
[ 157.812816] [CSI_DEBUG]csi_isr
[ 157.819192] [CSI_ERR]No active queue to serve
[ 157.846124] [CSI_DEBUG]csi_isr
[ 157.852494] [CSI_ERR]No active queue to serve
[ 157.879437] [CSI_DEBUG]csi_isr
[ 157.885809] [CSI_ERR]No active queue to serve
[ 157.912748] [CSI_DEBUG]csi_isr
[ 157.919127] [CSI_ERR]No active queue to serve
[ 157.946058] [CSI_DEBUG]csi_isr
[ 157.952429] [CSI_ERR]No active queue to serve
[ 157.979366] [CSI_DEBUG]csi_isr
[ 157.985735] [CSI_ERR]No active queue to serve
[ 158.012680] [CSI_DEBUG]csi_isr
[ 158.019051] [CSI_ERR]No active queue to serve
[ 158.045988] [CSI_DEBUG]csi_isr
[ 158.052355] [CSI_ERR]No active queue to serve
[ 158.079306] [CSI_DEBUG]csi_isr
[ 158.085681] [CSI_ERR]No active queue to serve
[ 158.092839] [CSI_DEBUG]buffer_prepare
[ 158.098818] [CSI_DEBUG]buffer_queue
[ 158.105037] [CSI_DEBUG]buffer_prepare
[ 158.110915] [CSI_DEBUG]buffer_queue
[ 158.116287] [CSI_DEBUG]csi_isr
[ 158.121868] [CSI_DEBUG]buf ptr=ee007c80
[ 158.131169] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007c80
[ 158.141773] [CSI_DEBUG]No more free frame on next time
[ 158.179235] [CSI_DEBUG]csi_isr
[ 158.184835] [CSI_DEBUG]buf ptr=ee007d00
[ 158.194135] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007d00
[ 158.203612] [CSI_DEBUG]No more free frame
[ 158.212538] [CSI_DEBUG]csi_isr
[ 158.218897] [CSI_ERR]No active queue to serve
[ 158.245855] [CSI_DEBUG]csi_isr
[ 158.252225] [CSI_ERR]No active queue to serve
[ 158.279164] [CSI_DEBUG]csi_isr
[ 158.285531] [CSI_ERR]No active queue to serve
[ 158.312475] [CSI_DEBUG]csi_isr
[ 158.318844] [CSI_ERR]No active queue to serve
[ 158.345790] [CSI_DEBUG]csi_isr
[ 158.352177] [CSI_ERR]No active queue to serve
[ 158.379101] [CSI_DEBUG]csi_isr
[ 158.385479] [CSI_ERR]No active queue to serve
[ 158.412407] [CSI_DEBUG]csi_isr
[ 158.418778] [CSI_ERR]No active queue to serve
[ 158.445722] [CSI_DEBUG]csi_isr
[ 158.452098] [CSI_ERR]No active queue to serve
[ 158.479031] [CSI_DEBUG]csi_isr
[ 158.485409] [CSI_ERR]No active queue to serve
[ 158.512342] [CSI_DEBUG]csi_isr
[ 158.518717] [CSI_ERR]No active queue to serve
[ 158.532970] [CSI_DEBUG]buffer_prepare
[ 158.539186] [CSI_DEBUG]buffer_queue
[ 158.545107] [CSI_DEBUG]buffer_prepare
[ 158.550513] [CSI_DEBUG]csi_isr
[ 158.556089] [CSI_DEBUG]buf ptr=ee007780
[ 158.565387] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007780
[ 158.574863] [CSI_DEBUG]No more free frame
[ 158.581145] [CSI_DEBUG]buffer_queue
[ 158.612275] [CSI_DEBUG]csi_isr
[ 158.617869] [CSI_DEBUG]buf ptr=ee007580
[ 158.627169] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007580
[ 158.636646] [CSI_DEBUG]No more free frame
[ 158.645580] [CSI_DEBUG]csi_isr
[ 158.651940] [CSI_ERR]No active queue to serve
[ 158.678894] [CSI_DEBUG]csi_isr
[ 158.685264] [CSI_ERR]No active queue to serve
[ 158.712209] [CSI_DEBUG]csi_isr
[ 158.718582] [CSI_ERR]No active queue to serve
[ 158.745521] [CSI_DEBUG]csi_isr
[ 158.751903] [CSI_ERR]No active queue to serve
[ 158.778827] [CSI_DEBUG]csi_isr
[ 158.785199] [CSI_ERR]No active queue to serve
[ 158.812142] [CSI_DEBUG]csi_isr
[ 158.818523] [CSI_ERR]No active queue to serve
[ 158.845450] [CSI_DEBUG]csi_isr
[ 158.851823] [CSI_ERR]No active queue to serve
[ 158.878758] [CSI_DEBUG]csi_isr
[ 158.885127] [CSI_ERR]No active queue to serve
[ 158.912069] [CSI_DEBUG]csi_isr
[ 158.918443] [CSI_ERR]No active queue to serve
[ 158.945381] [CSI_DEBUG]csi_isr
[ 158.951752] [CSI_ERR]No active queue to serve
[ 158.978696] [CSI_DEBUG]csi_isr
[ 158.985074] [CSI_ERR]No active queue to serve
[ 159.012000] [CSI_DEBUG]csi_isr
[ 159.018368] [CSI_ERR]No active queue to serve
[ 159.045316] [CSI_DEBUG]csi_isr
[ 159.051693] [CSI_ERR]No active queue to serve
[ 159.078624] [CSI_DEBUG]csi_isr
[ 159.084995] [CSI_ERR]No active queue to serve
[ 159.111936] [CSI_DEBUG]csi_isr
[ 159.118310] [CSI_ERR]No active queue to serve
[ 159.145248] [CSI_DEBUG]csi_isr
[ 159.151625] [CSI_ERR]No active queue to serve
[ 159.178558] [CSI_DEBUG]csi_isr
[ 159.184932] [CSI_ERR]No active queue to serve
[ 159.211868] [CSI_DEBUG]csi_isr
[ 159.218239] [CSI_ERR]No active queue to serve
[ 159.245181] [CSI_DEBUG]csi_isr
[ 159.251558] [CSI_ERR]No active queue to serve
[ 159.278486] [CSI_DEBUG]csi_isr
[ 159.284850] [CSI_ERR]No active queue to serve
[ 159.311800] [CSI_DEBUG]csi_isr
[ 159.318174] [CSI_ERR]No active queue to serve
[ 159.345115] [CSI_DEBUG]csi_isr
[ 159.351495] [CSI_ERR]No active queue to serve
[ 159.378423] [CSI_DEBUG]csi_isr
[ 159.384795] [CSI_ERR]No active queue to serve
[ 159.411752] [CSI_DEBUG]csi_isr
[ 159.418133] [CSI_ERR]No active queue to serve
[ 159.445052] [CSI_DEBUG]csi_isr
[ 159.451430] [CSI_ERR]No active queue to serve
[ 159.475126] [CSI_DEBUG]buffer_prepare
[ 159.480541] [CSI_DEBUG]csi_isr
[ 159.486894] [CSI_ERR]No active queue to serve
[ 159.493529] [CSI_DEBUG]buffer_queue
[ 159.499620] [CSI_DEBUG]buffer_prepare
[ 159.511688] [CSI_DEBUG]csi_isr
[ 159.516931] [CSI_DEBUG]buffer_queue
[ 159.522763] [CSI_DEBUG]buffer_prepare
[ 159.528587] [CSI_DEBUG]buffer_queue
[ 159.534420] [CSI_DEBUG]buffer_prepare
[ 159.540241] [CSI_DEBUG]buffer_queue
[ 159.546063] [CSI_DEBUG]buffer_prepare
[ 159.551884] [CSI_DEBUG]buffer_queue
[ 159.557900] [CSI_DEBUG]buf ptr=ee007a00
[ 159.564275] [CSI_DEBUG]buf ptr=ee007d00
[ 159.571152] [CSI_DEBUG]csi_buf_addr_y=3a58000
[ 159.578632] [CSI_DEBUG]csi_buf_addr_cb=3a58000
[ 159.586196] [CSI_DEBUG]csi_buf_addr_cr=3a58000
[ 159.611600] [CSI_DEBUG]csi_isr
[ 159.617195] [CSI_DEBUG]buf ptr=ee007c80
[ 159.626495] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007c80
[ 159.635798] [CSI_DEBUG]buf ptr=ee007780
[ 159.642671] [CSI_DEBUG]csi_buf_addr_y=3800000
[ 159.650150] [CSI_DEBUG]csi_buf_addr_cb=3800000
[ 159.657716] [CSI_DEBUG]csi_buf_addr_cr=3800000
[ 159.678225] [CSI_DEBUG]csi_isr
[ 159.683823] [CSI_DEBUG]buf ptr=ee007d00
[ 159.693123] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007d00
[ 159.702426] [CSI_DEBUG]buf ptr=ee007580
[ 159.709299] [CSI_DEBUG]csi_buf_addr_y=3896000
[ 159.716778] [CSI_DEBUG]csi_buf_addr_cb=3896000
[ 159.724344] [CSI_DEBUG]csi_buf_addr_cr=3896000
[ 159.744841] [CSI_DEBUG]csi_isr
[ 159.750446] [CSI_DEBUG]buf ptr=ee007780
[ 159.759746] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007780
[ 159.770354] [CSI_DEBUG]No more free frame on next time
[ 159.778167] [CSI_DEBUG]csi_isr
[ 159.783764] [CSI_DEBUG]buf ptr=ee007580
[ 159.793066] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007580
[ 159.802545] [CSI_DEBUG]No more free frame
[ 159.811473] [CSI_DEBUG]csi_isr
[ 159.817852] [CSI_ERR]No active queue to serve
[ 159.844783] [CSI_DEBUG]csi_isr
[ 159.851163] [CSI_ERR]No active queue to serve
[ 159.878092] [CSI_DEBUG]csi_isr
[ 159.884469] [CSI_ERR]No active queue to serve
[ 159.911400] [CSI_DEBUG]csi_isr
[ 159.917778] [CSI_ERR]No active queue to serve
[ 159.944703] [CSI_DEBUG]csi_isr
[ 159.951063] [CSI_ERR]No active queue to serve
[ 159.978021] [CSI_DEBUG]csi_isr
[ 159.984402] [CSI_ERR]No active queue to serve
[ 160.011326] [CSI_DEBUG]csi_isr
[ 160.017689] [CSI_ERR]No active queue to serve
[ 160.044650] [CSI_DEBUG]csi_isr
[ 160.051030] [CSI_ERR]No active queue to serve
[ 160.077956] [CSI_DEBUG]csi_isr
[ 160.084328] [CSI_ERR]No active queue to serve
[ 160.111276] [CSI_DEBUG]csi_isr
[ 160.117663] [CSI_ERR]No active queue to serve
[ 160.144581] [CSI_DEBUG]csi_isr
[ 160.150964] [CSI_ERR]No active queue to serve
[ 160.177883] [CSI_DEBUG]csi_isr
[ 160.184257] [CSI_ERR]No active queue to serve
[ 160.201728] [CSI_DEBUG]buffer_prepare
[ 160.207755] [CSI_DEBUG]buffer_queue
[ 160.212991] [CSI_DEBUG]csi_isr
[ 160.218576] [CSI_DEBUG]buf ptr=ee007a00
[ 160.220930] [CSI_DEBUG]buffer_prepare
[ 160.233889] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007a00
[ 160.243367] [CSI_DEBUG]No more free frame
[ 160.249548] [CSI_DEBUG]buffer_queue
[ 160.255498] [CSI_DEBUG]buffer_prepare
[ 160.261371] [CSI_DEBUG]buffer_queue
[ 160.267285] [CSI_DEBUG]buffer_prepare
[ 160.273147] [CSI_DEBUG]buffer_queue
[ 160.278362] [CSI_DEBUG]csi_isr
[ 160.283939] [CSI_DEBUG]buf ptr=ee007c80
[ 160.293240] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007c80
[ 160.302542] [CSI_DEBUG]buf ptr=ee007780
[ 160.309416] [CSI_DEBUG]csi_buf_addr_y=3800000
[ 160.316894] [CSI_DEBUG]csi_buf_addr_cb=3800000
[ 160.324461] [CSI_DEBUG]csi_buf_addr_cr=3800000
[ 160.344435] [CSI_DEBUG]csi_isr
[ 160.350020] [CSI_DEBUG]buf ptr=ee007d00
[ 160.359318] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007d00
[ 160.369922] [CSI_DEBUG]No more free frame on next time
[ 160.377749] [CSI_DEBUG]csi_isr
[ 160.383338] [CSI_DEBUG]buf ptr=ee007780
[ 160.392638] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007780
[ 160.402115] [CSI_DEBUG]No more free frame
[ 160.411063] [CSI_DEBUG]csi_isr
[ 160.417439] [CSI_ERR]No active queue to serve
[ 160.444388] [CSI_DEBUG]csi_isr
[ 160.450766] [CSI_ERR]No active queue to serve
[ 160.477688] [CSI_DEBUG]csi_isr
[ 160.484070] [CSI_ERR]No active queue to serve
[ 160.510998] [CSI_DEBUG]csi_isr
[ 160.517377] [CSI_ERR]No active queue to serve
[ 160.544303] [CSI_DEBUG]csi_isr
[ 160.550673] [CSI_ERR]No active queue to serve
[ 160.575906] [CSI_DEBUG]buffer_prepare
[ 160.577670] [CSI_DEBUG]csi_isr
[ 160.584623] [CSI_ERR]No active queue to serve
[ 160.594321] [CSI_DEBUG]buffer_queue
[ 160.600268] [CSI_DEBUG]buffer_prepare
[ 160.606149] [CSI_DEBUG]buffer_queue
[ 160.611365] [CSI_DEBUG]csi_isr
[ 160.616943] [CSI_DEBUG]buf ptr=ee007580
[ 160.626244] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007580
[ 160.636846] [CSI_DEBUG]No more free frame on next time
[ 160.644227] [CSI_DEBUG]csi_isr
[ 160.649803] [CSI_DEBUG]buf ptr=ee007a00
[ 160.659102] [CSI_DEBUG] Nobody is waiting on this buffer,buf = 0xee007a00
[ 160.668578] [CSI_DEBUG]No more free frame
[ 160.677549] [CSI_DEBUG]csi_isr
[ 160.683922] [CSI_ERR]No active queue to serve
[ 160.710853] [CSI_DEBUG]csi_isr
[ 160.717222] [CSI_ERR]No active queue to serve
[ 160.744162] [CSI_DEBUG]csi_isr
[ 160.750524] [CSI_ERR]No active queue to serve
[ 160.777483] [CSI_DEBUG]csi_isr
[ 160.783862] [CSI_ERR]No active queue to serve
[ 160.810792] [CSI_DEBUG]csi_isr
[ 160.817165] [CSI_ERR]No active queue to serve
[ 160.844097] [CSI_DEBUG]csi_isr
[ 160.850465] [CSI_ERR]No active queue to serve
[ 160.877407] [CSI_DEBUG]csi_isr
[ 160.883779] [CSI_ERR]No active queue to serve
[ 160.898317] [CSI_DEBUG]video stream off
[ 160.904524] [CSI_DEBUG]buffer_release
[ 160.911669] [CSI_DEBUG]free_buffer, state: 4
[ 160.918778] [CSI_DEBUG]free_buffer: freed
[ 160.925234] [CSI_DEBUG]buffer_release
[ 160.931887] [CSI_DEBUG]free_buffer, state: 4
[ 160.938893] [CSI_DEBUG]free_buffer: freed
[ 160.945286] [CSI_DEBUG]buffer_release
[ 160.951920] [CSI_DEBUG]free_buffer, state: 4
[ 160.958893] [CSI_DEBUG]free_buffer: freed
[ 160.965278] [CSI_DEBUG]buffer_release
[ 160.971893] [CSI_DEBUG]free_buffer, state: 6
[ 160.978864] [CSI_DEBUG]free_buffer: freed
[ 160.985233] [CSI_DEBUG]buffer_release
[ 160.991847] [CSI_DEBUG]free_buffer, state: 6
[ 160.998859] [CSI_DEBUG]free_buffer: freed
[ 161.006907] [CSI_DEBUG]vidioc_reqbufs
[ 161.013558] [CSI_DEBUG]csi_close
[ 161.019251] [CSI_DEBUG]buffer_release
[ 161.025896] [CSI_DEBUG]free_buffer, state: 0
[ 161.032856] [CSI_DEBUG]free_buffer: freed
[ 161.039234] [CSI_DEBUG]buffer_release
[ 161.045861] [CSI_DEBUG]free_buffer, state: 0
[ 161.052820] [CSI_DEBUG]free_buffer: freed
[ 161.059242] [CSI_DEBUG]buffer_release
[ 161.065921] [CSI_DEBUG]free_buffer, state: 0
[ 161.072909] [CSI_DEBUG]free_buffer: freed
[ 161.079298] [CSI_DEBUG]buffer_release
[ 161.085956] [CSI_DEBUG]free_buffer, state: 0
[ 161.092916] [CSI_DEBUG]free_buffer: freed
[ 161.099282] [CSI_DEBUG]buffer_release
[ 161.105914] [CSI_DEBUG]free_buffer, state: 0
[ 161.112876] [CSI_DEBUG]free_buffer: freed
[ 161.120285] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_ON
[ 697.755675] [CSI_DEBUG]csi_open
[ 697.762794] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_CMD_SET_INFO
[ 697.771893] [CSI_DEBUG][s5k4ec]ccm_info.mclk=24000000
[ 697.771912] [CSI_DEBUG][s5k4ec]ccm_info.vref=1
[ 697.781652] [CSI_DEBUG][s5k4ec]ccm_info.href=1
[ 697.789582] [CSI_DEBUG][s5k4ec]ccm_info.clock=1
[ 697.797564] [CSI_DEBUG][s5k4ec]ccm_info.iocfg=0
[ 697.805526] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_PWR_ON
[ 697.861057] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_ON
[ 697.877359] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_OFF
[ 697.897038] [CSI_DEBUG][s5k4ec]sensor_init
[ 697.907845] [CSI_DEBUG][s5k4ec]sensor_detected
[ 701.535520] [CSI_DEBUG][s5k4ec]sensor_regs_written
[ 701.589935] [CSI]sensor initial success when csi open!
[ 701.599297] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.608496] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.617670] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.626797] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.635895] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.645119] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.654255] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.663380] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.712896] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.722154] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.731304] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.740430] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.749669] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.760440] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.769655] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.779061] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.788516] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.797681] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.807152] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.816361] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.825488] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.834618] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.843744] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.852886] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.862106] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.871249] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.880599] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.890226] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.899641] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.908888] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.918038] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.927275] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.936383] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.945510] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.954837] [CSI_ERR]v4l2 sub device queryctrl error!
[ 701.975740] [CSI_DEBUG]csi_close
[ 701.983158] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_ON
[ 723.510433] [CSI_DEBUG]csi_open
[ 723.517597] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_CMD_SET_INFO
[ 723.526727] [CSI_DEBUG][s5k4ec]ccm_info.mclk=24000000
[ 723.526745] [CSI_DEBUG][s5k4ec]ccm_info.vref=1
[ 723.536489] [CSI_DEBUG][s5k4ec]ccm_info.href=1
[ 723.544346] [CSI_DEBUG][s5k4ec]ccm_info.clock=1
[ 723.552336] [CSI_DEBUG][s5k4ec]ccm_info.iocfg=0
[ 723.560398] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_PWR_ON
[ 723.616042] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_ON
[ 723.632460] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_OFF
[ 723.652632] [CSI_DEBUG][s5k4ec]sensor_init
[ 723.663526] [CSI_DEBUG][s5k4ec]sensor_detected
[ 727.342775] [CSI_DEBUG][s5k4ec]sensor_regs_written
[ 727.397040] [CSI]sensor initial success when csi open!
[ 727.406347] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.415562] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.424703] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.433852] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.443073] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.452216] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.461339] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.470476] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.479845] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.489121] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.498270] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.507418] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.516510] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.527359] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.536592] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.545741] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.555120] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.564271] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.573746] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.583529] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.633003] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.642301] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.651680] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.660946] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.670202] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.679347] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.688736] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.698096] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.707359] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.716549] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.725790] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.735072] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.744336] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.753484] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.762836] [CSI_ERR]v4l2 sub device queryctrl error!
[ 727.772472] [CSI_DEBUG]csi_close
[ 727.779725] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_ON
[ 758.589503] [CSI_DEBUG]csi_open
[ 758.596582] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_CMD_SET_INFO
[ 758.605554] [CSI_DEBUG][s5k4ec]ccm_info.mclk=24000000
[ 758.605562] [CSI_DEBUG][s5k4ec]ccm_info.vref=1
[ 758.615273] [CSI_DEBUG][s5k4ec]ccm_info.href=1
[ 758.623087] [CSI_DEBUG][s5k4ec]ccm_info.clock=1
[ 758.630957] [CSI_DEBUG][s5k4ec]ccm_info.iocfg=0
[ 758.638915] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_PWR_ON
[ 758.673851] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_ON
[ 758.686051] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_OFF
[ 758.699663] [CSI_DEBUG][s5k4ec]sensor_init
[ 758.717876] [CSI_DEBUG][s5k4ec]sensor_detected
[ 761.474877] [CSI_DEBUG][s5k4ec]sensor_regs_written
[ 761.538032] [CSI]sensor initial success when csi open!
[ 761.547307] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.556430] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.565549] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.574635] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.583883] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.592989] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.602087] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.611176] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.620272] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.629369] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.638468] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.647568] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.656672] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.666916] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.675994] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.685310] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.694523] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.703637] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.712935] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.722038] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.731141] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.740247] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.749345] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.758434] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.767529] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.776590] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.785861] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.820135] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.829248] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.838451] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.847654] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.856851] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.866003] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.875171] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.884391] [CSI_ERR]v4l2 sub device queryctrl error!
[ 761.893410] [CSI_DEBUG]csi_close
[ 761.900450] [CSI_DEBUG][s5k4ec]CSI_SUBDEV_STBY_ON