Page 2 of 25 FirstFirst 123412 ... LastLast
Results 11 to 20 of 241

Thread: Kernel 2.6.32 from Samsung Acclaim R880 on Spica

777
  1. [translate]    #11
    Senior Member
    Join Date
    Jul 2010
    Location
    Poland
    Posts
    218

    Default

    I've got a chance to play with Spica for few more hours. I've managed to fix USB gadget crash. No more problems with USB. The keypad doesn't work. I 've taken sources from 2.6.29 (I had to, because it seems keyboards are different between phones), but it hasn't helped so far. Due to not working keypad I cannot enter a recovery mode manually. During normal boot process I cannot run adb because it says "can't run /system/bin/sh'. However accidentally the phone booted in a recovery mode and adb magically started to work without problems. Running adb in a recovery mode, I've checked that original Acclaim's xsr modules seem to work flawlesly. There were 10 bml devices - those mountable (/xbin, /efs, /data, /system) - could be mounted without problems. But ... the melwas screen driver seems to not work. I did not see recovery menu on a phone's screen. It still displayed "A N D R O I D" text, even though 'ps' showed that recovery is running. I guess it is a LCD type difference between Spica and Acclaim. Or I did something wrong . DPRAM module seems to not work. There are no messages in a log showing that phone's modem is inited. I've used original Acclaim's DPRAM modified.

    Below is a console log from normal booting process.

    You can see :

    1. that xsr and xsr are inited :
    Code:
    [    8.887462] XSR: Registered BML Driver.
    ...
    [    9.094430] XSR: Registered STL Driver.
    2. that /efs is properly mounted (other partitions are mounted too) :
    Code:
    [   15.479621] rfs_fill_super[200]: RFS successfully mounted [8a:0a]
    3. that sensors are not working,

    etc, etc ...


    Code:
    Uncompressing Linux.................................................................................................................................................................................................................. done, booting the kernel.
    [    0.000000] Linux version 2.6.32.9 (spica@spica-dev) (gcc version 4.3.4 (crosstool-NG-1.7.0) ) #4 Tue Jan 25 23:21:24 MSK 2011
    [    0.000000] CPU: ARMv6-compatible processor [410fb766] revision 6 (ARMv6TEJ), cr=00c5387f
    [    0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
    [    0.000000] Machine: SCH-R880
    [    0.000000] Memory policy: ECC disabled, Data cache writeback
    [    0.000000] CPU S3C6410 (id 0x36410101)
    [    0.000000] S3C Clocks, (c) 2004 Simtec Electronics
    [    0.000000] S3C64XX: PLL settings, A=800000000, M=266000000, E=24000000
    [    0.000000] S3C64XX: HCLKx2=266666666, HCLK=133333333, PCLK=66666666
    [    0.000000] mout_apll: source is fout_apll (1), rate is 800000000
    [    0.000000] mout_epll: source is fout_epll (1), rate is 24000000
    [    0.000000] mout_mpll: source is mpll (1), rate is 266000000
    [    0.000000] mmc_bus: source is mout_epll (0), rate is 24000000
    [    0.000000] mmc_bus: source is mout_epll (0), rate is 24000000
    [    0.000000] mmc_bus: source is mout_epll (0), rate is 24000000
    [    0.000000] usb-host-bus: source is mout_epll (0), rate is 24000000
    [    0.000000] lcd: source is dout_mpll (1), rate is 133000000
    [    0.000000] uclk1: source is dout_mpll (1), rate is 66500000
    [    0.000000] spi-bus: source is mout_epll (0), rate is 24000000
    [    0.000000] spi-bus: source is mout_epll (0), rate is 24000000
    [    0.000000] audio-bus: source is mout_epll (0), rate is 24000000
    [    0.000000] audio-bus: source is mout_epll (0), rate is 24000000
    [    0.000000] irda-bus: source is mout_epll (0), rate is 24000000
    [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 42672
    [    0.000000] Kernel command line: console=ttySAC2,115200 version=Sbl(1.0.0) 2009-10-15 15:30:37
    [    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
    [    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    [    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    [    0.000000] Memory: 168MB = 168MB total
    [    0.000000] Memory: 162176KB available (4456K code, 1468K data, 1768K init, 0K highmem)
    [    0.000000] SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [    0.000000] Hierarchical RCU implementation.
    [    0.000000] NR_IRQS:229
    [    0.000000] VIC @f4000000: id 0x00041192, vendor 0x41
    [    0.000000] VIC @f4010000: id 0x00041192, vendor 0x41
    [    0.000000] Console: colour dummy device 80x30
    [    0.000000] console [ttySAC2] enabled
    [    0.214336] Calibrating delay loop... 797.90 BogoMIPS (lpj=1994752)
    [    0.320125] Mount-cache hash table entries: 512
    [    0.322167] CPU: Testing write buffer coherency: ok
    [    0.326438] KERNEL:magic_number=66262564 SET_UPLOAD_MAGIC_NUMBER
    [    0.332439] (kernel_sec_set_upload_cause) : upload_cause set 0
    [    0.342837] NET: Registered protocol family 16
    [    0.345927] INFOBOWLQ Machine INIT : Board REV 0x0
    [    0.347758] ------------[ cut here ]------------
    [    0.352028] WARNING: at drivers/gpio/gpiolib.c:101 gpio_ensure_requested+0x50/0xcc()
    [    0.359709] autorequest GPIO-131
    [    0.362916] Modules linked in:
    [    0.365996] [<c01c8eb8>] (unwind_backtrace+0x0/0xe4) from [<c01e000c>] (warn_slowpath_common+0x4c/0x80)
    [    0.375330] [<c01e000c>] (warn_slowpath_common+0x4c/0x80) from [<c01e007c>] (warn_slowpath_fmt+0x28/0x38)
    [    0.384865] [<c01e007c>] (warn_slowpath_fmt+0x28/0x38) from [<c032a7f0>] (gpio_ensure_requested+0x50/0xcc)
    [    0.394488] [<c032a7f0>] (gpio_ensure_requested+0x50/0xcc) from [<c032a8f0>] (gpio_direction_output+0x84/0xec)
    [    0.404464] [<c032a8f0>] (gpio_direction_output+0x84/0xec) from [<c000e21c>] (infobowlq_machine_init+0x64/0x29c)
    [    0.414599] [<c000e21c>] (infobowlq_machine_init+0x64/0x29c) from [<c000b89c>] (customize_machine+0x1c/0x2c)
    [    0.424397] [<c000b89c>] (customize_machine+0x1c/0x2c) from [<c01c2384>] (do_one_initcall+0x2c/0x1c0)
    [    0.433582] [<c01c2384>] (do_one_initcall+0x2c/0x1c0) from [<c0008410>] (kernel_init+0xa0/0x118)
    [    0.442343] [<c0008410>] (kernel_init+0xa0/0x118) from [<c01c3ee0>] (kernel_thread_exit+0x0/0x8)
    [    0.451113] ---[ end trace 1b75b31a2719ed1c ]---
    [    0.455820] S3C6410 Power Management, (c) 2008 Samsung Electronics
    [    0.461892] ------------[ cut here ]------------
    [    0.466460] WARNING: at drivers/gpio/gpiolib.c:101 gpio_ensure_requested+0x50/0xcc()
    [    0.474144] autorequest GPIO-129
    [    0.477350] Modules linked in:
    [    0.480426] [<c01c8eb8>] (unwind_backtrace+0x0/0xe4) from [<c01e000c>] (warn_slowpath_common+0x4c/0x80)
    [    0.489762] [<c01e000c>] (warn_slowpath_common+0x4c/0x80) from [<c01e007c>] (warn_slowpath_fmt+0x28/0x38)
    [    0.499303] [<c01e007c>] (warn_slowpath_fmt+0x28/0x38) from [<c032a7f0>] (gpio_ensure_requested+0x50/0xcc)
    [    0.508922] [<c032a7f0>] (gpio_ensure_requested+0x50/0xcc) from [<c032a8f0>] (gpio_direction_output+0x84/0xec)
    [    0.518897] [<c032a8f0>] (gpio_direction_output+0x84/0xec) from [<c000e25c>] (infobowlq_machine_init+0xa4/0x29c)
    [    0.529034] [<c000e25c>] (infobowlq_machine_init+0xa4/0x29c) from [<c000b89c>] (customize_machine+0x1c/0x2c)
    [    0.538831] [<c000b89c>] (customize_machine+0x1c/0x2c) from [<c01c2384>] (do_one_initcall+0x2c/0x1c0)
    [    0.548018] [<c01c2384>] (do_one_initcall+0x2c/0x1c0) from [<c0008410>] (kernel_init+0xa0/0x118)
    [    0.556774] [<c0008410>] (kernel_init+0xa0/0x118) from [<c01c3ee0>] (kernel_thread_exit+0x0/0x8)
    [    0.565522] ---[ end trace 1b75b31a2719ed1d ]---
    [    0.592232] S3C6410: Initialising architecture
    [    0.638868] bio: create slab <bio-0> at 0
    [    0.640604] fsa9480_driver_init
    [    0.646005] Bluetooth: Core ver 2.15
    [    0.646599] NET: Registered protocol family 31
    [    0.648371] Bluetooth: HCI device and connection manager initialized
    [    0.654854] Bluetooth: HCI socket layer initialized
    [    0.660610] Switching to clocksource clock_source_timer2
    [    0.669643] NET: Registered protocol family 2
    [    0.669965] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.676572] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.683900] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.689913] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.695824] TCP reno registered
    [    0.699178] NET: Registered protocol family 1
    [    2.359994] [BT] GPIO_BT_HOST_WAKE = 0
    [    2.360328] [BT] Device Powering ON
    [    2.361686] [BT] GPIO_BT_WLAN_REG_ON = 1
    [    2.515644] [BT] GPIO_BT_RST_N = 1
    [    2.515823] [BT] GPIO_BT_HOST_WAKE = 1
    [    2.517133] [BT] wake_lock timeout = 5 sec
    [    2.521591] [BT] Device Powering OFF
    [    2.524972] [BT] GPIO_BT_RST_N = 0
    [    2.528233] [BT] GPIO_BT_WLAN_REG_ON = 0
    [    2.532932] [BT] GPIO_BT_HOST_WAKE = 0
    [    2.586692] [BT] GPIO_BT_WAKE = 0
    [    2.586728] [BT] wake_unlock(bt_wake_lock)
    [    2.638716] [BT] GPIO_BT_WAKE = 0
    [    2.638747] [BT] wake_unlock(bt_wake_lock)
    [    2.641116] [HEADSET] sec_headset_init
    [    2.644473] [HEADSET] sec_headset_probe
    [    2.648439] SEC HEADSET: Registering headset driver
    [    2.653262] sec_headset_probe IRQ 112 112
    [    2.657239] sec_headset_probe xsecond IRQ 122 122
    [    2.662543] input: sec_headset as /devices/virtual/input/input0
    [    2.668782] SISO:registering switch_sendend switch_dev
    [    2.673587] headset irq request end
    [    2.676613] [HEADSET] ear_switch_change Headset attached, send end enable 2sec after
    [    2.685835] S3C64XX ADC/TS driver, (c) 2009 Samsung Electronics
    [    2.690275] s3c_adcts_probe: irq_adc = 95
    [    2.694226] S3C64XX ADCTS driver successfully probed !
    [    2.699556] kadctsd is started
    [    2.702458] S3C PWM Driver, (c) 2006-2007 Samsung Electronics
    [    2.708493] IRQ 73/s3c-dmac: IRQF_DISABLED is not guaranteed on shared IRQs
    [    2.714991] s3c-dmac: Samsung S3C6410 DMA Controller base address at [phy]:0x75000000, [virt]:0xcb004000, irq 73
    [    2.725128] IRQ 74/s3c-dmac: IRQF_DISABLED is not guaranteed on shared IRQs
    [    2.732017] s3c-dmac: Samsung S3C6410 DMA Controller base address at [phy]:0x75100000, [virt]:0xcb014000, irq 74
    [    2.742193] IRQ 49/s3c-dmac: IRQF_DISABLED is not guaranteed on shared IRQs
    [    2.749094] s3c-dmac: Samsung S3C6410 DMA Controller base address at [phy]:0x7db00000, [virt]:0xcb018000, irq 49
    [    2.759276] IRQ 50/s3c-dmac: IRQF_DISABLED is not guaranteed on shared IRQs
    [    2.766177] s3c-dmac: Samsung S3C6410 DMA Controller base address at [phy]:0x7dc00000, [virt]:0xcb01c000, irq 50
    [    2.784982] ashmem: initialized
    [    2.820305] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    2.821820] ROMFS MTD (C) 2007 Red Hat, Inc.
    [    2.825622] msgmni has been set to 317
    [    2.831983] alg: No test for stdrng (krng)
    [    2.832682] io scheduler noop registered
    [    2.836578] io scheduler anticipatory registered
    [    2.841105] io scheduler deadline registered
    [    2.846208] io scheduler cfq registered (default)
    [    2.850830] S3C_LCD clock got enabled :: 133.000 Mhz
    [    2.867321] Window[0] - FB1: map_video_memory: clear ff000000:00096000
    [    2.870269]             FB1: map_video_memory: dma=5a100000 cpu=ff000000 size=00096000
    [    2.876145] Window[0] - FB2: map_video_memory: clear ff04b000:0004b000
    [    2.882649]             FB2: map_video_memory: dma=5a14b000 cpu=ff04b000 size=0004b000
    [    2.898281] Console: switching to colour frame buffer device 40x30
    [    2.903171] fb0: s3cfb frame buffer device
    [    2.909719] Window[1] - FB1: map_video_memory: clear ff096000:00096000
    [    2.915841]             FB1: map_video_memory: dma=5a200000 cpu=ff096000 size=00096000
    [    2.921654] Window[1] - FB2: map_video_memory: clear ff0e1000:0004b000
    [    2.928159]             FB2: map_video_memory: dma=5a24b000 cpu=ff0e1000 size=0004b000
    [    2.938355] fb1: s3cfb frame buffer device
    [    2.942622] Window[2] - FB1: map_video_memory: clear ff12c000:00096000
    [    2.948679]             FB1: map_video_memory: dma=5a300000 cpu=ff12c000 size=00096000
    [    2.958291] fb2: s3cfb frame buffer device
    [    2.961021] Window[3] - FB1: map_video_memory: clear ff1c2000:00096000
    [    2.967087]             FB1: map_video_memory: dma=57a00000 cpu=ff1c2000 size=00096000
    [    2.975366] fb3: s3cfb frame buffer device
    [    2.979415] Window[4] - FB1: map_video_memory: clear ff258000:00096000
    [    2.985660]             FB1: map_video_memory: dma=57b00000 cpu=ff258000 size=00096000
    [    2.993838] fb4: s3cfb frame buffer device
    [    2.996677] Registered led device: lcd-backlight
    [    3.184960] [HEADSET] send_end_irq_handler  >> 2
    [    3.185102] [HEADSET] send_end_enable_timer_handler enable send_end event, token is 1
    [    3.192425] [HEADSET] sendend_switch_change  >> 2
    [    3.676699] s3c64xx-uart.0: s3c_serial0 at MMIO 0x7f005000 (irq = 16) is a S3C64XX
    [    3.680187] s3c64xx-uart.1: s3c_serial1 at MMIO 0x7f005400 (irq = 20) is a S3C64XX
    [    3.687720] s3c64xx-uart.2: s3c_serial2 at MMIO 0x7f005800 (irq = 24) is a S3C64XX
    [    3.715650] brd: module loaded
    [    3.726031] loop: module loaded
    [    3.726176] pmem: 1 init
    [    3.727293] pmem_render: 0 init
    [    3.730411] pmem_stream: 0 init
    [    3.733469] pmem_stream2: 0 init
    [    3.736855] pmem_preview: 0 init
    [    3.739810] pmem_picture: 0 init
    [    3.743149] pmem_jpeg: 0 init
    [    3.746522] Android kernel panic handler initialized (bind=kpanic)
    [    3.751603] PPP generic driver version 2.4.2
    [    3.756782] PPP Deflate Compression module registered
    [    3.760397] PPP BSD Compression module registered
    [    3.766593] PPP MPPE Compression module registered
    [    3.769751] NET: Registered protocol family 24
    [    3.774360] PPPoL2TP kernel driver, V1.0
    [    3.778144] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256).
    [    3.787315] [ADB_UMS_ACM] string_dev = R880249a7b83
    [    3.790880] [HEADSET] send_end_release_work_handler  >> Released
    [    3.796540] DUN is registerd
    [    3.800480] mass_storage_function_add
    [    3.803216] fsg_probe pdata: c0642aa4
    [    3.807042] android_adb_ums_acm gadget: Number of LUNs=1
    [    3.811662] adb_function_add
    [    3.815501] android_adb_ums_acm gadget: Android Composite USB, version: Jan 25 2011
    [    3.822128] android_adb_ums_acm gadget: android_adb_ums_acm ready
    [    3.829570] mice: PS/2 mouse device common for all mice
    [    3.835506] input: s3c-keypad-rev0020 as /devices/virtual/input/input1
    [    3.840932] s3c-keypad Initialized
    [    3.843604] S3C Keypad Driver
    [    3.905766] input: optjoy_device as /devices/virtual/input/input2
    [    3.910136] S3C RTC, (c) 2004,2006 Simtec Electronics
    [    3.911380] s3c_rtc: tick irq 34, alarm irq 92
    [    3.915835] s3c-rtc s3c-rtc: rtc disabled, re-enabling
    [    3.922515] using rtc device, s3c, for alarms
    [    3.925137] s3c-rtc s3c-rtc: rtc core: registered s3c as rtc0
    [    3.931347] i2c /dev entries driver
    [    3.937870] i2c-gpio i2c-gpio.2: using pins 138 (SDA) and 137 (SCL, no clock stretching)
    [    3.944755] i2c-gpio i2c-gpio.3: using pins 36 (SDA) and 35 (SCL, no clock stretching)
    [    3.951972] i2c-gpio i2c-gpio.4: using pins 1 (SDA) and 0 (SCL, no clock stretching)
    [    3.959660] i2c-gpio i2c-gpio.5: using pins 3 (SDA) and 2 (SCL, no clock stretching)
    [    3.966437] s3c-i2c s3c-i2c.0: slave address 0x10
    [    3.979946] fsa9480_detect
    [    3.980539] [FSA9480] fsa9480_codec_probe
    [    3.989939] [FSA9480] fsa9480_modify Original value is 0x16
    [    3.989953]  [FSA9480] fsa9480_modify modified value is 0xfe
    [    3.991278]  [FSA9480]usb_sel
    [    4.014898]  [FSA9480]pm_check
    [    4.014935]  [FSA9480]available_PM_Set
    [    4.018534] s3c-i2c s3c-i2c.0: i2c-0: S3C I2C adapter
    [    4.022920] s3c-i2c s3c-i2c.1: slave address 0x10
    [    4.029530] s3c-i2c s3c-i2c.1: i2c-1: S3C I2C adapter
    [    4.033538] Linux video capture interface: v2.00
    [    4.044994] Request irq 35 for codec
    [    4.045046] Request irq 36 for preview
    [    4.048658] S3C FIMC v3.0
    [    4.049700] aat1271a_flash_init
    [    4.053877] S3C6400 MFC Driver, (c) 2007 Samsung Electronics
    [    4.062927] S3C6400 MFC driver module init OK.
    [    4.062971] S3C PostProcessor Driver v3.12, (c) 2009 Samsung Electronics
    [    4.069184] [FSA9480]pm_check
    [    4.069195]  [FSA9480]available_PM_Set [FSA9480] find max8698
    [    4.077889] [FSA9480]fsa9480_interrupt
    [    4.077899]  ### FSA9480 interrupt(110) happened! ###
    [    4.086625] GPIO_JACK_INT_N value : 1
    [    4.091366] [FSA9480]mode_switch
    [    4.091378]  [FSA9480]fsa9480_check_usb_connection
    [    4.094990]
    [    4.101064] S3C JPEG Driver, (c) 2007 Samsung Electronics
    [    4.108389] S3C G3D Driver, (c) 2007-2009 Samsung Electronics
    [    4.112280] s3c_g3d version : 0x1050000
    [    4.114716] G3D_RESERVED_MEM_SIZE : 32 MB
    [    4.118829] G3D_CHUNK_SIZE : 1 MB
    [    4.122057] G3D_CHUNK_NUM : 32 (UI_CHUNK:4)
    [    4.126210] 0 th virt_addr = 0xcb000000, phy_addr = 0x5b000000
    [    4.132007] 1 th virt_addr = 0xcb100000, phy_addr = 0x5b100000
    [    4.137825] 2 th virt_addr = 0xcb200000, phy_addr = 0x5b200000
    [    4.143622] 3 th virt_addr = 0xcb300000, phy_addr = 0x5b300000
    [    4.149425] 4 th virt_addr = 0xcb400000, phy_addr = 0x5b400000
    [    4.155247] 5 th virt_addr = 0xcb500000, phy_addr = 0x5b500000
    [    4.161046] 6 th virt_addr = 0xcb600000, phy_addr = 0x5b600000
    [    4.166860] 7 th virt_addr = 0xcb700000, phy_addr = 0x5b700000
    [    4.172656] 8 th virt_addr = 0xcb800000, phy_addr = 0x5b800000
    [    4.178465] 9 th virt_addr = 0xcb900000, phy_addr = 0x5b900000
    [    4.184276] 10 th virt_addr = 0xcba00000, phy_addr = 0x5ba00000
    [    4.190182] 11 th virt_addr = 0xcbb00000, phy_addr = 0x5bb00000
    [    4.196073] 12 th virt_addr = 0xcbc00000, phy_addr = 0x5bc00000
    [    4.201961] 13 th virt_addr = 0xcbd00000, phy_addr = 0x5bd00000
    [    4.207853] 14 th virt_addr = 0xcbe00000, phy_addr = 0x5be00000
    [    4.213754] 15 th virt_addr = 0xcbf00000, phy_addr = 0x5bf00000
    [    4.219645] 16 th virt_addr = 0xcc000000, phy_addr = 0x5c000000
    [    4.225555] 17 th virt_addr = 0xcc100000, phy_addr = 0x5c100000
    [    4.231439] 18 th virt_addr = 0xcc200000, phy_addr = 0x5c200000
    [    4.237336] 19 th virt_addr = 0xcc300000, phy_addr = 0x5c300000
    [    4.243225] 20 th virt_addr = 0xcc400000, phy_addr = 0x5c400000
    [    4.249119] 21 th virt_addr = 0xcc500000, phy_addr = 0x5c500000
    [    4.255029] 22 th virt_addr = 0xcc600000, phy_addr = 0x5c600000
    [    4.260915] 23 th virt_addr = 0xcc700000, phy_addr = 0x5c700000
    [    4.266814] 24 th virt_addr = 0xcc800000, phy_addr = 0x5c800000
    [    4.272701] 25 th virt_addr = 0xcc900000, phy_addr = 0x5c900000
    [    4.278594] 26 th virt_addr = 0xcca00000, phy_addr = 0x5ca00000
    [    4.284494] 27 th virt_addr = 0xccb00000, phy_addr = 0x5cb00000
    [    4.290412] 28 th virt_addr = 0xccc00000, phy_addr = 0x5cc00000
    [    4.296298] 29 th virt_addr = 0xccd00000, phy_addr = 0x5cd00000
    [    4.302179] 30 th virt_addr = 0xcce00000, phy_addr = 0x5ce00000
    [    4.308077] 31 th virt_addr = 0xccf00000, phy_addr = 0x5cf00000
    [    4.316317]  S3C G2D  Init : Done
    [    4.317231] S3C CMM Driver, (c) 2008 Samsung Electronics
    [    4.323711] s3c_bat_init
    [    4.325283] infobowlq-battery infobowlq-battery: s3c_bat_probe
    [    4.336459] fg_rcomp_init, rcomp_data[0] : 0xb0
    [    4.389933] [FSA9480] control(0x1e) int1(0x0) adc(0x16) dev1(0x8) dev2(0x0) man1(0x24) man2(0x0) pwr(2)
    [    4.393704] [FSA9480] AUTO MODE.. d1:0x08, d2:0x00
    [    4.398504] [FSA9480]fsa9480_s3c_udc_off
    [    4.398515]
    [    4.846447] infobowlq-battery infobowlq-battery: s3c_bat_check_v_f: Unauthorized battery!
    [    4.851246] infobowlq-battery infobowlq-battery: s3c_set_chg_en: gpio_chg_en(1) / Charger OFF
    [    4.857706] infobowlq-battery infobowlq-battery: s3c_set_time_for_charging: reset abs timer
    [    4.866046] [FSA9480]get_usb_power_state : usb_power = 0
    [    4.866057]  [FSA9480]get_usb_power_state : usb_power=0,taconnection=0
    [    6.869929]
    [    6.870912] infobowlq-battery infobowlq-battery: s3c_cable_check_status: Unhealth battery state!
    [    6.881917] infobowlq-battery infobowlq-battery: s3c_set_chg_en: gpio_chg_en(1) / Charger OFF
    [    6.888373] infobowlq-battery infobowlq-battery: s3c_set_time_for_charging: reset abs timer
    [    6.907044] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
    [    6.910945] device-mapper: multipath: version 1.1.0 loaded
    [    6.915434] device-mapper: multipath round-robin: version 1.0.0 loaded
    [    6.921876] device-mapper: multipath queue-length: version 0.1.0 loaded
    [    6.928465] device-mapper: multipath service-time: version 0.2.0 loaded
    [    6.936861] Bluetooth: Virtual HCI driver ver 1.3
    [    6.940740] Bluetooth: HCI UART driver ver 2.2
    [    6.944147] Bluetooth: HCI H4 protocol initialized
    [    6.948954] Bluetooth: HCI BCSP protocol initialized
    [    6.953848] Bluetooth: HCILL protocol initialized
    [    6.958525] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
    [    6.965393] cpuidle: using governor ladder
    [    6.968200] cpuidle: using governor menu
    [    6.973531] sdhci: Samsung S3C6410 SD/MMC driver
    [    6.977467] s3c-sdhci s3c-sdhci.0: clock source 0: hsmmc (133333333 Hz)
    [    6.983414] s3c-sdhci s3c-sdhci.0: clock source 1: hsmmc (133333333 Hz)
    [    6.989969] s3c-sdhci s3c-sdhci.0: clock source 2: hsmmc (133333333 Hz)
    [    6.997628] kimhyuns sdhci_irq_cd lock 1
    [    7.000450] sdhci: TFLASH_EN ON
    [    7.003563] CARD DETECTION = 1
    [    7.007745] Registered led device: mmc0::
    [    7.011175] mmc0: SDHCI controller on samsung-hsmmc [s3c-sdhci.0] using PIO
    [    7.017756] s3c-sdhci s3c-sdhci.2: clock source 0: hsmmc (133333333 Hz)
    [    7.024228] s3c-sdhci s3c-sdhci.2: clock source 1: hsmmc (133333333 Hz)
    [    7.030766] s3c-sdhci s3c-sdhci.2: clock source 2: hsmmc (133333333 Hz)
    [    7.038432] Registered led device: mmc1::
    [    7.041866] mmc1: SDHCI controller on samsung-hsmmc [s3c-sdhci.2] using PIO
    [    7.058793] [KR3DM] ********** kr3dm_accelerometer_probe =====================
    [    7.062136] [KR3DM] ********** i2c_acc_kr3dm_init =====================
    [    7.068513] [KR3DM] ********** kr3dm_init =====================
    [    7.072972] [KR3DM] i2c_acc_kr3dm_read >>>>>>>>>>>>>>>>>>>>>>>error1<<<<<<<<<<<<<<<<<<
    [    7.080836] [KR3DM] i2c_acc_kr3dm_read >>>>>>>>>>>>>>>>>>>>>>>error1<<<<<<<<<<<<<<<<<<
    [    7.088682] [KR3DM] i2c_acc_kr3dm_read >>>>>>>>>>>>>>>>>>>>>>>error1<<<<<<<<<<<<<<<<<<
    [    7.096589] [KR3DM] i2c_acc_kr3dm_read >>>>>>>>>>>>>>>>>>>>>>>error1<<<<<<<<<<<<<<<<<<
    [    7.104458] [KR3DM] i2c_acc_kr3dm_read >>>>>>>>>>>>>>>>>>>>>>>error1<<<<<<<<<<<<<<<<<<
    [    7.112366] [KR3DM] i2c_acc_kr3dm_read >>>>>>>>>>>>>>>>>>>>>>>error1<<<<<<<<<<<<<<<<<<
    [    7.120239] [KR3DM] i2c_acc_kr3dm_read >>>>>>>>>>>>>>>>>>>>>>>error1<<<<<<<<<<<<<<<<<<
    [    7.128124] [KR3DM] i2c_acc_kr3dm_read >>>>>>>>>>>>>>>>>>>>>>>error1<<<<<<<<<<<<<<<<<<
    [    7.136014] [KR3DM] i2c_acc_kr3dm_read >>>>>>>>>>>>>>>>>>>>>>>error1<<<<<<<<<<<<<<<<<<
    [    7.145664] [AK8973B] this_client is NULL
    [    7.150668] logger: created 256K log 'log_main'
    [    7.153352] logger: created 256K log 'log_events'
    [    7.158615] logger: created 256K log 'log_radio'
    [    7.162750] logger: created 64K log 'log_system'
    [    7.167403] Advanced Linux Sound Architecture Driver Version 1.0.21.
    [    7.178496] No device for DAI AK4671
    [    7.178543] No device for DAI s3c-i2s
    [    7.180895] AK4671 Audio Codec 0.2
    [    7.185436] sound_tty procfs initialised
    [    7.187379] sound_tty procfs initialised
    [    7.191649] [HEADSET] send_end_irq_handler  >> 1
    [    7.196943] asoc: AK4671 <-> s3c-i2s mapping ok
    [    7.201257] [HEADSET] sendend_switch_change  >> 1
    [    7.225256] [ ak4671.c (set_registers,975) ] Set Audio PATH : 0x02
    [    7.225270]
    [    7.240187] [HEADSET] get_headset_status  headset_status 1
    [    7.266029] [android_ak4671] android_snd_device add fail
    [    7.266076] ALSA device list:
    [    7.268783]   #0: android (AK4671)
    [    7.273125] Netfilter messages via NETLINK v0.30.
    [    7.277040] nf_conntrack version 0.5.0 (2536 buckets, 10144 max)
    [    7.284515] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
    [    7.290277] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
    [    7.298138] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
    [    7.304702] xt_time: kernel timezone is -0000
    [    7.308711] IPv4 over IPv4 tunneling driver
    [    7.314313] GRE over IPv4 tunneling driver
    [    7.318156] ip_tables: (C) 2000-2006 Netfilter Core Team
    [    7.322415] TCP cubic registered
    [    7.329399] NET: Registered protocol family 10
    [    7.331710] IPv6 over IPv4 tunneling driver
    [    7.335332] NET: Registered protocol family 17
    [    7.338409] Bluetooth: L2CAP ver 2.14
    [    7.341987] Bluetooth: L2CAP socket layer initialized
    [    7.347010] Bluetooth: SCO (Voice Link) ver 0.6
    [    7.351512] Bluetooth: SCO socket layer initialized
    [    7.357082] Bluetooth: RFCOMM TTY layer initialized
    [    7.361312] Bluetooth: RFCOMM socket layer initialized
    [    7.366359] Bluetooth: RFCOMM ver 1.11
    [    7.371988] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
    [    7.383338] mmc0: new high speed SDHC card at address 7323
    [    7.384011] Filed to request GPIO_TOUCH_EN!
    [    7.688939] blk_queue_max_sectors: set to minimum 8
    [    7.689331] mmcblk0: mmc0:7323 SD04G 3.69 GiB
    [    7.693054]  mmcblk0: p1 p2
    [    7.704980] i2c_smbus_read_byte_data failed
    [    7.705024] melfas_ts_probe: Firmware Version fffffffa
    [    7.714916] i2c_smbus_read_word_data failed
    [    7.724903] i2c_smbus_read_word_data failed
    [    7.724968] melfas_ts_probe: max_x 320, max_y 480
    [    7.728790] input: melfas_ts_input as /devices/virtual/input/input3
    [    7.736166] melfas_ts_probe: Start touchscreen melfas_ts_input
    [    7.740963] s3c-rtc s3c-rtc: setting system clock to 2011-01-25 20:26:12 UTC (1295987172)
    [    7.748998] Freeing init memory: 1768K
    [    7.752287] Warning: unable to open an initial console.
    [    7.758039] melfas_ts_work_func: i2c_transfer failed
    [    7.801821] init: /init.rc: 276: user option requires a user id
    [    7.804964] [HEADSET] send_end_press_work_handler  >> Pressed
    [    8.700568] init: cannot open '/initlogo.rle'
    [    8.712555] xsr: module license 'Samsung Proprietary' taints kernel.
    [    8.713280] Disabling lock debugging due to kernel taint
    [    8.759026] [ONLD] =============== OCLD local mode ===============
    [    8.759671] [ONLD] LLD VERSION : OCLD_v1.0.0_XSR1.5.2p4_Linux_090427
    [    8.766187] [ONLD] OND_TRANS_MODE = 0x2 with    CacheRead
    [    8.771612] [ONLD] Enable  ONENANDCON_READ_FULL_SECTOR
    [    8.776788] [ONLD] Disable ONENANDCON_WRITE_FULL_SECTOR
    [    8.782063] [ONLD] Enable  DEFERRED_CHK
    [    8.785967] [ONLD] ===============================================
    [    8.843582] [BBM:   ]  << DevNO:0 MAPPING INFORMATION >>
    [    8.843624] [BBM:   ]   Bad Mark Information
    [    8.847738] [BBM:   ]      - Bad Mark (0x22) by write error
    [    8.853380] [BBM:   ]      - Bad Mark (0x11) by erase error
    [    8.858993] [BBM:   ]   pstDev->n1stSbnOfULArea = 0
    [    8.864030] [BBM:   ]   000: Sbn[1298] ==> Rbn[4014] / UnLocked / BadMark:0x00
    [    8.871234] [BBM:   ]   << Total : 1 BAD-MAPPING INFORMATION >>
    [    8.894836] XSR: Registered BML Driver.
    [    8.924529] pdp_activate, id: 1
    [    8.926499] ttyCSD(id: 1) serial device is created.
    [    8.926893] pdp_activate, id: 7
    [    8.931961] ttyCDMA(id: 7) serial device is created.
    [    8.935075] pdp_activate, id: 9
    [    8.940437] ttyTRFB(id: 9) serial device is created.
    [    8.943301] [OneDRAM] PHONE_ACTIVE level: LOW , sem: 1, phone_sync: 0
    [    8.999602] [BIF:WRN] BML_Init is already called
    [    9.050408] [BBM:   ]  << DevNO:0 MAPPING INFORMATION >>
    [    9.050449] [BBM:   ]   Bad Mark Information
    [    9.054511] [BBM:   ]      - Bad Mark (0x22) by write error
    [    9.060217] [BBM:   ]      - Bad Mark (0x11) by erase error
    [    9.065821] [BBM:   ]   pstDev->n1stSbnOfULArea = 0
    [    9.070845] [BBM:   ]   000: Sbn[1298] ==> Rbn[4014] / UnLocked / BadMark:0x00
    [    9.078057] [BBM:   ]   << Total : 1 BAD-MAPPING INFORMATION >>
    [    9.100583] XSR: Registered STL Driver.
    [    9.188676] [BBM:   ]  << DevNO:0 MAPPING INFORMATION >>
    [    9.188719] [BBM:   ]   Bad Mark Information
    [    9.192843] [BBM:   ]      - Bad Mark (0x22) by write error
    [    9.198454] [BBM:   ]      - Bad Mark (0x11) by erase error
    [    9.204088] [BBM:   ]   pstDev->n1stSbnOfULArea = 0
    [    9.209116] [BBM:   ]   000: Sbn[1298] ==> Rbn[4014] / UnLocked / BadMark:0x00
    [    9.216318] [BBM:   ]   << Total : 1 BAD-MAPPING INFORMATION >>
    [    9.236530] [VIBETONZ] vibetonz_start :
    [    9.236572] Failed to request GPIO_VIB_EN!
    [    9.304209] [BBM:   ]  << DevNO:0 MAPPING INFORMATION >>
    [    9.304251] [BBM:   ]   Bad Mark Information
    [    9.308373] [BBM:   ]      - Bad Mark (0x22) by write error
    [    9.314007] [BBM:   ]      - Bad Mark (0x11) by erase error
    [    9.319629] [BBM:   ]   pstDev->n1stSbnOfULArea = 0
    [    9.324647] [BBM:   ]   000: Sbn[1298] ==> Rbn[4014] / UnLocked / BadMark:0x00
    [    9.331861] [BBM:   ]   << Total : 1 BAD-MAPPING INFORMATION >>
    [    9.438547] rfs_build_sb[338]: invalid boot sector signature (aa55 != 0)
    [    9.493930] [BBM:   ]  << DevNO:0 MAPPING INFORMATION >>
    [    9.493973] [BBM:   ]   Bad Mark Information
    [    9.498101] [BBM:   ]      - Bad Mark (0x22) by write error
    [    9.503709] [BBM:   ]      - Bad Mark (0x11) by erase error
    [    9.509343] [BBM:   ]   pstDev->n1stSbnOfULArea = 0
    [    9.514374] [BBM:   ]   000: Sbn[1298] ==> Rbn[4014] / UnLocked / BadMark:0x00
    [    9.521576] [BBM:   ]   << Total : 1 BAD-MAPPING INFORMATION >>
    [    9.638823] [STL:ERR] Partition is already opened (Vol 0, Part 4)
    [    9.772634] rfs_build_sb[338]: invalid boot sector signature (aa55 != 0)
    [    9.937359] [STL:ERR] Partition is already opened (Vol 0, Part 5)
    [   10.012246] rfs_build_sb[338]: invalid boot sector signature (aa55 != 0)
    [   10.075617] EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
    [   10.081877] [STL:ERR] Partition is already opened (Vol 0, Part 6)
    [   10.139174] __log_replay[1141]: RFS_SUBLOG_COMMIT (0,8a:0a)
    [   10.139527] rfs_fill_super[200]: RFS successfully mounted [8a:0a]
    [   10.161559] [UART Switch] Path : PDA
    [   10.204603] [FSA9480]usb_sel_store
    [   10.204621]  [FSA9480]usb_switch_mode
    [   10.204660]  [FSA9480] Path : PDA
    [   10.209357] [FSA9480]usb_sel
    [   10.209371]  [adb_function_enable] adb_function => (enabled)
    [   10.337440] [acm_function_enable] acm_function => (enabled)
    [   10.341666] [s3c_udc_pullup] is_on[0]
    [   10.345279] [s3c_udc_power_down] skipped , already powered off
    [   10.352501] bcmsdh_sdmmc : sdio_function_init Enter
    [   10.355963] [WIFI] Device powering ON
    [   10.359538] configuring sdio in s3c_WLAN_SDIO_on
    [   10.364192] configuring sdio data lines in s3c_WLAN_SDIO_on
    [   10.369730] [WIFI] GPIO_BT_WLAN_REG_ON = 1
    [   10.374386] [s3c_udc_pullup] is_on[1]
    [   10.377553] [FSA9480]fsa9480_check_usb_connection
    [   10.377566]  [FSA9480] control(0x1e) int1(0x0) adc(0x16) dev1(0x8) dev2(0x0) man1(0x24) man2(0x0) pwr(0)
    [   10.462384] [FSA9480] AUTO MODE.. d1:0x08, d2:0x00
    [   10.519922] [WIFI] GPIO_WLAN_RST_N = 1
    [   10.519962] sdhci_s3c_force_presence_change : sdhci_s3c_force_presence_change called
    [   10.526355] bcmsdh_sdmmc : register_driver error: 0
    [   10.530792] bcmsdh_sdmmc : register_hwakeup
    [   10.534912] dhd_register_hwakeup : start
    [   10.538610] [WIFI] dhd_hostwakeup_isr: gpio-> 0
    [   10.538618]  dhd_register_hwakeup : set_irq_type
    [   10.547958] dhd_register_hwakeup : return ret(0)
    [   10.552590] register_mmc_card_pm: [WIFI] Callbacks registered successfully.
    [   10.559615] bcmsdh_sdmmc : return error: 0
    [   10.563675]
    [   10.563682] Dongle Host Driver, version 4.217.95.1
    [   10.563689] Compiled in drivers/net/wireless/bcm4325/src on Dec 25 2010 at 11:21:37
    [   10.772562] mmc1: new SDIO card at address 0001
    [   10.773844] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
    [   10.776308] sdio_bcmsdh: func->class=0
    [   10.780019] sdio_vendor: 0x02d0
    [   10.783073] sdio_device: 0x0492
    [   10.786230] Function#: 0x0001
    [   10.790387] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
    [   10.793957] sdio_bcmsdh: func->class=0
    [   10.797697] sdio_vendor: 0x02d0
    [   10.800798] sdio_device: 0x0492
    [   10.803890] Function#: 0x0002
    [   10.806973] sdioh_attach
    [   10.810572] F1 signature read @0x18000000=0x5264325
    [   10.816550] DHD: dongle ram size is set to 393216(orig 393216)
    [   10.822692] _dhdsdio_download_firmware: dongle image file download failed
    [   10.826993] dhd_bus_start: dhdsdio_probe_download failed. firmware = /system/etc/rtecdc.bin nvram = /system/etc/nvram.txt
    [   10.837799] dhdsdio_probe: failed
    [   10.842890] unregister_mmc_card_pm: [WIFI] Unregistering suspend/resume callbacks.
    [   10.849480] [WIFI] Device powering OFF
    [   10.852562] [WIFI] GPIO_WLAN_RST_N = 0
    [   10.856245] [WIFI] GPIO_BT_WLAN_REG_ON = 0
    [   10.860477] sdhci_s3c_force_presence_change : sdhci_s3c_force_presence_change called
    [   10.868181] dhd_module_init: sdio_register_driver failed with -19
    [   11.066172] mmc1: card 0001 removed

  2. [translate]    #12
    Administrator
    Join Date
    Dec 2009
    Location
    Moscow, Russia
    Posts
    3,727

    Default

    did you use 'init' from spica initramfs?
    Twitter | Devices: Samsung Spica i5700 - SamdroidMod 2.0.1 Froyo | Nexus One - Android 2.2 Froyo | Nexus S CyanogenMod 7.1
    If you like my stuff, buy me a beer!

  3. [translate]    #13
    Senior Member
    Join Date
    Jul 2010
    Location
    Poland
    Posts
    218

    Default

    Quote Originally Posted by LeshaK View Post
    did you use 'init' from spica initramfs?
    Yes.

  4. [translate]    #14
    Senior Member
    Join Date
    May 2010
    Location
    Hungary
    Posts
    722

    Default

    In my 2.6.32 tree there's 100% working keyboard driver and "I hope it's working" TS driver. Try it

    Sent from my GT-I5700 using Tapatalk

  5. [translate]    #15
    Senior Member
    Join Date
    Jul 2010
    Location
    Poland
    Posts
    218

    Default

    Quote Originally Posted by criminal View Post
    In my 2.6.32 tree there's 100% working keyboard driver and "I hope it's working" TS driver. Try it
    I'll certainly do when I get a chance to play with Spica more

  6. [translate]    #16
    Senior Member
    Join Date
    Jul 2010
    Location
    Poland
    Posts
    218

    Default

    Hi criminal,

    I've got a chance to try your suggestions ...

    Quote Originally Posted by criminal View Post
    In my 2.6.32 tree there's 100% working keyboard driver
    It's 2.6.29 keyboard driver. I've verified "long ago" that it doesn't work with CONFIG_MACH_INFOBOWLQ.
    Your sources use CONFIG_MACH_SPICA and Spica machine initialisation code. I tried Acclaim's way of board
    initalisation (the other way - as I described in my first post).

    Quote Originally Posted by criminal View Post
    and "I hope it's working" TS driver.
    Unfortunately it doesn't work. Below is the log :

    Code:
    [    6.853007] GT-i5700 (Atmel AT42QT5480) touchscreen driver (v2.4)
    [    6.853468]  (C) 2009 Samsung Electronics Co. Ltd.
    [    6.858387]  (C) 2010 Lambertus Gorter (multitouch)
    [    6.863196] Filed to request GPIO_TOUCH_EN!
    [    6.986654] ###################################################
    [    6.986941] ##                                               ##
    [    6.992983] ##    WARNING! TOUCHSCREEN DRIVER CAN'T WORK.    ##
    [    6.998807] ##    PLEASE CHECK YOUR TOUCHSCREEN CONNECTOR!   ##
    [    7.004682] ##                                               ##
    [    7.010575] ###################################################
    It seems there is a problem with conversion to a new driver's initialisation model or probe is not called.
    Or something else .


    EDIT:
    I've forced QT5480 I2C module probing, but now I get :

    Code:
    [    6.822832] GT-i5700 (Atmel AT42QT5480) touchscreen driver (v2.4)
    [    6.823292]  (C) 2009 Samsung Electronics Co. Ltd.
    [    6.828214]  (C) 2010 Lambertus Gorter (multitouch)
    [    6.833022] Filed to request GPIO_TOUCH_EN!
    [    6.956277] [QT5480]:[qt5480_i2c_probe] called
    [    6.976178] [QT5480]:[qt5480_check_chip_id] write LP Register address failed(-6)!
    [    6.986166] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    [    7.101147] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    [    7.216167] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    [    7.331157] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    [    7.446162] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    [    7.561123] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    [    7.676129] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    [    7.791130] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    [    7.906140] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    [    8.021156] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    So probably I did somethng wrong .
    Last edited by gotenks; 01-28-2011 at 11:31 AM.

  7. [translate]    #17
    Senior Member
    Join Date
    Jun 2010
    Location
    Hungary
    Posts
    214

    Default

    I'm not a dev and I don't have sources also...but why not use some Intercept sources? It has identical hardware as acclaim and spica...

  8. [translate]    #18
    Senior Member
    Join Date
    Aug 2010
    Location
    PL
    Posts
    406

    Default

    I guess we don't have Intercept sources...?

  9. [translate]    #19
    Senior Member
    Join Date
    Feb 2010
    Location
    Singapore
    Posts
    890

    Default

    Quote Originally Posted by petikeke View Post
    I'm not a dev and I don't have sources also...but why not use some Intercept sources? It has identical hardware as acclaim and spica...
    criminal's been working on it ... CyanogenMod-6.1.0-Spica-alpha8 - Discussion/Feedback/Bug reports


  10. [translate]    #20
    Senior Member
    Join Date
    Jul 2010
    Location
    Poland
    Posts
    218

    Default

    A small update on my "dancing with 2.6.32 kernel from Acclaim" .

    I was able to boot 2.6.32 Acclaim's kernel and to see my Eclair's initial lockscreen, but ...

    1. I could not get QT5480 module to detect the chip (as you could see ealier in this thread). I have no idea what I did wrong. The problem seems to be related somehow to I2C, but I don't know how it is related. So the touchscreen does not work.

    2. Sensors are not working. KR3DM does not report errors but it doesn't work. I guess it is required to port BMA020 to 2.6.32 I2C driver model, to get accelerometer working. AK8973B does not work also - it seems to have problems with probing - I suspect that they are similar to QT5480 I2C problems, but I am not sure.

    3. Phone is not working at all. The reason is probably the fact that I used dpram from Acclaim (which obviously doesn't make any sense ). It is required to deeply analize if Acclaim's module can be used with Spica, or if it is better to port original Spica one.

    4. Vibrator seems to not work, although locat suggests that it should.

    ... more ???



    Things that seem to work :

    1. Acclaim's xsr/rfs related modules - at least partitions are mounted correctly
    2. LCD/Keyboard
    3. USB
    4. dmesg suggets that sound should work, but I forgot to test it .

    Couldn't test camera, etc ...

    All the above was achieved by "mixing" CONFIG_MACH_INFOBOWLQ with original 2.6.29 CONFIG_MACH_SPICA. It means I had to take GPIO definitions from Spica, but the rest from Infobowlq. A couple of of Infobowlq files had to be "fixed" .

    Here is a dmesg :

    Code:
    <5>[    0.000000] Linux version 2.6.32.9 (spica@spica-dev) (gcc version 4.3.4 (crosstool-NG-1.7.0) ) #1 Fri Feb 4 20:07:00 MSK 2011
    <4>[    0.000000] CPU: ARMv6-compatible processor [410fb766] revision 6 (ARMv6TEJ), cr=00c5387f
    <4>[    0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
    <4>[    0.000000] Machine: SCH-R880
    <4>[    0.000000] Memory policy: ECC disabled, Data cache writeback
    <7>[    0.000000] On node 0 totalpages: 43008
    <7>[    0.000000] free_area_init_node: node 0, pgdat c0669390, node_mem_map c079b000
    <7>[    0.000000]   DMA zone: 336 pages used for memmap
    <7>[    0.000000]   DMA zone: 0 pages reserved
    <7>[    0.000000]   DMA zone: 42672 pages, LIFO batch:7
    <4>[    0.000000] CPU S3C6410 (id 0x36410101)
    <7>[    0.000000] s3c6410_init_clocks: initialising clocks
    <6>[    0.000000] S3C Clocks, (c) 2004 Simtec Electronics
    <7>[    0.000000] s3c64xx_setup_clocks: registering clocks
    <7>[    0.000000] s3c64xx_setup_clocks: clkdiv0 = 00003510
    <7>[    0.000000] s3c64xx_setup_clocks: xtal is 12000000
    <6>[    0.000000] S3C64XX: PLL settings, A=800000000, M=266000000, E=24000000
    <6>[    0.000000] S3C64XX: HCLKx2=266666666, HCLK=133333333, PCLK=66666666
    <6>[    0.000000] mout_apll: source is fout_apll (1), rate is 800000000
    <6>[    0.000000] mout_epll: source is fout_epll (1), rate is 24000000
    <6>[    0.000000] mout_mpll: source is mpll (1), rate is 266000000
    <6>[    0.000000] mmc_bus: source is mout_epll (0), rate is 24000000
    <6>[    0.000000] mmc_bus: source is mout_epll (0), rate is 24000000
    <6>[    0.000000] mmc_bus: source is mout_epll (0), rate is 24000000
    <6>[    0.000000] usb-host-bus: source is mout_epll (0), rate is 24000000
    <7>[    0.000000] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <6>[    0.000000] lcd: source is dout_mpll (1), rate is 133000000
    <7>[    0.000000] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <6>[    0.000000] uclk1: source is dout_mpll (1), rate is 66500000
    <6>[    0.000000] spi-bus: source is mout_epll (0), rate is 24000000
    <6>[    0.000000] spi-bus: source is mout_epll (0), rate is 24000000
    <6>[    0.000000] audio-bus: source is mout_epll (0), rate is 24000000
    <6>[    0.000000] audio-bus: source is mout_epll (0), rate is 24000000
    <6>[    0.000000] irda-bus: source is mout_epll (0), rate is 24000000
    <4>[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 42672
    <5>[    0.000000] Kernel command line: console=ttySAC2,115200 version=Sbl(1.0.0) 2009-10-15 15:30:37
    <6>[    0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
    <6>[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
    <6>[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
    <6>[    0.000000] Memory: 168MB = 168MB total
    <5>[    0.000000] Memory: 162260KB available (4396K code, 1459K data, 1768K init, 0K highmem)
    <6>[    0.000000] SLUB: Genslabs=11, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    <6>[    0.000000] Hierarchical RCU implementation.
    <6>[    0.000000] NR_IRQS:229
    <7>[    0.000000] s3c64xx_init_irq: initialising interrupts
    <6>[    0.000000] VIC @f4000000: id 0x00041192, vendor 0x41
    <6>[    0.000000] VIC @f4010000: id 0x00041192, vendor 0x41
    <4>[    0.000000] Console: colour dummy device 80x30
    <7>[    0.000000] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <7>[    0.000000] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <7>[    0.000000] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <7>[    0.000000] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <6>[    0.000000] console [ttySAC2] enabled
    <6>[    0.214250] Calibrating delay loop... 797.90 BogoMIPS (lpj=1994752)
    <4>[    0.320128] Mount-cache hash table entries: 512
    <6>[    0.322170] CPU: Testing write buffer coherency: ok
    <0>[    0.326430] KERNEL:magic_number=66262564 SET_UPLOAD_MAGIC_NUMBER
    <0>[    0.332430] (kernel_sec_set_upload_cause) : upload_cause set 0
    <6>[    0.342878] NET: Registered protocol family 16
    <4>[    0.345568] INFOBOWLQ Machine INIT : Board REV 0x0
    <4>[    0.368531] S3C6410 Power Management, (c) 2008 Samsung Electronics
    <4>[    0.369957] ******************************************
    <6>[    0.374348] GPA2 USB_SEL->function:1, pull up/down:0
    <6>[    0.379179] GPA3 MSENSE_RST->function:1, pull up/down:0
    <6>[    0.384367] GPB0 AP_RXD->function:2, pull up/down:1
    <6>[    0.389215] GPB1 AP_TXD->function:2, pull up/down:1
    <6>[    0.394069] GPB4 TOUCH_EN->function:1, pull up/down:0
    <6>[    0.399096] GPB5 AP_SCL_3.0V->function:0, pull up/down:0
    <6>[    0.404382] GPB6 AP_SDA_3.0V->function:0, pull up/down:0
    <6>[    0.409672] GPC1 HM_CLK->function:1, pull up/down:0
    <6>[    0.414526] GPC1 HM_MOSI->function:1, pull up/down:0
    <6>[    0.419468] GPC3 HM_NCS->function:1, pull up/down:0
    <6>[    0.424322] GPC4 WLAN_CMD->function:0, pull up/down:0
    <6>[    0.429351] GPC6 WLAN_WAKE->function:1, pull up/down:0
    <6>[    0.434466] GPC7 BT_WAKE->function:1, pull up/down:0
    <6>[    0.439408] GPD1 BT_WLAN_REG_ON->function:1, pull up/down:0
    <6>[    0.444958] GPE0 BT_RESET->function:1, pull up/down:0
    <6>[    0.449985] GPE1 BOOT->function:0, pull up/down:0
    <6>[    0.454666] GPE2 WLAN_RESET->function:1, pull up/down:0
    <6>[    0.459868] GPE3 PWR_I2C_SCL->function:0, pull up/down:0
    <6>[    0.465156] GPE4 PWR_I2C_SDA->function:0, pull up/down:0
    <6>[    0.470446] GPF3 CAM_3M_nRST->function:1, pull up/down:0
    <6>[    0.475736] GPG1 T_FLASH_CMD->function:0, pull up/down:0
    <6>[    0.481020] GPG2 T_FLASH_D(0)->function:0, pull up/down:0
    <6>[    0.486396] GPG3 T_FLASH_D(1)->function:0, pull up/down:0
    <6>[    0.491769] GPG4 T_FLASH_D(2)->function:0, pull up/down:0
    <6>[    0.497144] GPG5 T_FLASH_D(3)->function:0, pull up/down:0
    <6>[    0.502521] GPH0->function:0, pull up/down:0
    <6>[    0.506766] GPH1->function:0, pull up/down:0
    <6>[    0.511013] GPH2->function:0, pull up/down:0
    <6>[    0.515261] GPH3->function:0, pull up/down:0
    <6>[    0.519495] GPH4->function:1, pull up/down:1
    <6>[    0.523761] GPH6 WLAN_DATA(0)->function:0, pull up/down:0
    <6>[    0.529134] GPH7 WLAN_DATA(1)->function:0, pull up/down:0
    <6>[    0.534509] GPH8 WLAN_DATA(2)->function:0, pull up/down:0
    <6>[    0.539884] GPH9 WLAN_DATA(3)->function:0, pull up/down:0
    <6>[    0.545261] GPI2 LCD_D(0)->function:2, pull up/down:0
    <6>[    0.550289] GPI3 LCD_D(1)->function:2, pull up/down:0
    <6>[    0.555316] GPI4 LCD_D(2)->function:2, pull up/down:0
    <6>[    0.560344] GPI5 LCD_D(3)->function:2, pull up/down:0
    <6>[    0.565373] GPI6 LCD_D(4)->function:2, pull up/down:0
    <6>[    0.570400] GPI7 LCD_D(5)->function:2, pull up/down:0
    <6>[    0.575431] GPI10 LCD_D(6)->function:2, pull up/down:0
    <6>[    0.580545] GPI11 LCD_D(7)->function:2, pull up/down:0
    <6>[    0.585659] GPI12 LCD_D(8)->function:2, pull up/down:0
    <6>[    0.590774] GPI13 LCD_D(9)->function:2, pull up/down:0
    <6>[    0.595888] GPI14 LCD_D(10)->function:2, pull up/down:0
    <6>[    0.601091] GPI15 LCD_D(11)->function:2, pull up/down:0
    <6>[    0.606293] GPJ2 LCD_D(12)->function:2, pull up/down:0
    <6>[    0.611407] GPJ3 LCD_D(13)->function:2, pull up/down:0
    <6>[    0.616521] GPJ4 LCD_D(14)->function:2, pull up/down:0
    <6>[    0.621636] GPJ5 LCD_D(15)->function:2, pull up/down:0
    <6>[    0.626750] GPJ6 LCD_D(16)->function:2, pull up/down:0
    <6>[    0.631866] GPJ7 LCD_D(17)->function:2, pull up/down:0
    <6>[    0.636980] GPJ8 LCD_HSYNC->function:2, pull up/down:0
    <6>[    0.642095] GPJ9 LCD_VSYNC->function:2, pull up/down:0
    <6>[    0.647210] GPJ10 LCD_DE->function:2, pull up/down:0
    <6>[    0.652152] GPJ11 LCD_MCLK->function:2, pull up/down:0
    <6>[    0.657268] GPK0 TA_EN->function:1, pull up/down:0
    <6>[    0.662037] GPK1 AUDIO_EN->function:1, pull up/down:0
    <6>[    0.667066] GPK2 PHONE_ON->function:1, pull up/down:0
    <6>[    0.672094] GPK3 MICBIAS_EN->function:1, pull up/down:0
    <6>[    0.677293] GPK4 UART_SEL->function:1, pull up/down:0
    <6>[    0.682322] GPK5 FM_nRST->function:1, pull up/down:0
    <6>[    0.687262] GPK6 CAM_EN->function:1, pull up/down:0
    <6>[    0.692119] GPK7 nMSM_RST->function:1, pull up/down:0
    <6>[    0.697147] GPK8 KBR(0)->function:0, pull up/down:0
    <6>[    0.702000] GPK9 KBR(1)->function:0, pull up/down:0
    <6>[    0.706857] GPK10 KBR(2)->function:0, pull up/down:0
    <6>[    0.711797] GPK11 KBR(3)->function:0, pull up/down:0
    <6>[    0.716740] GPK12 KBR(4)->function:1, pull up/down:0
    <6>[    0.721681] GPK13 KBR(5)->function:1, pull up/down:0
    <6>[    0.726621] GPK14 KBR(6)->function:1, pull up/down:0
    <6>[    0.731564] GPK15 VREG_MSMP_2.6V->function:0, pull up/down:0
    <6>[    0.737198] GPL0 KBC(0)->function:1, pull up/down:0
    <6>[    0.742054] GPL1 KBC(1)->function:1, pull up/down:0
    <6>[    0.746908] GPL2 KBC(2)->function:1, pull up/down:0
    <6>[    0.751763] GPL3 KBC(3)->function:1, pull up/down:0
    <6>[    0.756616] GPL4 KBC(4)->function:2, pull up/down:1
    <6>[    0.761471] GPL5 KBC(5)->function:2, pull up/down:1
    <6>[    0.766327] GPL6 KBC(6)->function:2, pull up/down:1
    <6>[    0.771182] GPL7 USIM_BOOT->function:1, pull up/down:0
    <6>[    0.776296] GPL8 CAM_3M_nSTBY->function:1, pull up/down:0
    <6>[    0.781671] GPL9 HM_INT->function:0, pull up/down:0
    <6>[    0.786526] GPL10 FM_INT->function:1, pull up/down:0
    <6>[    0.791467] GPL11 TA_nCONNECTED->function:0, pull up/down:0
    <6>[    0.797015] GPL12 TOUCH_INT->function:0, pull up/down:0
    <6>[    0.802217] GPL13 CP_BOOT_SEL->function:1, pull up/down:0
    <6>[    0.807592] GPL14 BT_HOST_WAKE->function:3, pull up/down:1
    <6>[    0.813055] GPM0 FM_SCL->function:1, pull up/down:0
    <6>[    0.817907] GPM1 FM_SDA->function:1, pull up/down:0
    <6>[    0.822762] GPM2 TA_nCHG->function:0, pull up/down:0
    <6>[    0.827706] GPM3 PDA_ACTIVE->function:1, pull up/down:0
    <6>[    0.832906] GPM4 TOUCH_SCL->function:1, pull up/down:0
    <6>[    0.838021] GPM5 TOUCH_SDA->function:1, pull up/down:0
    <6>[    0.843138] GPN0 nONED_INT_AP->function:0, pull up/down:0
    <6>[    0.848512] GPN1 WLAN_HOST_WAKE->function:2, pull up/down:1
    <6>[    0.854060] GPN2 MSENSE_IRQ->function:0, pull up/down:0
    <6>[    0.859261] GPN3 ACC_INT->function:0, pull up/down:0
    <6>[    0.864201] GPN4 SLIDE_INT->function:0, pull up/down:0
    <6>[    0.869317] GPN5 nPOWER->function:0, pull up/down:0
    <6>[    0.874172] GPN6 T_FLASH_DETECT->function:0, pull up/down:0
    <6>[    0.879720] GPN7 PHONE_ACTIVE->function:0, pull up/down:0
    <6>[    0.885095] GPN8 PM_INT_N->function:0, pull up/down:0
    <6>[    0.890123] GPN9 INTB->function:0, pull up/down:0
    <6>[    0.894788] GPN10 DET_3.5->function:0, pull up/down:0
    <6>[    0.899835] GPN11 EAR_SEND_END->function:0, pull up/down:0
    <6>[    0.905295] GPN12 RESOUT_N->function:0, pull up/down:0
    <6>[    0.910409] GPN13 BOOT_EINT13->function:0, pull up/down:0
    <6>[    0.915785] GPN14 BOOT_EINT14->function:0, pull up/down:0
    <6>[    0.921160] GPN15 BOOT_EINT15->function:0, pull up/down:0
    <6>[    0.926534] GPO0 ONENAND_CS->function:2, pull up/down:0
    <6>[    0.931736] GPO1->function:2, pull up/down:0
    <6>[    0.935985] GPO2 LCD_nRST->function:1, pull up/down:0
    <6>[    0.941013] GPO3->function:2, pull up/down:0
    <6>[    0.945260] GPO4->function:1, pull up/down:0
    <6>[    0.949491] GPO5->function:1, pull up/down:0
    <6>[    0.953756] GPO6 LCD_nCS->function:1, pull up/down:0
    <6>[    0.958697] GPO7 LCD_SI->function:1, pull up/down:0
    <6>[    0.963552] GPO8->function:2, pull up/down:0
    <6>[    0.967798] GPO9->function:2, pull up/down:0
    <6>[    0.972047] GPO10->function:2, pull up/down:0
    <6>[    0.976383] GPO11->function:2, pull up/down:0
    <6>[    0.980716] GPO12 LCD_VENDOR->function:0, pull up/down:0
    <6>[    0.986004] GPO13 LCD_CLK->function:1, pull up/down:0
    <6>[    0.991032] GPO14->function:2, pull up/down:0
    <6>[    0.995367] GPO15->function:2, pull up/down:0
    <6>[    0.999687] GPP0->function:2, pull up/down:0
    <6>[    1.003951] GPP1->function:2, pull up/down:0
    <6>[    1.008198] GPP2->function:2, pull up/down:2
    <6>[    1.012447] GPP3->function:2, pull up/down:2
    <6>[    1.016692] GPP4->function:2, pull up/down:2
    <6>[    1.020940] GPP5->function:2, pull up/down:2
    <6>[    1.025188] GPP6->function:2, pull up/down:2
    <6>[    1.029422] GPP7->function:2, pull up/down:2
    <6>[    1.033683] GPP8->function:1, pull up/down:0
    <6>[    1.037931] GPP9->function:2, pull up/down:0
    <6>[    1.042180] GPP10->function:1, pull up/down:0
    <6>[    1.046516] GPP11->function:2, pull up/down:0
    <6>[    1.050849] GPP12->function:2, pull up/down:0
    <6>[    1.055185] GPP13 AP_PSHOLD->function:2, pull up/down:0
    <6>[    1.060385] GPP14->function:1, pull up/down:0
    <6>[    1.064706] GPQ0->function:2, pull up/down:0
    <6>[    1.068969] GPQ1->function:2, pull up/down:0
    <6>[    1.073217] GPQ2->function:1, pull up/down:0
    <6>[    1.077464] GPQ3 HMLDO_EN->function:1, pull up/down:0
    <6>[    1.082492] GPQ4 MIC_SEL->function:1, pull up/down:0
    <6>[    1.087436] GPQ5 VIB_EN->function:1, pull up/down:0
    <6>[    1.092289] GPQ6 HM_EN->function:1, pull up/down:0
    <6>[    1.097056] GPQ7->function:2, pull up/down:0
    <6>[    1.101305] GPQ8->function:2, pull up/down:0
    <4>[    1.105549] ******************************************
    <4>[    1.110718] S3C6410: Initialising architecture
    <4>[    1.162288] bio: create slab <bio-0> at 0
    <4>[    1.163522] fsa9480_driver_init
    <6>[    1.169229] Bluetooth: Core ver 2.15
    <6>[    1.169829] NET: Registered protocol family 31
    <6>[    1.171899] Bluetooth: HCI device and connection manager initialized
    <6>[    1.178131] Bluetooth: HCI socket layer initialized
    <6>[    1.183879] Switching to clocksource clock_source_timer2
    <6>[    1.193183] NET: Registered protocol family 2
    <6>[    1.193520] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
    <6>[    1.199952] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    <6>[    1.207291] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
    <6>[    1.213280] TCP: Hash tables configured (established 8192 bind 8192)
    <6>[    1.219219] TCP reno registered
    <6>[    1.222558] NET: Registered protocol family 1
    <7>[    2.878733] [BT] bt_host_wake_irq_handler start
    <7>[    2.878876] [BT] bt_host_wake_irq_handler start
    <7>[    2.878915] [BT] rfkill_register(bt_rfk)
    <4>[    2.879169] [BT] GPIO_BT_HOST_WAKE = 0
    <4>[    2.879509] [BT] Device Powering ON
    <4>[    2.880855] [BT] GPIO_BT_WLAN_REG_ON = 1
    <4>[    3.034823] [BT] GPIO_BT_RST_N = 1
    <7>[    3.034859] [BT] bt_host_wake_irq_handler start
    <4>[    3.035011] [BT] GPIO_BT_HOST_WAKE = 1
    <4>[    3.036317] [BT] wake_lock timeout = 5 sec
    <4>[    3.040781] [BT] Device Powering OFF
    <7>[    3.044120] [BT] bt_host_wake_irq_handler start
    <4>[    3.044150] [BT] GPIO_BT_RST_N = 0
    <4>[    3.047418] [BT] GPIO_BT_WLAN_REG_ON = 0
    <4>[    3.052130] [BT] GPIO_BT_HOST_WAKE = 0
    <4>[    3.105879] [BT] GPIO_BT_WAKE = 0
    <4>[    3.105912] [BT] wake_unlock(bt_wake_lock)
    <4>[    3.157901] [BT] GPIO_BT_WAKE = 0
    <4>[    3.157933] [BT] wake_unlock(bt_wake_lock)
    <6>[    3.160310] [HEADSET] sec_headset_init
    <6>[    3.163747] [HEADSET] sec_headset_probe
    <6>[    3.167548] SEC HEADSET: Registering headset driver
    <4>[    3.172463] sec_headset_probe IRQ 112 112
    <4>[    3.176426] sec_headset_probe xsecond IRQ 122 122
    <6>[    3.181697] input: sec_headset as /class/input/input0
    <3>[    3.187066] SISO:registering switch_sendend switch_dev
    <4>[    3.191913] headset irq request end
    <6>[    3.194933] [HEADSET] ear_switch_change Headset attached, send end enable 2sec after
    <6>[    3.204135] S3C64XX ADC/TS driver, (c) 2009 Samsung Electronics
    <4>[    3.208605] s3c_adcts_probe: irq_adc = 95
    <6>[    3.212563] S3C64XX ADCTS driver successfully probed !
    <4>[    3.217867] kadctsd is started
    <4>[    3.220784] S3C PWM Driver, (c) 2006-2007 Samsung Electronics
    <4>[    3.226808] IRQ 73/s3c-dmac: IRQF_DISABLED is not guaranteed on shared IRQs
    <4>[    3.233306] s3c-dmac: Samsung S3C6410 DMA Controller base address at [phy]:0x75000000, [virt]:0xcb004000, irq 73
    <4>[    3.243481] IRQ 74/s3c-dmac: IRQF_DISABLED is not guaranteed on shared IRQs
    <4>[    3.250330] s3c-dmac: Samsung S3C6410 DMA Controller base address at [phy]:0x75100000, [virt]:0xcb014000, irq 74
    <4>[    3.260513] IRQ 49/s3c-dmac: IRQF_DISABLED is not guaranteed on shared IRQs
    <4>[    3.267409] s3c-dmac: Samsung S3C6410 DMA Controller base address at [phy]:0x7db00000, [virt]:0xcb018000, irq 49
    <4>[    3.277589] IRQ 50/s3c-dmac: IRQF_DISABLED is not guaranteed on shared IRQs
    <4>[    3.284492] s3c-dmac: Samsung S3C6410 DMA Controller base address at [phy]:0x7dc00000, [virt]:0xcb01c000, irq 50
    <6>[    3.303184] ashmem: initialized
    <6>[    3.338959] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    <6>[    3.340517] ROMFS MTD (C) 2007 Red Hat, Inc.
    <6>[    3.344251] msgmni has been set to 317
    <6>[    3.350664] alg: No test for stdrng (krng)
    <6>[    3.351340] io scheduler noop registered
    <6>[    3.355231] io scheduler anticipatory registered
    <6>[    3.359760] io scheduler deadline registered
    <6>[    3.364876] io scheduler cfq registered (default)
    <7>[    3.368926] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <7>[    3.368949] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <4>[    3.368963] S3C_LCD clock got enabled :: 133.000 Mhz
    <4>[    3.385864] Window[0] - FB1: map_video_memory: clear ff000000:00096000
    <4>[    3.388815]             FB1: map_video_memory: dma=5a100000 cpu=ff000000 size=00096000
    <4>[    3.394687] Window[0] - FB2: map_video_memory: clear ff04b000:0004b000
    <4>[    3.401186]             FB2: map_video_memory: dma=5a14b000 cpu=ff04b000 size=0004b000
    <7>[    3.409086] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <7>[    3.409104] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <6>[    3.411431] fb0: s3cfb frame buffer device
    <4>[    3.415576] Window[1] - FB1: map_video_memory: clear ff096000:00096000
    <4>[    3.421707]             FB1: map_video_memory: dma=5a200000 cpu=ff096000 size=00096000
    <4>[    3.427550] Window[1] - FB2: map_video_memory: clear ff0e1000:0004b000
    <4>[    3.434052]             FB2: map_video_memory: dma=5a24b000 cpu=ff0e1000 size=0004b000
    <6>[    3.444266] fb1: s3cfb frame buffer device
    <4>[    3.448385] Window[2] - FB1: map_video_memory: clear ff12c000:00096000
    <4>[    3.454637]             FB1: map_video_memory: dma=5a300000 cpu=ff12c000 size=00096000
    <6>[    3.464131] fb2: s3cfb frame buffer device
    <4>[    3.466831] Window[3] - FB1: map_video_memory: clear ff1c2000:00096000
    <4>[    3.473029]             FB1: map_video_memory: dma=57a00000 cpu=ff1c2000 size=00096000
    <6>[    3.481204] fb3: s3cfb frame buffer device
    <4>[    3.485404] Window[4] - FB1: map_video_memory: clear ff258000:00096000
    <4>[    3.491447]             FB1: map_video_memory: dma=57b00000 cpu=ff258000 size=00096000
    <6>[    3.499674] fb4: s3cfb frame buffer device
    <6>[    3.502477] Registered led device: lcd-backlight
    <6>[    3.703489] [HEADSET] send_end_irq_handler  >> 2
    <6>[    3.703629] [HEADSET] send_end_enable_timer_handler enable send_end event, token is 1
    <6>[    3.711160] [HEADSET] sendend_switch_change  >> 2
    <6>[    4.056754] s3c64xx-uart.0: s3c_serial0 at MMIO 0x7f005000 (irq = 16) is a S3C64XX
    <6>[    4.060252] s3c64xx-uart.1: s3c_serial1 at MMIO 0x7f005400 (irq = 20) is a S3C64XX
    <6>[    4.067772] s3c64xx-uart.2: s3c_serial2 at MMIO 0x7f005800 (irq = 24) is a S3C64XX
    <6>[    4.095005] brd: module loaded
    <6>[    4.105177] loop: module loaded
    <6>[    4.105321] pmem: 1 init
    <6>[    4.106410] pmem_render: 0 init
    <6>[    4.109576] pmem_stream: 0 init
    <6>[    4.112594] pmem_stream2: 0 init
    <6>[    4.115967] pmem_preview: 0 init
    <6>[    4.119058] pmem_picture: 0 init
    <6>[    4.122151] pmem_jpeg: 0 init
    <6>[    4.125638] PPP generic driver version 2.4.2
    <6>[    4.129724] PPP Deflate Compression module registered
    <6>[    4.133296] PPP BSD Compression module registered
    <6>[    4.139716] PPP MPPE Compression module registered
    <6>[    4.142765] NET: Registered protocol family 24
    <6>[    4.147313] PPPoL2TP kernel driver, V1.0
    <6>[    4.151130] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256).
    <6>[    4.158130] CSLIP: code copyright 1989 Regents of the University of California.
    <4>[    4.167582] [ADB_UMS_ACM] string_dev = R880249a7b83
    <6>[    4.171372] DUN is registerd
    <6>[    4.174705] mass_storage_function_add
    <6>[    4.177412] fsg_probe pdata: c0634a3c
    <6>[    4.181285] android_adb_ums_acm gadget: Number of LUNs=1
    <6>[    4.185862] adb_function_add
    <6>[    4.189679] android_adb_ums_acm gadget: Android Composite USB, version: Feb  4 2011
    <6>[    4.196353] android_adb_ums_acm gadget: android_adb_ums_acm ready
    <6>[    4.203846] mice: PS/2 mouse device common for all mice
    <6>[    4.209577] input: s3c-keypad-rev0020 as /class/input/input1
    <4>[    4.214245] s3c-keypad Initialized
    <6>[    4.216954] S3C Keypad Driver
    <4>[    4.222436] S3C RTC, (c) 2004,2006 Simtec Electronics
    <4>[    4.224724] s3c_rtc: tick irq 34, alarm irq 92
    <6>[    4.229021] s3c-rtc s3c-rtc: rtc disabled, re-enabling
    <6>[    4.235716] using rtc device, s3c, for alarms
    <6>[    4.238255] s3c-rtc s3c-rtc: rtc core: registered s3c as rtc0
    <6>[    4.244691] i2c /dev entries driver
    <6>[    4.251189] i2c-gpio i2c-gpio.2: using pins 66 (SDA) and 65 (SCL, no clock stretching)
    <6>[    4.257631] i2c-gpio i2c-gpio.3: using pins 36 (SDA) and 35 (SCL, no clock stretching)
    <6>[    4.265043] i2c-gpio i2c-gpio.5: using pins 3 (SDA) and 2 (SCL, no clock stretching)
    <6>[    4.272763] i2c-gpio i2c-gpio.6: using pins 64 (SDA) and 63 (SCL)
    <6>[    4.277840] s3c-i2c s3c-i2c.0: slave address 0x10
    <6>[    4.281919] s3c-i2c s3c-i2c.0: bus frequency set to 378 KHz
    <4>[    4.298462] fsa9480_detect
    <4>[    4.299051] [FSA9480] fsa9480_codec_probe
    <6>[    4.308477] [HEADSET] send_end_release_work_handler  >> Released
    <4>[    4.308964] [FSA9480] fsa9480_modify Original value is 0x16
    <4>[    4.308972]  [FSA9480] fsa9480_modify modified value is 0xfe
    <4>[    4.316161]  [FSA9480]usb_sel
    <4>[    4.338462]  [FSA9480]pm_check
    <4>[    4.338500]  [FSA9480]available_PM_Set
    <6>[    4.342121] s3c-i2c s3c-i2c.0: i2c-0: S3C I2C adapter
    <6>[    4.346493] s3c-i2c s3c-i2c.1: slave address 0x10
    <6>[    4.351038] s3c-i2c s3c-i2c.1: bus frequency set to 378 KHz
    <6>[    4.358728] s3c-i2c s3c-i2c.1: i2c-1: S3C I2C adapter
    <7>[    4.362115] [max8698_probe] probed ca29a200
    <7>[    4.362559] [max8698_init] init done
    <6>[    4.362582] Linux video capture interface: v2.00
    <6>[    4.373534] Request irq 35 for codec
    <6>[    4.373589] Request irq 36 for preview
    <6>[    4.377121] S3C FIMC v3.0
    <3>[    4.378261] aat1271a_flash_init
    <3>[    4.381001] Failed to request GPIO_CAM_FLASH_SET!
    <3>[    4.385646] Failed to request GPIO_CAM_FLASH_EN!
    <4>[    4.390227] [FSA9480]pm_check
    <4>[    4.390235]  [FSA9480]available_PM_Set [FSA9480] find max8698
    <4>[    4.399258] [FSA9480]mode_switch
    <4>[    4.399271]  [FSA9480]fsa9480_check_usb_connection
    <4>[    4.403673]
    <6>[    4.409681] S3C6400 MFC Driver, (c) 2007 Samsung Electronics
    <4>[    4.419037] S3C6400 MFC driver module init OK.
    <6>[    4.419084] S3C PostProcessor Driver v3.12, (c) 2009 Samsung Electronics
    <6>[    4.427499] S3C JPEG Driver, (c) 2007 Samsung Electronics
    <6>[    4.434028] S3C G3D Driver, (c) 2007-2009 Samsung Electronics
    <4>[    4.437599] s3c_g3d version : 0x1050000
    <4>[    4.440242] G3D_RESERVED_MEM_SIZE : 32 MB
    <4>[    4.444180] G3D_CHUNK_SIZE : 1 MB
    <4>[    4.447427] G3D_CHUNK_NUM : 32 (UI_CHUNK:4)
    <4>[    4.451622] 0 th virt_addr = 0xcb000000, phy_addr = 0x5b000000
    <4>[    4.457422] 1 th virt_addr = 0xcb100000, phy_addr = 0x5b100000
    <4>[    4.463234] 2 th virt_addr = 0xcb200000, phy_addr = 0x5b200000
    <4>[    4.469046] 3 th virt_addr = 0xcb300000, phy_addr = 0x5b300000
    <4>[    4.474843] 4 th virt_addr = 0xcb400000, phy_addr = 0x5b400000
    <4>[    4.480654] 5 th virt_addr = 0xcb500000, phy_addr = 0x5b500000
    <4>[    4.486459] 6 th virt_addr = 0xcb600000, phy_addr = 0x5b600000
    <4>[    4.492264] 7 th virt_addr = 0xcb700000, phy_addr = 0x5b700000
    <4>[    4.498078] 8 th virt_addr = 0xcb800000, phy_addr = 0x5b800000
    <4>[    4.503893] 9 th virt_addr = 0xcb900000, phy_addr = 0x5b900000
    <4>[    4.509695] 10 th virt_addr = 0xcba00000, phy_addr = 0x5ba00000
    <4>[    4.515593] 11 th virt_addr = 0xcbb00000, phy_addr = 0x5bb00000
    <4>[    4.521483] 12 th virt_addr = 0xcbc00000, phy_addr = 0x5bc00000
    <4>[    4.527376] 13 th virt_addr = 0xcbd00000, phy_addr = 0x5bd00000
    <4>[    4.533275] 14 th virt_addr = 0xcbe00000, phy_addr = 0x5be00000
    <4>[    4.539177] 15 th virt_addr = 0xcbf00000, phy_addr = 0x5bf00000
    <4>[    4.545065] 16 th virt_addr = 0xcc000000, phy_addr = 0x5c000000
    <4>[    4.550964] 17 th virt_addr = 0xcc100000, phy_addr = 0x5c100000
    <4>[    4.556853] 18 th virt_addr = 0xcc200000, phy_addr = 0x5c200000
    <4>[    4.562746] 19 th virt_addr = 0xcc300000, phy_addr = 0x5c300000
    <4>[    4.568654] 20 th virt_addr = 0xcc400000, phy_addr = 0x5c400000
    <4>[    4.574540] 21 th virt_addr = 0xcc500000, phy_addr = 0x5c500000
    <4>[    4.580437] 22 th virt_addr = 0xcc600000, phy_addr = 0x5c600000
    <4>[    4.586328] 23 th virt_addr = 0xcc700000, phy_addr = 0x5c700000
    <4>[    4.592221] 24 th virt_addr = 0xcc800000, phy_addr = 0x5c800000
    <4>[    4.598123] 25 th virt_addr = 0xcc900000, phy_addr = 0x5c900000
    <4>[    4.604022] 26 th virt_addr = 0xcca00000, phy_addr = 0x5ca00000
    <4>[    4.609910] 27 th virt_addr = 0xccb00000, phy_addr = 0x5cb00000
    <4>[    4.615805] 28 th virt_addr = 0xccc00000, phy_addr = 0x5cc00000
    <4>[    4.621697] 29 th virt_addr = 0xccd00000, phy_addr = 0x5cd00000
    <4>[    4.627592] 30 th virt_addr = 0xcce00000, phy_addr = 0x5ce00000
    <4>[    4.633502] 31 th virt_addr = 0xccf00000, phy_addr = 0x5cf00000
    <4>[    4.641559]  S3C G2D  Init : Done
    <6>[    4.642650] S3C CMM Driver, (c) 2008 Samsung Electronics
    <6>[    4.649289] s3c_bat_init
    <6>[    4.650587] spica-battery spica-battery: s3c_bat_probe
    <6>[    4.664682] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
    <6>[    4.668020] device-mapper: multipath: version 1.1.0 loaded
    <6>[    4.673100] device-mapper: multipath round-robin: version 1.0.0 loaded
    <6>[    4.679509] device-mapper: multipath queue-length: version 0.1.0 loaded
    <6>[    4.686084] device-mapper: multipath service-time: version 0.2.0 loaded
    <6>[    4.694285] Bluetooth: Virtual HCI driver ver 1.3
    <6>[    4.698270] Bluetooth: HCI UART driver ver 2.2
    <6>[    4.701821] Bluetooth: HCI H4 protocol initialized
    <6>[    4.706544] Bluetooth: HCI BCSP protocol initialized
    <6>[    4.711469] Bluetooth: HCILL protocol initialized
    <6>[    4.716159] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
    <6>[    4.722583] cpuidle: using governor ladder
    <6>[    4.725956] cpuidle: using governor menu
    <4>[    4.729976] [FSA9480] control(0x1e) int1(0x0) adc(0x1f) dev1(0x0) dev2(0x0) man1(0x24) man2(0x0) pwr(2)
    <4>[    4.739196] [FSA9480] AUTO MODE.. d1:0x00, d2:0x00
    <4>[    4.743907] [FSA9480]fsa9480_s3c_udc_off
    <4>[    4.743917]
    <6>[    4.750649] sdhci: Samsung S3C6410 SD/MMC driver
    <6>[    4.754679] s3c-sdhci s3c-sdhci.0: clock source 0: hsmmc (133333333 Hz)
    <6>[    4.760637] s3c-sdhci s3c-sdhci.0: clock source 1: hsmmc (133333333 Hz)
    <6>[    4.767170] s3c-sdhci s3c-sdhci.0: clock source 2: hsmmc (133333333 Hz)
    <6>[    4.774847] sdhci: TFLASH_EN OFF
    <4>[    4.776893] CARD DETECTION = 0
    <6>[    4.780624] Registered led device: mmc0::
    <6>[    4.784540] mmc0: SDHCI controller on samsung-hsmmc [s3c-sdhci.0] using DMA
    <6>[    4.791059] s3c-sdhci s3c-sdhci.2: clock source 0: hsmmc (133333333 Hz)
    <6>[    4.797510] s3c-sdhci s3c-sdhci.2: clock source 1: hsmmc (133333333 Hz)
    <6>[    4.804090] s3c-sdhci s3c-sdhci.2: clock source 2: hsmmc (133333333 Hz)
    <6>[    4.811302] Registered led device: mmc1::
    <6>[    4.815201] mmc1: SDHCI controller on samsung-hsmmc [s3c-sdhci.2] using DMA
    <7>[    4.830708] *** DEBUG : First we search for SDIO...(1)***
    <4>[    4.831671] [KR3DM] ********** kr3dm_accelerometer_probe =====================
    <7>[    4.833569] *** DEBUG : ...then normal SD...(1) ***
    <4>[    4.834999] [KR3DM] ********** i2c_acc_kr3dm_init =====================
    <7>[    4.840174] *** DEBUG : ...and finally MMC. (1)***
    <4>[    4.849060] [KR3DM] ********** kr3dm_init =====================
    <4>[    4.958468] ak8973b_init called
    <4>[    4.959332] [AK8973B] : ak8973b_init : this_client is NULL
    <6>[    4.964171] logger: created 256K log 'log_main'
    <6>[    4.966925] logger: created 256K log 'log_events'
    <6>[    4.971729] logger: created 256K log 'log_radio'
    <6>[    4.976310] logger: created 64K log 'log_system'
    <6>[    4.987171] Advanced Linux Sound Architecture Driver Version 1.0.21.
    <7>[    4.991910] *** DEBUG : First we search for SDIO...(0)***
    <7>[    4.991992] *** DEBUG : ...then normal SD...(0) ***
    <7>[    4.992087] *** DEBUG : ...and finally MMC. (0)***
    <4>[    4.995613] No device for DAI AK4671
    <4>[    4.995661] No device for DAI s3c-i2s
    <6>[    4.997898] AK4671 Audio Codec 0.2
    <4>[    5.000797] max9877_i2c_probe() called
    <4>[    5.005654] ak4671_i2c_probe called
    <6>[    5.007829] sound_tty procfs initialised
    <6>[    5.011751] [HEADSET] send_end_irq_handler  >> 1
    <6>[    5.016505] sound_tty procfs initialised
    <6>[    5.021462] asoc: AK4671 <-> s3c-i2s mapping ok
    <6>[    5.025617] [HEADSET] sendend_switch_change  >> 1
    <4>[    5.036085] [ ak4671.c (set_registers,975) ] Set Audio PATH : 0x02
    <4>[    5.036097]
    <6>[    5.050060] [HEADSET] get_headset_status  headset_status 1
    <4>[    5.074468] [android_ak4671] android_snd_device add fail
    <6>[    5.074512] ALSA device list:
    <6>[    5.077187]   #0: android (AK4671)
    <4>[    5.081508] Netfilter messages via NETLINK v0.30.
    <4>[    5.085469] nf_conntrack version 0.5.0 (2537 buckets, 10148 max)
    <4>[    5.092445] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
    <4>[    5.098702] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
    <4>[    5.106540] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
    <6>[    5.113123] xt_time: kernel timezone is -0000
    <6>[    5.117123] IPv4 over IPv4 tunneling driver
    <6>[    5.122116] GRE over IPv4 tunneling driver
    <6>[    5.126525] ip_tables: (C) 2000-2006 Netfilter Core Team
    <6>[    5.130851] TCP cubic registered
    <6>[    5.137474] NET: Registered protocol family 10
    <6>[    5.140065] IPv6 over IPv4 tunneling driver
    <6>[    5.143613] NET: Registered protocol family 17
    <6>[    5.146798] Bluetooth: L2CAP ver 2.14
    <6>[    5.150417] Bluetooth: L2CAP socket layer initialized
    <6>[    5.155452] Bluetooth: SCO (Voice Link) ver 0.6
    <6>[    5.159926] Bluetooth: SCO socket layer initialized
    <6>[    5.164979] Bluetooth: RFCOMM TTY layer initialized
    <6>[    5.169717] Bluetooth: RFCOMM socket layer initialized
    <6>[    5.174780] Bluetooth: RFCOMM ver 1.11
    <6>[    5.179758] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
    <4>[    5.190139] GT-i5700 (Atmel AT42QT5480) touchscreen driver (v2.4)
    <4>[    5.192139]  (C) 2009 Samsung Electronics Co. Ltd.
    <4>[    5.197020]  (C) 2010 Lambertus Gorter (multitouch)
    <4>[    5.211866] GT-i5700 : after init_hw_setting()
    <4>[    5.513441] GT-i5700 : after gpio_set_value(GPIO_TOUCH_EN, 1)
    <6>[    5.628438] [HEADSET] send_end_press_work_handler  >> Pressed
    <4>[    5.818440] GT-i5700 : after gpio_set_value(GPIO_TOUCH_RST, 1)
    <4>[    5.818652] GT-i5700 : after device_create()
    <3>[    5.822995] [QT5480]:[qt5480_i2c_probe] called. Addr is : 48, Irq is : 121
    <4>[    5.830256] GT-i5700 : after i2c_add_driver(&g_qt5480_i2c_driver)
    <4>[    5.836043] GT-i5700 : after create_singlethread_workqueue()
    <3>[    5.842139] [QT5480]:[qt5480_probe] called. Addr is : 48
    <4>[    6.843450] [QT5480]:[qt5480_probe] [QT5480]:[qt5480_probe] TOUCH Interrupt recovery failed.
    <4>[    6.853465] [QT5480]:[qt5480_check_chip_id] write LP Register address failed(-6)!
    <4>[    6.863458] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    <4>[    6.978430] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    <4>[    7.093457] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    <4>[    7.208453] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    <4>[    7.323455] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    <4>[    7.438454] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    <4>[    7.553456] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    <4>[    7.668451] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    <4>[    7.783456] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    <4>[    7.898457] [QT5480]:[qt5480_check_chip_id] write Register address failed(-6)!
    <4>[    8.003914] GT-i5700 : after platform_driver_register(&g_qt5480_driver)
    <6>[    8.004958] s3c-rtc s3c-rtc: setting system clock to 2011-02-04 00:06:11 UTC (1296777971)
    <6>[    8.013635] Freeing init memory: 1768K
    <4>[    8.016827] Warning: unable to open an initial console.
    <3>[    8.066111] init: /init.rc: 280: user option requires a user id
    <7>[    8.904528] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <7>[    8.904554] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <7>[    8.904589] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <3>[    8.905074] init: cannot open '/initlogo.rle'
    <4>[    8.911540] xsr: module license 'Samsung Proprietary' taints kernel.
    <4>[    8.912267] Disabling lock debugging due to kernel taint
    <4>[    8.953168] [ONLD] =============== OCLD local mode ===============
    <4>[    8.953902] [ONLD] LLD VERSION : OCLD_v1.0.0_XSR1.5.2p4_Linux_090427
    <4>[    8.960271] [ONLD] OND_TRANS_MODE = 0x2 with    CacheRead
    <4>[    8.965724] [ONLD] Enable  ONENANDCON_READ_FULL_SECTOR
    <4>[    8.970913] [ONLD] Disable ONENANDCON_WRITE_FULL_SECTOR
    <4>[    8.976199] [ONLD] Enable  DEFERRED_CHK
    <4>[    8.980098] [ONLD] ===============================================
    <4>[    9.036743] [BBM:   ]  << DevNO:0 MAPPING INFORMATION >>
    <4>[    9.036783] [BBM:   ]   Bad Mark Information
    <4>[    9.040880] [BBM:   ]      - Bad Mark (0x22) by write error
    <4>[    9.046506] [BBM:   ]      - Bad Mark (0x11) by erase error
    <4>[    9.052141] [BBM:   ]   pstDev->n1stSbnOfULArea = 0
    <4>[    9.057169] [BBM:   ]   000: Sbn[1298] ==> Rbn[4014] / UnLocked / BadMark:0x00
    <4>[    9.064368] [BBM:   ]   << Total : 1 BAD-MAPPING INFORMATION >>
    <6>[    9.086424] XSR: Registered BML Driver.
    <3>[    9.107319] Filed to request GPIO_PHONE_ON!
    <4>[    9.112636] pdp_activate, id: 1
    <4>[    9.114216] ttyCSD(id: 1) serial device is created.
    <4>[    9.114999] pdp_activate, id: 7
    <4>[    9.119689] ttyCDMA(id: 7) serial device is created.
    <4>[    9.123064] pdp_activate, id: 9
    <4>[    9.127695] ttyTRFB(id: 9) serial device is created.
    <4>[    9.131506] [OneDRAM] PHONE_ACTIVE level: LOW , sem: 1, phone_sync: 0
    <4>[    9.184430] [BIF:WRN] BML_Init is already called
    <4>[    9.234278] [BBM:   ]  << DevNO:0 MAPPING INFORMATION >>
    <4>[    9.234320] [BBM:   ]   Bad Mark Information
    <4>[    9.238424] [BBM:   ]      - Bad Mark (0x22) by write error
    <4>[    9.244043] [BBM:   ]      - Bad Mark (0x11) by erase error
    <4>[    9.249673] [BBM:   ]   pstDev->n1stSbnOfULArea = 0
    <4>[    9.254707] [BBM:   ]   000: Sbn[1298] ==> Rbn[4014] / UnLocked / BadMark:0x00
    <4>[    9.261905] [BBM:   ]   << Total : 1 BAD-MAPPING INFORMATION >>
    <6>[    9.282573] XSR: Registered STL Driver.
    <4>[    9.366228] [BBM:   ]  << DevNO:0 MAPPING INFORMATION >>
    <4>[    9.366270] [BBM:   ]   Bad Mark Information
    <4>[    9.370379] [BBM:   ]      - Bad Mark (0x22) by write error
    <4>[    9.376001] [BBM:   ]      - Bad Mark (0x11) by erase error
    <4>[    9.381630] [BBM:   ]   pstDev->n1stSbnOfULArea = 0
    <4>[    9.386660] [BBM:   ]   000: Sbn[1298] ==> Rbn[4014] / UnLocked / BadMark:0x00
    <4>[    9.393866] [BBM:   ]   << Total : 1 BAD-MAPPING INFORMATION >>
    <4>[    9.412371] [VIBETONZ] vibetonz_start :
    <4>[    9.476328] [BBM:   ]  << DevNO:0 MAPPING INFORMATION >>
    <4>[    9.476370] [BBM:   ]   Bad Mark Information
    <4>[    9.480490] [BBM:   ]      - Bad Mark (0x22) by write error
    <4>[    9.486104] [BBM:   ]      - Bad Mark (0x11) by erase error
    <4>[    9.491742] [BBM:   ]   pstDev->n1stSbnOfULArea = 0
    <4>[    9.496761] [BBM:   ]   000: Sbn[1298] ==> Rbn[4014] / UnLocked / BadMark:0x00
    <4>[    9.503966] [BBM:   ]   << Total : 1 BAD-MAPPING INFORMATION >>
    <3>[    9.641207] rfs_build_sb[338]: invalid boot sector signature (aa55 != 0)
    <4>[    9.696063] [BBM:   ]  << DevNO:0 MAPPING INFORMATION >>
    <4>[    9.696106] [BBM:   ]   Bad Mark Information
    <4>[    9.700204] [BBM:   ]      - Bad Mark (0x22) by write error
    <4>[    9.705830] [BBM:   ]      - Bad Mark (0x11) by erase error
    <4>[    9.711464] [BBM:   ]   pstDev->n1stSbnOfULArea = 0
    <4>[    9.716490] [BBM:   ]   000: Sbn[1298] ==> Rbn[4014] / UnLocked / BadMark:0x00
    <4>[    9.723695] [BBM:   ]   << Total : 1 BAD-MAPPING INFORMATION >>
    <4>[    9.891661] [STL:ERR] Partition is already opened (Vol 0, Part 5)
    <3>[    9.993524] rfs_build_sb[338]: invalid boot sector signature (aa55 != 0)
    <4>[   10.122865] [STL:ERR] Partition is already opened (Vol 0, Part 4)
    <3>[   10.196381] rfs_build_sb[338]: invalid boot sector signature (aa55 != 0)
    <4>[   10.258938] EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
    <4>[   10.264765] [STL:ERR] Partition is already opened (Vol 0, Part 6)
    <4>[   10.322009] __log_replay[1141]: RFS_SUBLOG_COMMIT (0,8a:0a)
    <4>[   10.322366] rfs_fill_super[200]: RFS successfully mounted [8a:0a]
    <4>[   10.403972] [UART Switch] Path : PDA
    <4>[   10.445842] [FSA9480]usb_sel_store
    <4>[   10.445859]  [FSA9480]usb_switch_mode
    <4>[   10.445897]  [FSA9480] Path : PDA
    <4>[   10.450566] [FSA9480]usb_sel
    <4>[   10.450578]  [adb_function_enable] adb_function => (enabled)
    <4>[   10.517891] [acm_function_enable] acm_function => (enabled)
    <4>[   10.522122] [s3c_udc_pullup] is_on[0]
    <4>[   10.525729] [s3c_udc_power_down] skipped , already powered off
    <4>[   10.563676] [s3c_udc_pullup] is_on[1]
    <4>[   10.563712] [FSA9480]fsa9480_check_usb_connection
    <4>[   10.563720]  [FSA9480] control(0x1e) int1(0x0) adc(0x1f) dev1(0x0) dev2(0x0) man1(0x24) man2(0x0) pwr(0)
    <4>[   10.670808] [FSA9480] AUTO MODE.. d1:0x00, d2:0x00
    <4>[   10.831972] [STL:ERR] Partition is already opened (Vol 0, Part 5)
    <7>[   11.903195] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <7>[   11.903220] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <7>[   11.903253] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <6>[   12.376001] warning: `rild' uses 32-bit capabilities (legacy support in use)
    <7>[   12.694473] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <7>[   12.694500] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <7>[   12.694533] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <7>[   12.694553] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <7>[   12.694831] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <7>[   12.694854] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <7>[   12.694882] s3c64xx_clk_doutmpll_get_rate: parent is 266000000
    <4>[   14.763699] [AK4671] Set bitRate : 0xf8 (44100)
    <4>[   14.793563] [ ak4671.c (ak4671_set_path,474) ] path_state : 0x02, input path = 0x02
    <4>[   14.795678] [ ak4671.c (ak4671_mute,765) ] mute is not supported (0)
    <4>[   14.819103] [ ak4671.c (ak4671_set_idle_mode,343) ]  idle_mode_value : 1
    <6>[   25.598453] spica-battery spica-battery: cable_timer_func : intr cnt = 47
    <4>[   25.599654] [FSA9480]get_usb_power_state : usb_power = 0
    <4>[   25.599664]  [FSA9480]fsa9480_interrupt
    <4>[   25.800420]  ### FSA9480 interrupt(110) happened! ###
    <4>[   25.802272] GPIO_JACK_INT_N value : 0
    <4>[   25.806021] [FSA9480]mode_switch
    <4>[   25.806035]  [FSA9480]fsa9480_check_usb_connection
    <4>[   25.810562]  [FSA9480] control(0x1e) int1(0x1) adc(0x1f) dev1(0x4) dev2(0x0) man1(0x24) man2(0x0) pwr(0)
    <4>[   25.943495] [s3c_udc_power_up]
    <4>[   25.943534] [FSA9480]fsa9480_s3c_udc_on
    <4>[   25.943541]
    <4>[   25.946910] [s3c_udc_power_up] clk_enable(otg_clock) OK.
    <4>[   25.952000] [s3c_udc_enable] Fail to set GINTMSK 0x0
    <4>[   25.956653]
    <4>[   25.956661] [s3c_udc_power_up] FAIL TO s3c_udc_enable()
    <4>[   25.963319]
    <4>[   25.963326] [s3c_udc_power_up] Power UP again.
    <4>[   25.969224] [FSA9480]fsa9480_s3c_udc_on
    <4>[   25.969234]
    <4>[   25.975099] [s3c_udc_power_up] already clk_enabled.
    <4>[   25.979660]
    <4>[   25.979670] [s3c_udc_power_up] POWER-UP OK!.
    <4>[   25.985215] [FSA9480]get_usb_power_state : usb_power=1,taconnection=0
    <4>[   25.985227]  [handle_reset_intr] : Reset interrupt - (GOTGCTL):0xd0000
    <4>[   26.131991]          ===> OTG core got reset & execute s3c_udc_reset()
    <4>[   26.137527] disconnect, gadget android_adb_ums_acm
    <4>[   26.197862] [android_adb_ums_acm] Enumerated as HIGH Speed
    <4>[   26.293509] [handle_reset_intr] : Reset interrupt - (GOTGCTL):0xd0000
    <4>[   26.294322]          ===> OTG core got reset & execute s3c_udc_reset()
    <4>[   26.300396] disconnect, gadget android_adb_ums_acm
    <4>[   26.355888] [android_adb_ums_acm] Enumerated as HIGH Speed
    <4>[   26.447875] [android_adb_ums_acm] USB_REQ_SET_ADDRESS (1)
    <6>[   26.507984] android_adb_ums_acm gadget: high speed config #1: ACM + UMS + ADB (Debugging mode)
    <4>[   26.510968] acm_disconnected
    <4>[  116.806011] k_info==NULL
    <4>[  262.914716] [VIBETONZ] enable_vibetonz_from_user : time = 0 msec
    <4>[  262.915226] [VIBETONZ] reserved VIBRATOR_DISABLE
    <6>[  262.989688] request_suspend_state: wakeup (3->0) at 262761272446 (2011-02-04 00:10:26.484724881 UTC)
    <4>[  263.009286] #backlight_ctrl:30 s
    <4>[  265.079238] bcmsdh_sdmmc : sdio_function_init Enter
    <4>[  265.079281] [WIFI] Device powering ON
    <4>[  265.082127] configuring sdio in s3c_WLAN_SDIO_on
    <4>[  265.086790] configuring sdio data lines in s3c_WLAN_SDIO_on
    <4>[  265.092333] [WIFI] GPIO_BT_WLAN_REG_ON = 1
    <4>[  265.243465] [WIFI] GPIO_WLAN_RST_N = 1
    <4>[  265.243508] sdhci_s3c_force_presence_change : sdhci_s3c_force_presence_change called
    <4>[  265.258495] bcmsdh_sdmmc : register_driver error: 0
    <4>[  265.258534] bcmsdh_sdmmc : register_hwakeup
    <4>[  265.261917] dhd_register_hwakeup : start
    <6>[  265.265731] [WIFI] dhd_hostwakeup_isr: gpio-> 0
    <6>[  265.265743]  dhd_register_hwakeup : set_irq_type
    <4>[  265.275059] dhd_register_hwakeup : return ret(0)
    <4>[  265.279641] register_mmc_card_pm: [WIFI] Callbacks registered successfully.
    <4>[  265.286647] bcmsdh_sdmmc : return error: 0
    <4>[  265.290720]
    <4>[  265.290727] Dongle Host Driver, version 4.217.95.1
    <4>[  265.290734] Compiled in drivers/net/wireless/bcm4325/src on Dec 25 2010 at 11:21:37
    <7>[  265.465738] *** DEBUG : First we search for SDIO...(1)***
    <7>[  265.485781] mmc1: queuing CIS tuple 0x80 length 51
    <7>[  265.488089] mmc1: queuing CIS tuple 0x80 length 7
    <7>[  265.489189] mmc1: queuing CIS tuple 0x80 length 2
    <7>[  265.491730] mmc1: queuing CIS tuple 0x80 length 8
    <7>[  265.494317] mmc1: queuing CIS tuple 0x80 length 6
    <7>[  265.498636] mmc1: queuing CIS tuple 0x02 length 1
    <6>[  265.501567] mmc1: new SDIO card at address 0001
    <4>[  265.510338] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
    <4>[  265.510382] sdio_bcmsdh: func->class=0
    <4>[  265.513236] sdio_vendor: 0x02d0
    <4>[  265.516423] sdio_device: 0x0492
    <4>[  265.519512] Function#: 0x0001
    <4>[  265.538655] bcmsdh_sdmmc: bcmsdh_sdmmc_probe Enter
    <4>[  265.538699] sdio_bcmsdh: func->class=0
    <4>[  265.541547] sdio_vendor: 0x02d0
    <4>[  265.544732] sdio_device: 0x0492
    <4>[  265.547810] Function#: 0x0002
    <4>[  265.550886] sdioh_attach
    <4>[  265.569104] F1 signature read @0x18000000=0x5264325
    <4>[  265.571641] DHD: dongle ram size is set to 393216(orig 393216)
    <4>[  265.975266] [WIFI] Dongle reports CHIP-ACTIVE..
    <4>[  266.059135] eth0: Broadcom Dongle Host Driver mac=00:26:37:83:19:d8
    <4>[  268.988678] wl_iw_ioctl: error in cmd=8b36 : not supported
    <4>[  269.251872] Unkown PRIVATE command RXFILTER-STOP, ignored
    <4>[  269.253878] Unkown PRIVATE command RXFILTER-REMOVE 3, ignored
    <4>[  269.278689] Unkown PRIVATE command RXFILTER-REMOVE 1, ignored
    <4>[  269.279306] Unkown PRIVATE command RXFILTER-REMOVE 0, ignored
    <4>[  269.299532] Unkown PRIVATE command RXFILTER-ADD 0, ignored
    <4>[  269.300066] Unkown PRIVATE command RXFILTER-ADD 1, ignored
    <4>[  269.324005] Unkown PRIVATE command RXFILTER-ADD 3, ignored
    <4>[  269.324536] Unkown PRIVATE command RXFILTER-START, ignored
    <4>[  269.355454] Unkown PRIVATE command BTCOEXSCAN-STOP, ignored
    <4>[  271.674092] [VIBETONZ] enable_vibetonz_from_user : time = 0 msec
    <4>[  271.674606] [VIBETONZ] reserved VIBRATOR_DISABLE
    <4>[  271.685702] [VIBETONZ] enable_vibetonz_from_user : time = 1 msec
    <4>[  271.693496] [VIBETONZ] reserved VIBRATOR_DISABLE
    <4>[  271.707660] [VIBETONZ] enable_vibetonz_from_user : time = 21 msec
    <4>[  271.708471] [VIBETONZ] reserved VIBRATOR_ENABLE
    <4>[  271.738500] [VIBETONZ] reserved VIBRATOR_DISABLE
    <7>[  276.208438] eth0: no IPv6 routers present
    <4>[  279.117875] Event WLC_E_SET_SSID ERROR status 1
    <4>[  284.789891] Event WLC_E_SET_SSID ERROR status 1
    <4>[  290.489742] Event WLC_E_SET_SSID ERROR status 1
    <3>[  295.918500]
    <3>[  295.918514] s3c_g2d_ioctl: Waiting for interrupt is timeout
    <4>[  296.168937] Event WLC_E_SET_SSID ERROR status 1
    <3>[  297.708547]
    <3>[  297.708561] s3c_g2d_ioctl: Waiting for interrupt is timeout
    <4>[  301.921971] Event WLC_E_SET_SSID ERROR status 1
    <4>[  302.950497] [ ak4671.c (ak4671_set_idle_mode,343) ]  idle_mode_value : 0
    <6>[  302.951566] [HEADSET] get_headset_status  headset_status 1
    <4>[  302.981063] [ ak4671.c (ak4671_mute,765) ] mute is not supported (1)
    <4>[  302.992287] [ ak4671.c (ak4671_set_path,474) ] path_state : 0x02, input path = 0x05
    <4>[  302.994313] [ ak4671.c (set_registers,975) ] Set Audio PATH : 0x05
    <4>[  302.994321]
    <4>[  303.198577] [ ak4671.c (ak4671_mute,765) ] mute is not supported (0)
    <4>[  305.791601] [ ak4671.c (ak4671_mute,765) ] mute is not supported (0)
    <4>[  307.593616] select 2439 (ndroid.settings), adj 15, size 5071, to kill
    <4>[  307.594423] select 2470 (com.android.mms), adj 15, size 5759, to kill
    <4>[  307.600906] send sigkill to 2470 (com.android.mms), adj 15, size 5759
    <4>[  307.650267] Event WLC_E_SET_SSID ERROR status 1
    <4>[  310.496580] [ ak4671.c (ak4671_set_idle_mode,343) ]  idle_mode_value : 1
    <6>[  310.497654] [HEADSET] get_headset_status  headset_status 1
    <4>[  313.350070] Event WLC_E_SET_SSID ERROR status 1
    <4>[  319.064981] Event WLC_E_SET_SSID ERROR status 1
    <4>[  324.750054] Event WLC_E_SET_SSID ERROR status 1
    <4>[  327.658620] select 2439 (ndroid.settings), adj 15, size 5071, to kill
    <4>[  327.659437] send sigkill to 2439 (ndroid.settings), adj 15, size 5071
    <4>[  330.128589] select 2521 (.serviceModeApp), adj 15, size 4558, to kill
    <4>[  330.129404] select 2564 (id.partnersetup), adj 15, size 4641, to kill
    <4>[  330.135881] send sigkill to 2564 (id.partnersetup), adj 15, size 4641
    <4>[  330.443069] Event WLC_E_SET_SSID ERROR status 1
    <4>[  331.623781] select 2521 (.serviceModeApp), adj 15, size 4558, to kill
    <4>[  331.624600] send sigkill to 2521 (.serviceModeApp), adj 15, size 4558
    <4>[  335.518578] select 2531 (com.wssnps), adj 15, size 4553, to kill
    <4>[  335.518960] select 2580 (com.android.mms), adj 15, size 5738, to kill
    <4>[  335.525455] send sigkill to 2580 (com.android.mms), adj 15, size 5738
    <4>[  336.148168] Event WLC_E_SET_SSID ERROR status 1
    <4>[  341.832840] Event WLC_E_SET_SSID ERROR status 1
    <4>[  347.548315] Event WLC_E_SET_SSID ERROR status 1
    Last edited by gotenks; 02-05-2011 at 12:29 AM.

Page 2 of 25 FirstFirst 123412 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •