[Gta04-owner] Android 3.0 kernel for GTA04

Paul Kocialkowski paulk at paulk.fr
Sun May 5 21:06:13 CEST 2013


We are still searching a way to have a fully working Android kernel for
GTA04. I just tried a new combination that may work, if we can solve the
issues that we are facing with it.

It is basically a 3.0 kernel from the
https://android.googlesource.com/kernel/common/+/android-3.0 tree on top
of which I added gta04 parts. It seems that using the common Android
tree works best with gta04 than any of the 3.0 omap-specific kernels.
For instance, there was an IRQ issue with a 3.0 Android kernel that I
took from omapzoom. That issue does not occur with the common Android
3.0 kernel.

I've started to import gta04 parts on top of the kernel but I would need
help in order to both add the missing gta04 parts and fix the issues
encountered with this kernel. I would really need help on this one, I'm
not going to be able to handle this all by myself and I really think
having Replicant running on gta04 would be great for the project.
Moreover, the user-space is already usable and is crazy fast (compared
to our other Android devices).

As of now, I already successfully imported the following:
* Leds
* Touchscreen
* Display
* PWM backlight
* Battery

What is left to be imported or doesn't work yet:
* Audio (I tried to import it but it doesn't work and makes suspend
crash)

What is untested:
* Modem
* WiFi
* Bluetooth
* Probably more

The following issues need to be solved:
* earlysuspend/earlyresume works
* real suspend/resume loops between suspend and resume state (not
visible to the user but most certainly affects battery life) (see
attached log)
* poweroff doesn't work at all: after saying "System halted", the serial
line still has bash running, there is still suspend/resume, etc

I pushed my work at git://git.paulk.fr/replicant/kernel-gta04.git branch
android-3.0-gta04. If you are going to clone it, please clone the
android-3.0 branch from AOSP common kernel and then pull my repo on top
(it is hosted on my ADSL line).

-- 
Paul Kocialkowski, Replicant developer

Replicant is a fully free Android distribution

Website:        http://www.replicant.us
Wiki/Tracker:   http://redmine.replicant.us
-------------- next part --------------
<6>Initializing cgroup subsys cpu
<5>Linux version 3.0.72-gb7e6d3ba-dirty (paulk at aldrin) (gcc version 4.4.3 (GCC) ) #5 PREEMPT Sun May 5 20:43:10 CEST 2013
<4>CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
<4>CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
<4>Machine: GTA04
<6>debug: ignoring loglevel setting.
<6>Reserving 12582912 bytes SDRAM for VRAM
<4>Memory policy: ECC disabled, Data cache writeback
<6>OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
<6>SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x10000
<7>On node 0 totalpages: 126464
<7>free_area_init_node: node 0, pgdat c06f7894, node_mem_map c0856000
<7>  Normal zone: 1024 pages used for memmap
<7>  Normal zone: 0 pages reserved
<7>  Normal zone: 125440 pages, LIFO batch:31
<6>Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz
<6>Reprogramming SDRC clock to 332000000 Hz
<7>pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
<7>pcpu-alloc: [0] 0 
<4>Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 125440
<5>Kernel command line: console=ttyO2,115200n8 mpurate=800 vram=12M omapfb.rotate_type=0 omapdss.def_disp=lcd twl4030_charger.allow_usb=1 musb_hdrc.preserve_vbus=1 log_buf_len=8M ignore_loglevel no_console_suspend earlyprintk
<6>log_buf_len: 8388608
<6>early log buf free: 260881(99%)
<6>PID hash table entries: 2048 (order: 1, 8192 bytes)
<6>Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
<6>Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
<6>Memory: 494MB = 494MB total
<5>Memory: 484592k/484592k available, 39696k reserved, 0K highmem
<5>Virtual kernel memory layout:
<5>    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
<5>    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
<5>    DMA     : 0xffc00000 - 0xffe00000   (   2 MB)
<5>    vmalloc : 0xe0800000 - 0xf8000000   ( 376 MB)
<5>    lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
<5>    modules : 0xbf000000 - 0xc0000000   (  16 MB)
<5>      .init : 0xc0008000 - 0xc006f000   ( 412 kB)
<5>      .text : 0xc006f000 - 0xc06a4248   (6357 kB)
<5>      .data : 0xc06a6000 - 0xc06f7f40   ( 328 kB)
<5>       .bss : 0xc06f7f64 - 0xc0855d08   (1400 kB)
<6>Preemptible hierarchical RCU implementation.
<6>NR_IRQS:410
<6>IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
<6>Total of 96 interrupts on 1 active controller
<6>OMAP clockevent source: GPTIMER1 at 32768 Hz
<6>sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
<6>Console: colour dummy device 80x30
<6>Calibrating delay loop... 597.64 BogoMIPS (lpj=2334720)
<6>pid_max: default: 32768 minimum: 301
<6>Mount-cache hash table entries: 512
<6>Initializing cgroup subsys debug
<6>Initializing cgroup subsys cpuacct
<6>Initializing cgroup subsys freezer
<6>CPU: Testing write buffer coherency: ok
<4>omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_core
<4>omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_per
<4>omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_wkup
<4>omap_hwmod: gpt12_fck: missing clockdomain for gpt12_fck.
<4>omap_hwmod: i2c1: softreset failed (waited 10000 usec)
<4>omap_hwmod: i2c2: softreset failed (waited 10000 usec)
<4>omap_hwmod: i2c3: softreset failed (waited 10000 usec)
<6>print_constraints: dummy: 
<6>NET: Registered protocol family 16
<6>GPMC revision 5.0
<6>OMAP GPIO hardware version 2.5
<4>omap_device: omap_gpio.1: new worst case activate latency 0: 30517
<6>OMAP GPIO hardware version 2.5
<6>OMAP GPIO hardware version 2.5
<6>OMAP GPIO hardware version 2.5
<6>OMAP GPIO hardware version 2.5
<6>OMAP GPIO hardware version 2.5
<4>gta04_init()
<6>omap_mux_init: Add partition: #1: core, flags: 0
<4>Running gta04_init_rev()
<4>gta04_rev 5
<4>omap_device: omap_uart.0: new worst case deactivate latency 0: 30517
<4>omap_device: omap_uart.2: new worst case activate latency 0: 30517
<6>Revision GTA04A4
<6>Found NAND on CS0
<6>Registering NAND on CS0
<4>gta04_init done...
<6>hw-breakpoint: debug architecture 0x4 unsupported.
<6>Switched to new clocking rate (Crystal/Core/MPU): 26.0/332/800 MHz
<6>OMAP DMA hardware revision 5.0
<6>bio: create slab <bio-0> at 0
<3>reg-fixed-voltage reg-fixed-voltage.1: Could not obtain regulator enable GPIO 212: -22
<4>reg-fixed-voltage: probe of reg-fixed-voltage.1 failed with error -22
<5>SCSI subsystem initialized
<4>omap_device: omap2_mcspi.1: new worst case activate latency 0: 30517
<6>usbcore: registered new interface driver usbfs
<6>usbcore: registered new interface driver hub
<6>usbcore: registered new device driver usb
<6>omap_i2c omap_i2c.1: bus 1 rev4.0 at 2600 kHz
<6>twl4030: PIH (irq 7) chaining IRQs 368..375
<6>twl4030: power (irq 373) chaining IRQs 376..383
<6>twl4030: gpio (irq 368) chaining IRQs 384..401
<7>machine_constraints_voltage: VUSB1V5: override min_uV, 1 -> 1500000
<7>machine_constraints_voltage: VUSB1V5: override max_uV, 2147483647 -> 1500000
<6>print_constraints: VUSB1V5: 1500 mV normal standby
<7>machine_constraints_voltage: VUSB1V8: override min_uV, 1 -> 1800000
<7>machine_constraints_voltage: VUSB1V8: override max_uV, 2147483647 -> 1800000
<6>print_constraints: VUSB1V8: 1800 mV normal standby
<7>machine_constraints_voltage: VUSB3V1: override min_uV, 1 -> 3100000
<7>machine_constraints_voltage: VUSB3V1: override max_uV, 2147483647 -> 3100000
<6>print_constraints: VUSB3V1: 3100 mV normal standby
<7>twl4030_usb twl4030_usb: HW_CONDITIONS 0x40/64; link 0
<6>twl4030_usb twl4030_usb: Initialized TWL4030 USB module
<6>print_constraints: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby
<6>print_constraints: VDAC: 1800 mV normal standby
<6>print_constraints: VAUX2: 2800 mV normal 
<6>print_constraints: VDVI: 1800 mV normal standby
<6>print_constraints: VSIM: 2800 mV normal standby
<6>print_constraints: VAUX1: 2500 <--> 3000 mV at 3000 mV normal standby
<6>print_constraints: VAUX3: 2500 mV normal standby
<7>machine_constraints_voltage: VAUX4: override max_uV, 3150000 -> 2800000
<6>print_constraints: VAUX4: 2800 mV normal standby
<4>omap_device: omap_i2c.1: new worst case deactivate latency 0: 30517
<4>omap_device: omap_i2c.2: new worst case activate latency 0: 30517
<6>omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
<6>omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz
<6>Advanced Linux Sound Architecture Driver Version 1.0.24.
<6>Sangoma WANPIPE Router v1.1 (c) 1995-2000 Sangoma Technologies Inc.
<6>Bluetooth: Core ver 2.16
<6>NET: Registered protocol family 31
<6>Bluetooth: HCI device and connection manager initialized
<6>Bluetooth: HCI socket layer initialized
<6>Bluetooth: L2CAP socket layer initialized
<6>Bluetooth: SCO socket layer initialized
<6>Switching to clocksource 32k_counter
<6>Switched to NOHz mode on CPU #0
<6>musb-hdrc: version 6.0, musb-dma, otg (peripheral+host)
<4>omap_device: musb-omap2430.-1: new worst case activate latency 0: 30517
<7>twl4030_usb twl4030_usb: twl4030_phy_resume
<7>musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
<7>musb-hdrc: MHDRC RTL version 1.800 
<7>musb-hdrc: setup fifo_mode 4
<7>musb-hdrc: 28/31 max ep, 16384/16384 memory
<6>musb-hdrc musb-hdrc: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
<6>NET: Registered protocol family 2
<6>IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
<6>TCP established hash table entries: 16384 (order: 5, 131072 bytes)
<6>TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
<6>TCP: Hash tables configured (established 16384 bind 16384)
<6>TCP reno registered
<6>UDP hash table entries: 256 (order: 0, 4096 bytes)
<6>UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
<6>NET: Registered protocol family 1
<6>RPC: Registered named UNIX socket transport module.
<6>RPC: Registered udp transport module.
<6>RPC: Registered tcp transport module.
<6>RPC: Registered tcp NFSv4.1 backchannel transport module.
<6>omap_dsp_init: 600000 bytes @ 9ee00000
<6>ashmem: initialized
<5>VFS: Disk quotas dquot_6.5.2
<4>Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
<6>fuse init (API version 7.16)
<6>msgmni has been set to 946
<6>io scheduler noop registered
<6>io scheduler cfq registered (default)
<6>OMAP DSS rev 2.0
<4>td028ttec1_panel_probe()
<4>jbt_reg_init()
<4>did jbt_reg_init()
<6>Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
<6>omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
<6>omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
<6>omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
<6>console [ttyO2] enabled
<6>omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
<6>brd: module loaded
<6>loop: module loaded
<6>Android kernel panic handler initialized (bind=kpanic)
<6>omap2-nand driver initializing
<6>ONFI flash detected
<6>NAND device: Manufacturer ID: 0x2c, Chip ID: 0xbc (Micron NAND 512MiB 1,8V 16-bit)
<5>Creating 5 MTD partitions on "omap2-nand.0":
<5>0x000000000000-0x000000080000 : "X-Loader"
<5>0x000000080000-0x000000260000 : "U-Boot"
<5>0x000000260000-0x000000280000 : "U-Boot Env"
<5>0x000000280000-0x000000680000 : "Kernel"
<5>0x000000680000-0x000020000000 : "File System"
<6>PPP generic driver version 2.4.2
<6>PPP Deflate Compression module registered
<6>PPP BSD Compression module registered
<6>PPP MPPE Compression module registered
<6>NET: Registered protocol family 24
<6>tun: Universal TUN/TAP device driver, 1.6
<6>tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
<6>ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<7>ehci_hcd: block sizes: qh 64 qtd 96 itd 160 sitd 96
<4>_regulator_get: ehci-omap.0 supply hsusb1 not found, using dummy regulator
<7>ehci-omap ehci-omap.0: phy reset operation timed out
<7>ehci-omap ehci-omap.0: reset hcs_params 0x1313 dbg=0 cc=1 pcc=3 ordered ports=3
<7>ehci-omap ehci-omap.0: reset hcc_params 0016 thresh 1 uframes 256/512/1024 park
<6>ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
<7>/data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/usb/core/inode.c: creating file 'devices'
<7>/data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/usb/core/inode.c: creating file '001'
<6>ehci-omap ehci-omap.0: new USB bus registered, assigned bus number 1
<7>ehci-omap ehci-omap.0: park 0
<6>ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
<7>ehci-omap ehci-omap.0: reset command 0080b02  park=3 ithresh=8 period=1024 Reset HALT
<7>ehci-omap ehci-omap.0: init command 0010005 (park)=0 ithresh=1 period=512 RUN
<6>ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
<7>usb usb1: default language 0x0409
<7>usb usb1: udev 1, busnum 1, minor = 0
<6>usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
<6>usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>usb usb1: Product: OMAP-EHCI Host Controller
<6>usb usb1: Manufacturer: Linux 3.0.72-gb7e6d3ba-dirty ehci_hcd
<6>usb usb1: SerialNumber: ehci-omap.0
<7>usb usb1: usb_probe_device
<7>usb usb1: configuration #1 chosen from 1 choice
<7>usb usb1: adding 1-0:1.0 (config #1, interface 0)
<7>hub 1-0:1.0: usb_probe_interface
<7>hub 1-0:1.0: usb_probe_interface - got id
<6>hub 1-0:1.0: USB hub found
<6>hub 1-0:1.0: 3 ports detected
<7>hub 1-0:1.0: standalone hub
<7>hub 1-0:1.0: individual port power switching
<7>hub 1-0:1.0: individual port over-current protection
<7>hub 1-0:1.0: power on to power good time: 20ms
<7>hub 1-0:1.0: local power source is good
<7>hub 1-0:1.0: enabling power on all ports
<7>/data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/usb/core/inode.c: creating file '001'
<7>ehci-omap ehci-omap.0: ...powerup ports...
<6>Initializing USB Mass Storage driver...
<6>usbcore: registered new interface driver usb-storage
<6>USB Mass Storage support registered.
<6>android_usb gadget: Mass Storage Function, version: 2009/09/11
<6>android_usb gadget: Number of LUNs=1
<6> lun0: LUN: removable file: (no medium)
<6>android_usb gadget: android_usb ready
<6>musb-hdrc musb-hdrc: MUSB HDRC host driver
<7>/data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/usb/core/inode.c: creating file '002'
<6>musb-hdrc musb-hdrc: new USB bus registered, assigned bus number 2
<7>usb usb2: default language 0x0409
<7>hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<7>usb usb2: udev 1, busnum 2, minor = 128
<6>usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
<6>usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
<6>usb usb2: Product: MUSB HDRC host driver
<6>usb usb2: Manufacturer: Linux 3.0.72-gb7e6d3ba-dirty musb-hcd
<6>usb usb2: SerialNumber: musb-hdrc
<7>usb usb2: usb_probe_device
<7>usb usb2: configuration #1 chosen from 1 choice
<7>usb usb2: adding 2-0:1.0 (config #1, interface 0)
<7>hub 2-0:1.0: usb_probe_interface
<7>hub 2-0:1.0: usb_probe_interface - got id
<6>hub 2-0:1.0: USB hub found
<6>hub 2-0:1.0: 1 port detected
<7>hub 2-0:1.0: standalone hub
<7>hub 2-0:1.0: individual port power switching
<7>hub 2-0:1.0: no over-current protection
<7>hub 2-0:1.0: Single TT
<7>hub 2-0:1.0: TT requires at most 8 FS bit times (666 ns)
<7>hub 2-0:1.0: power on to power good time: 10ms
<7>hub 2-0:1.0: 100mA bus power budget for each child
<7>hub 2-0:1.0: local power source is good
<7>hub 2-0:1.0: enabling power on all ports
<7>/data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/usb/core/inode.c: creating file '001'
<6>input: gpio-keys as /devices/platform/gpio-keys/input/input0
<4>tsc2007_init()
<6>input: tsc2007 as /devices/virtual/input/input1
<6>input: twl4030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input2
<6>using rtc device, twl_rtc, for alarms
<6>twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
<4>twl_rtc twl_rtc: Power up reset detected.
<6>twl_rtc twl_rtc: Enabling TWL-RTC.
<6>i2c /dev entries driver
<6>lirc_dev: IR Remote Control driver registered, major 250 
<6>IR NEC protocol handler initialized
<6>IR RC5(x) protocol handler initialized
<6>IR RC6 protocol handler initialized
<6>IR JVC protocol handler initialized
<6>IR Sony protocol handler initialized
<6>IR RC5 (streamzap) protocol handler initialized
<6>IR LIRC bridge handler initialized
<6>Linux video capture interface: v2.00
<7>twl4030_usb twl4030_usb: HW_CONDITIONS 0xc0/192; link 1
<7>hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<6>Driver for 1-wire Dallas network protocol.
<6>omap_hdq omap_hdq.0: OMAP HDQ Hardware Rev 0.5. Driver in Interrupt mode
<4>omap_device: omap_wdt.-1: new worst case activate latency 0: 30517
<6>OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
<6>Bluetooth: HCI UART driver ver 2.2
<6>Bluetooth: HCI H4 protocol initialized
<6>Bluetooth: HCILL protocol initialized
<6>cpuidle: using governor ladder
<6>cpuidle: using governor menu
<4>_regulator_get: omap_hsmmc.0 supply vmmc_aux not found, using dummy regulator
<4>_regulator_get: omap_hsmmc.1 supply vmmc not found, using dummy regulator
<4>_regulator_get: omap_hsmmc.1 supply vmmc_aux not found, using dummy regulator
<6>VUB300 Driver rom wait states = 1C irqpoll timeout = 0400
<6>usbcore: registered new interface driver vub300
<6>usbcore: registered new interface driver ushc
<7>Registered led device: gta04:red:aux
<7>Registered led device: gta04:green:aux
<7>Registered led device: gta04:red:power
<7>Registered led device: gta04:green:power
<6>usbcore: registered new interface driver usbhid
<6>usbhid: USB HID core driver
<6>logger: created 256K log 'log_main'
<6>logger: created 256K log 'log_events'
<6>logger: created 256K log 'log_radio'
<6>logger: created 256K log 'log_system'
<6>DSP Bridge driver loaded
<6>ALSA device list:
<6>  No soundcards found.
<6>oprofile: hardware counters not available
<6>oprofile: using timer interrupt.
<6>Netfilter messages via NETLINK v0.30.
<6>nf_conntrack version 0.5.0 (7571 buckets, 30284 max)
<6>ctnetlink v0.93: registering with nfnetlink.
<6>xt_time: kernel timezone is -0000
<6>ip_tables: (C) 2000-2006 Netfilter Core Team
<6>arp_tables: (C) 2002 David S. Miller
<6>TCP cubic registered
<6>Initializing XFRM netlink socket
<6>NET: Registered protocol family 10
<6>Mobile IPv6
<6>IPv6 over IPv4 tunneling driver
<6>NET: Registered protocol family 17
<6>NET: Registered protocol family 15
<6>Bluetooth: RFCOMM TTY layer initialized
<6>Bluetooth: RFCOMM socket layer initialized
<6>Bluetooth: RFCOMM ver 1.11
<6>Bluetooth: BNEP (Ethernet Emulation) ver 1.3
<6>Bluetooth: HIDP (Human Interface Emulation) ver 1.2
<6>L2TP core driver, V2.0
<6>PPPoL2TP kernel driver, V2.0
<6>L2TP debugfs support
<5>Registering the dns_resolver key type
<6>VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
<6>ThumbEE CPU extension supported.
<4>omap_device: omap_i2c.1: new worst case activate latency 0: 91552
<4>sr_init: No PMIC hook to init smartreflex
<6>smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
<6>smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
<6>bq27000-battery bq27000-battery: support ver. 1.2.0 enabled
<6>clock: disabling unused clocks to save power
<6>Console: switching to colour frame buffer device 60x40
<4>td028ttec1_panel_enable()
<4>gta04_enable_lcd()
<4>Doing PWM register
<4>mmc0: host does not support reading read-only switch. assuming write-enable.
<4>td028ttec1_panel_resume()
<6>mmc0: new SD card at address e624
<7>twl4030_usb twl4030_usb: HW_CONDITIONS 0x40/64; link 0
<7>twl4030_usb twl4030_usb: twl4030_phy_suspend
<6>mmcblk0: mmc0:e624 SU01G 968 MiB 
<6> mmcblk0: p1 p2 p3 p4
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<4>omapdss DPI: Could not find exact pixel clock. Requested 22000 kHz, got 22153 kHz
<4>gta04_enable_lcd()
<4>regulator_init_complete: VAUX3: incomplete constraints, leaving on
<4>regulator_init_complete: VDAC: incomplete constraints, leaving on
<6>twl_rtc twl_rtc: setting system clock to 2000-01-01 00:00:01 UTC (946684801)
<4>Warning: unable to open an initial console.
<6>Freeing init memory: 412K
<3>init: could not import file /system/etc/init.local.rc
<4>init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
<4>omap_device: omap_i2c.1: new worst case deactivate latency 0: 61035
<6>EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
<6>EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
<4>EXT4-fs (mmcblk0p3): warning: mounting unchecked fs, running e2fsck is recommended
<6>EXT4-fs (mmcblk0p3): mounted filesystem without journal. Opts: (null)
<4>EXT4-fs (mmcblk0p4): warning: mounting unchecked fs, running e2fsck is recommended
<6>EXT4-fs (mmcblk0p4): mounted filesystem without journal. Opts: (null)
<3>android_usb: already disabled
<6>adb_open
<6>adb_bind_config
<7>hub 1-0:1.0: hub_suspend
<7>usb usb1: bus auto-suspend
<7>ehci-omap ehci-omap.0: suspend root hub
<6>warning: `rild' uses 32-bit capabilities (legacy support in use)
<7>hub 2-0:1.0: hub_suspend
<7>usb usb2: bus auto-suspend
<2>EXT4-fs error (device mmcblk0p4): mb_free_blocks:1345: group 3, inode 22409: block 106093:freeing already freed block (bit 7789)
<2>EXT4-fs error (device mmcblk0p4): mb_free_blocks:1345: group 3, inode 22385: block 106094:freeing already freed block (bit 7790)
<6>request_suspend_state: wakeup (3->0) at 18762298586 (2000-01-01 00:00:16.026489258 UTC)
<6>acc_open
<6>acc_release
<6>request_suspend_state: sleep (0->3) at 85186437635 (2000-01-01 00:01:22.450597782 UTC)
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... 
<6>active wake lock PowerManagerService
<4>
<3>Freezing of user space  aborted
<4>
<4>Restarting tasks ... done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -16 (2000-01-01 00:01:22.546442714 UTC)
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a094262a ]---
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... (elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
<7>PM: Entering mem sleep
<4>td028ttec1_panel_suspend()
<4>gta04_disable_lcd()
<6>PM: suspend of devices complete after 144.588 msecs
<6>PM: late suspend of devices complete after 0.427 msecs
<6>Powerdomain (core_pwrdm) didn't enter target state 1
<6>Powerdomain (usbhost_pwrdm) didn't enter target state 1
<3>Could not enter target state in pm_suspend
<6>PM: early resume of devices complete after 0.244 msecs
<4>td028ttec1_panel_resume()
<4>gta04_enable_lcd()
<7>usb usb2: usb resume
<7>usb usb1: usb resume
<7>ehci-omap ehci-omap.0: resume root hub
<7>hub 2-0:1.0: hub_resume
<7>hub 1-0:1.0: hub_resume
<6>PM: resume of devices complete after 696.319 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<7>hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<6>wakeup wake lock: KeyEvents
<4>done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -1 (2000-01-01 00:01:23.966584156 UTC)
<6>active wake lock mmc1_detect
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a094262b ]---
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... (elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
<7>PM: Entering mem sleep
<7>hub 2-0:1.0: hub_suspend
<7>usb usb2: bus suspend
<7>hub 1-0:1.0: hub_suspend
<7>usb usb1: bus suspend
<7>ehci-omap ehci-omap.0: suspend root hub
<4>td028ttec1_panel_suspend()
<4>gta04_disable_lcd()
<6>PM: suspend of devices complete after 163.177 msecs
<6>PM: late suspend of devices complete after 0.427 msecs
<6>Powerdomain (core_pwrdm) didn't enter target state 1
<6>Powerdomain (usbhost_pwrdm) didn't enter target state 1
<3>Could not enter target state in pm_suspend
<6>PM: early resume of devices complete after 0.244 msecs
<4>td028ttec1_panel_resume()
<4>gta04_enable_lcd()
<7>usb usb2: usb resume
<7>usb usb1: usb resume
<7>ehci-omap ehci-omap.0: resume root hub
<7>hub 2-0:1.0: hub_resume
<7>hub 1-0:1.0: hub_resume
<6>PM: resume of devices complete after 693.542 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<7>hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<6>wakeup wake lock: KeyEvents
<4>done.
<7>hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -1 (2000-01-01 00:01:25.153046558 UTC)
<6>active wake lock mmc1_detect
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a094262c ]---
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... (elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
<7>PM: Entering mem sleep
<7>hub 2-0:1.0: hub_suspend
<7>usb usb2: bus suspend
<7>hub 1-0:1.0: hub_suspend
<7>usb usb1: bus suspend
<7>ehci-omap ehci-omap.0: suspend root hub
<4>td028ttec1_panel_suspend()
<4>gta04_disable_lcd()
<6>PM: suspend of devices complete after 165.679 msecs
<6>PM: late suspend of devices complete after 0.457 msecs
<6>Powerdomain (core_pwrdm) didn't enter target state 1
<6>Powerdomain (usbhost_pwrdm) didn't enter target state 1
<3>Could not enter target state in pm_suspend
<6>PM: early resume of devices complete after 0.244 msecs
<4>td028ttec1_panel_resume()
<4>gta04_enable_lcd()
<7>usb usb2: usb resume
<7>usb usb1: usb resume
<7>ehci-omap ehci-omap.0: resume root hub
<7>hub 2-0:1.0: hub_resume
<7>hub 1-0:1.0: hub_resume
<6>PM: resume of devices complete after 690.979 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<7>hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<6>wakeup wake lock: KeyEvents
<4>done.
<7>hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -1 (2000-01-01 00:01:26.952485032 UTC)
<6>active wake lock mmc1_detect
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a094262d ]---
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... (elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
<7>PM: Entering mem sleep
<7>hub 2-0:1.0: hub_suspend
<7>usb usb2: bus suspend
<7>hub 1-0:1.0: hub_suspend
<7>usb usb1: bus suspend
<7>ehci-omap ehci-omap.0: suspend root hub
<4>td028ttec1_panel_suspend()
<4>gta04_disable_lcd()
<6>PM: suspend of devices complete after 153.442 msecs
<6>PM: late suspend of devices complete after 0.427 msecs
<6>Powerdomain (core_pwrdm) didn't enter target state 1
<6>Powerdomain (usbhost_pwrdm) didn't enter target state 1
<3>Could not enter target state in pm_suspend
<6>PM: early resume of devices complete after 0.244 msecs
<4>td028ttec1_panel_resume()
<4>gta04_enable_lcd()
<4>omap_device: omap2_mcspi.3: new worst case deactivate latency 0: 30517
<7>usb usb2: usb resume
<7>usb usb1: usb resume
<7>ehci-omap ehci-omap.0: resume root hub
<7>hub 2-0:1.0: hub_resume
<7>hub 1-0:1.0: hub_resume
<6>PM: resume of devices complete after 694.549 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<7>hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<6>wakeup wake lock: KeyEvents
<6>request_suspend_state: wakeup (3->0) at 90007599788 (2000-01-01 00:01:28.839783612 UTC)
<4>done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -1 (2000-01-01 00:01:28.858063641 UTC)
<6>active wake lock PowerManagerService
<6>active wake lock mmc1_detect
<6>active wake lock main
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a094262e ]---
<7>hub 2-0:1.0: hub_suspend
<7>usb usb2: bus auto-suspend
<7>hub 1-0:1.0: hub_suspend
<7>usb usb1: bus auto-suspend
<7>ehci-omap ehci-omap.0: suspend root hub
<6>request_suspend_state: sleep (0->3) at 151240845630 (2000-01-01 00:02:30.073029454 UTC)
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... 
<6>active wake lock PowerManagerService
<4>
<3>Freezing of user space  aborted
<4>
<4>Restarting tasks ... done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -16 (2000-01-01 00:02:30.185975019 UTC)
<6>active wake lock mmc1_detect
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a094262f ]---
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... (elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
<7>PM: Entering mem sleep
<4>td028ttec1_panel_suspend()
<4>gta04_disable_lcd()
<6>PM: suspend of devices complete after 141.998 msecs
<6>PM: late suspend of devices complete after 0.427 msecs
<6>Powerdomain (core_pwrdm) didn't enter target state 1
<6>Powerdomain (usbhost_pwrdm) didn't enter target state 1
<3>Could not enter target state in pm_suspend
<6>PM: early resume of devices complete after 0.244 msecs
<4>td028ttec1_panel_resume()
<4>gta04_enable_lcd()
<7>usb usb2: usb resume
<7>usb usb1: usb resume
<7>ehci-omap ehci-omap.0: resume root hub
<7>hub 2-0:1.0: hub_resume
<7>hub 1-0:1.0: hub_resume
<6>PM: resume of devices complete after 667.602 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<7>hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<6>wakeup wake lock: KeyEvents
<4>done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -1 (2000-01-01 00:02:31.948090494 UTC)
<6>active wake lock mmc1_detect
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<6>request_suspend_state: wakeup (3->0) at 152614258723 (2000-01-01 00:02:32.081696450 UTC)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a0942630 ]---
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/kernel/irq/handle.c:130 handle_irq_event_percpu+0x68/0x170()
<4>irq 379 handler twl_rtc_interrupt+0x0/0x8c enabled interrupts
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c00d8de4>] (handle_irq_event_percpu+0x68/0x170)
<4>[<c00d8de4>] (handle_irq_event_percpu+0x68/0x170) from [<c00d8f40>] (handle_irq_event+0x54/0x74)
<4>[<c00d8f40>] (handle_irq_event+0x54/0x74) from [<c00dad38>] (handle_edge_irq+0x10c/0x160)
<4>[<c00dad38>] (handle_edge_irq+0x10c/0x160) from [<c00d8a4c>] (generic_handle_irq+0x2c/0x40)
<4>[<c00d8a4c>] (generic_handle_irq+0x2c/0x40) from [<c02a1f48>] (handle_twl4030_sih+0x90/0xb8)
<4>[<c02a1f48>] (handle_twl4030_sih+0x90/0xb8) from [<c00d8a4c>] (generic_handle_irq+0x2c/0x40)
<4>[<c00d8a4c>] (generic_handle_irq+0x2c/0x40) from [<c02a1924>] (twl4030_irq_thread+0xa4/0xf4)
<4>[<c02a1924>] (twl4030_irq_thread+0xa4/0xf4) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a0942631 ]---
<7>hub 2-0:1.0: hub_suspend
<7>usb usb2: bus auto-suspend
<7>hub 1-0:1.0: hub_suspend
<7>usb usb1: bus auto-suspend
<7>ehci-omap ehci-omap.0: suspend root hub
<7>twl4030_usb twl4030_usb: HW_CONDITIONS 0xc0/192; link 1
<7>twl4030_usb twl4030_usb: twl4030_phy_resume
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>android_usb gadget: high speed config #1: android
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=CONFIGURED
<6>request_suspend_state: sleep (0->3) at 280536957678 (2000-01-01 00:04:40.004395405 UTC)
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... (elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
<7>PM: Entering mem sleep
<4>td028ttec1_panel_suspend()
<4>gta04_disable_lcd()
<6>PM: suspend of devices complete after 137.359 msecs
<6>PM: late suspend of devices complete after 0.427 msecs
<6>Powerdomain (core_pwrdm) didn't enter target state 1
<6>Powerdomain (usbhost_pwrdm) didn't enter target state 1
<3>Could not enter target state in pm_suspend
<6>PM: early resume of devices complete after 0.244 msecs
<4>td028ttec1_panel_resume()
<4>gta04_enable_lcd()
<7>usb usb2: usb resume
<7>usb usb1: usb resume
<7>ehci-omap ehci-omap.0: resume root hub
<7>hub 2-0:1.0: hub_resume
<7>hub 1-0:1.0: hub_resume
<6>PM: resume of devices complete after 680.175 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<7>hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<6>adb_release
<6>wakeup wake lock: KeyEvents
<6>adb_open
<6>adb_bind_config
<4>done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -1 (2000-01-01 00:04:41.035340247 UTC)
<6>active wake lock mmc1_detect
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a0942632 ]---
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>android_usb gadget: high speed config #1: android
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=CONFIGURED
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... (elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
<7>PM: Entering mem sleep
<7>hub 2-0:1.0: hub_suspend
<7>usb usb2: bus suspend
<7>hub 1-0:1.0: hub_suspend
<7>usb usb1: bus suspend
<7>ehci-omap ehci-omap.0: suspend root hub
<4>td028ttec1_panel_suspend()
<4>gta04_disable_lcd()
<6>PM: suspend of devices complete after 157.775 msecs
<6>PM: late suspend of devices complete after 0.427 msecs
<6>Powerdomain (core_pwrdm) didn't enter target state 1
<6>Powerdomain (usbhost_pwrdm) didn't enter target state 1
<3>Could not enter target state in pm_suspend
<6>PM: early resume of devices complete after 0.244 msecs
<4>td028ttec1_panel_resume()
<4>gta04_enable_lcd()
<7>usb usb2: usb resume
<7>usb usb1: usb resume
<7>ehci-omap ehci-omap.0: resume root hub
<7>hub 2-0:1.0: hub_resume
<7>hub 1-0:1.0: hub_resume
<6>PM: resume of devices complete after 691.070 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<7>hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<6>adb_release
<6>wakeup wake lock: KeyEvents
<3>init: untracked pid 2022 exited
<6>adb_open
<6>adb_bind_config
<4>done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -1 (2000-01-01 00:04:42.977478916 UTC)
<6>active wake lock mmc1_detect
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a0942633 ]---
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... (elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
<6>android_work: sent uevent USB_STATE=CONNECTED
<4>
<7>PM: Entering mem sleep
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<3>pm_op(): platform_pm_suspend+0x0/0x54 returns -16
<3>PM: Device alarm failed to suspend: error -16
<3>PM: Some devices failed to suspend
<6>PM: resume of devices complete after 0.122 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -16 (2000-01-01 00:04:43.272919590 UTC)
<6>suspend: too many immediate wakeups, back off
<6>android_usb gadget: high speed config #1: android
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=CONFIGURED
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a0942634 ]---
<6>request_suspend_state: wakeup (3->0) at 284183533623 (2000-01-01 00:04:43.934967927 UTC)
<7>hub 2-0:1.0: hub_suspend
<7>usb usb2: bus auto-suspend
<7>hub 1-0:1.0: hub_suspend
<7>usb usb1: bus auto-suspend
<7>ehci-omap ehci-omap.0: suspend root hub
<6>request_suspend_state: sleep (0->3) at 344248815027 (2000-01-01 00:05:44.000279849 UTC)
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... (elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
<7>PM: Entering mem sleep
<4>td028ttec1_panel_suspend()
<4>gta04_disable_lcd()
<6>PM: suspend of devices complete after 148.529 msecs
<6>PM: late suspend of devices complete after 0.457 msecs
<6>Powerdomain (mpu_pwrdm) didn't enter target state 1
<6>Powerdomain (neon_pwrdm) didn't enter target state 1
<6>Powerdomain (core_pwrdm) didn't enter target state 1
<6>Powerdomain (dss_pwrdm) didn't enter target state 1
<6>Powerdomain (per_pwrdm) didn't enter target state 1
<6>Powerdomain (usbhost_pwrdm) didn't enter target state 1
<3>Could not enter target state in pm_suspend
<6>PM: early resume of devices complete after 0.244 msecs
<4>td028ttec1_panel_resume()
<4>gta04_enable_lcd()
<7>usb usb2: usb resume
<7>usb usb1: usb resume
<7>ehci-omap ehci-omap.0: resume root hub
<7>hub 2-0:1.0: hub_resume
<7>hub 1-0:1.0: hub_resume
<6>PM: resume of devices complete after 692.108 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<7>hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<6>adb_release
<6>wakeup wake lock: KeyEvents
<6>adb_open
<6>adb_bind_config
<4>done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -1 (2000-01-01 00:05:45.088288238 UTC)
<6>active wake lock mmc1_detect
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a0942635 ]---
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<4>Freezing user space processes ... (elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... 
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<4>(elapsed 0.02 seconds) done.
<7>PM: Entering mem sleep
<7>hub 2-0:1.0: hub_suspend
<7>usb usb2: bus suspend
<7>hub 1-0:1.0: hub_suspend
<7>usb usb1: bus suspend
<7>ehci-omap ehci-omap.0: suspend root hub
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_usb gadget: high speed config #1: android
<6>android_work: sent uevent USB_STATE=CONFIGURED
<4>td028ttec1_panel_suspend()
<4>gta04_disable_lcd()
<6>PM: suspend of devices complete after 158.325 msecs
<6>PM: late suspend of devices complete after 0.457 msecs
<6>Powerdomain (core_pwrdm) didn't enter target state 1
<6>Powerdomain (usbhost_pwrdm) didn't enter target state 1
<3>Could not enter target state in pm_suspend
<6>PM: early resume of devices complete after 0.244 msecs
<4>td028ttec1_panel_resume()
<4>gta04_enable_lcd()
<7>usb usb2: usb resume
<7>usb usb1: usb resume
<7>ehci-omap ehci-omap.0: resume root hub
<7>hub 2-0:1.0: hub_resume
<7>hub 1-0:1.0: hub_resume
<6>PM: resume of devices complete after 691.192 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<7>hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<6>wakeup wake lock: KeyEvents
<4>done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -1 (2000-01-01 00:05:46.970093654 UTC)
<6>active wake lock mmc1_detect
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a0942636 ]---
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... (elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
<7>PM: Entering mem sleep
<3>pm_op(): platform_pm_suspend+0x0/0x54 returns -16
<3>PM: Device alarm failed to suspend: error -16
<3>PM: Some devices failed to suspend
<6>PM: resume of devices complete after 0.152 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<6>adb_release
<6>adb_open
<6>adb_bind_config
<4>done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -16 (2000-01-01 00:05:47.293610500 UTC)
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a0942637 ]---
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>android_usb gadget: high speed config #1: android
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=CONFIGURED
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... (elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
<7>PM: Entering mem sleep
<3>pm_op(): platform_pm_suspend+0x0/0x54 returns -16
<3>PM: Device alarm failed to suspend: error -16
<3>PM: Some devices failed to suspend
<6>PM: resume of devices complete after 0.335 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<6>adb_release
<6>adb_open
<6>adb_bind_config
<4>done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -16 (2000-01-01 00:05:48.590332913 UTC)
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a0942638 ]---
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>android_usb gadget: high speed config #1: android
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=CONFIGURED
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... (elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
<7>PM: Entering mem sleep
<7>hub 2-0:1.0: hub_suspend
<7>usb usb2: bus suspend
<7>hub 1-0:1.0: hub_suspend
<7>usb usb1: bus suspend
<7>ehci-omap ehci-omap.0: suspend root hub
<4>td028ttec1_panel_suspend()
<4>gta04_disable_lcd()
<6>PM: suspend of devices complete after 157.745 msecs
<6>PM: late suspend of devices complete after 0.427 msecs
<6>Powerdomain (core_pwrdm) didn't enter target state 1
<6>Powerdomain (usbhost_pwrdm) didn't enter target state 1
<3>Could not enter target state in pm_suspend
<6>PM: early resume of devices complete after 0.244 msecs
<4>td028ttec1_panel_resume()
<4>gta04_enable_lcd()
<7>usb usb2: usb resume
<7>usb usb1: usb resume
<7>ehci-omap ehci-omap.0: resume root hub
<7>hub 2-0:1.0: hub_resume
<7>hub 1-0:1.0: hub_resume
<6>PM: resume of devices complete after 691.101 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<7>hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<6>adb_release
<6>wakeup wake lock: KeyEvents
<6>adb_open
<6>adb_bind_config
<4>done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -1 (2000-01-01 00:05:50.308350488 UTC)
<6>active wake lock mmc1_detect
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<6>android_usb gadget: high speed config #1: android
<4>---[ end trace ed7fea30a0942639 ]---
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=CONFIGURED
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... (elapsed 0.01 seconds) done.
<4>Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
<7>PM: Entering mem sleep
<7>hub 2-0:1.0: hub_suspend
<7>usb usb2: bus suspend
<7>hub 1-0:1.0: hub_suspend
<7>usb usb1: bus suspend
<7>ehci-omap ehci-omap.0: suspend root hub
<4>td028ttec1_panel_suspend()
<4>gta04_disable_lcd()
<6>PM: suspend of devices complete after 158.538 msecs
<6>PM: late suspend of devices complete after 0.427 msecs
<6>Powerdomain (core_pwrdm) didn't enter target state 1
<6>Powerdomain (usbhost_pwrdm) didn't enter target state 1
<3>Could not enter target state in pm_suspend
<6>PM: early resume of devices complete after 0.244 msecs
<4>td028ttec1_panel_resume()
<4>gta04_enable_lcd()
<7>usb usb2: usb resume
<7>usb usb1: usb resume
<7>ehci-omap ehci-omap.0: resume root hub
<7>hub 2-0:1.0: hub_resume
<7>hub 1-0:1.0: hub_resume
<6>PM: resume of devices complete after 689.819 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<7>hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<6>adb_release
<6>wakeup wake lock: KeyEvents
<6>adb_open
<6>adb_bind_config
<4>done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -1 (2000-01-01 00:05:51.983429833 UTC)
<6>active wake lock mmc1_detect
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<4>---[ end trace ed7fea30a094263a ]---
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... (elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... 
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<4>(elapsed 0.01 seconds) done.
<7>PM: Entering mem sleep
<7>hub 2-0:1.0: hub_suspend
<7>usb usb2: bus suspend
<7>hub 1-0:1.0: hub_suspend
<7>usb usb1: bus suspend
<7>ehci-omap ehci-omap.0: suspend root hub
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_usb gadget: high speed config #1: android
<6>android_work: sent uevent USB_STATE=CONFIGURED
<4>td028ttec1_panel_suspend()
<4>gta04_disable_lcd()
<6>PM: suspend of devices complete after 159.973 msecs
<6>PM: late suspend of devices complete after 0.427 msecs
<6>Powerdomain (core_pwrdm) didn't enter target state 1
<6>Powerdomain (usbhost_pwrdm) didn't enter target state 1
<3>Could not enter target state in pm_suspend
<6>PM: early resume of devices complete after 0.244 msecs
<4>td028ttec1_panel_resume()
<4>gta04_enable_lcd()
<7>usb usb2: usb resume
<7>usb usb1: usb resume
<7>ehci-omap ehci-omap.0: resume root hub
<7>hub 2-0:1.0: hub_resume
<7>hub 1-0:1.0: hub_resume
<6>PM: resume of devices complete after 681.182 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<7>hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<6>wakeup wake lock: KeyEvents
<4>done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -1 (2000-01-01 00:05:53.966950338 UTC)
<6>active wake lock mmc1_detect
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a094263b ]---
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... (elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
<7>PM: Entering mem sleep
<7>hub 2-0:1.0: hub_suspend
<7>usb usb2: bus suspend
<7>hub 1-0:1.0: hub_suspend
<7>usb usb1: bus suspend
<7>ehci-omap ehci-omap.0: suspend root hub
<4>td028ttec1_panel_suspend()
<4>gta04_disable_lcd()
<6>PM: suspend of devices complete after 154.907 msecs
<6>PM: late suspend of devices complete after 0.427 msecs
<6>Powerdomain (core_pwrdm) didn't enter target state 1
<6>Powerdomain (usbhost_pwrdm) didn't enter target state 1
<3>Could not enter target state in pm_suspend
<6>PM: early resume of devices complete after 0.244 msecs
<4>td028ttec1_panel_resume()
<4>gta04_enable_lcd()
<7>usb usb2: usb resume
<7>usb usb1: usb resume
<7>ehci-omap ehci-omap.0: resume root hub
<7>hub 2-0:1.0: hub_resume
<7>hub 1-0:1.0: hub_resume
<6>PM: resume of devices complete after 694.030 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<7>hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<6>adb_release
<6>wakeup wake lock: KeyEvents
<6>adb_open
<6>adb_bind_config
<4>done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -1 (2000-01-01 00:05:55.154663958 UTC)
<6>active wake lock mmc1_detect
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a094263c ]---
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... 
<6>android_work: did not send uevent (0 0   (null))
<4>(elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
<7>PM: Entering mem sleep
<7>hub 2-0:1.0: hub_suspend
<7>usb usb2: bus suspend
<7>hub 1-0:1.0: hub_suspend
<7>usb usb1: bus suspend
<7>ehci-omap ehci-omap.0: suspend root hub
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>android_work: sent uevent USB_STATE=CONNECTED
<4>td028ttec1_panel_suspend()
<6>android_usb gadget: high speed config #1: android
<6>android_work: sent uevent USB_STATE=CONFIGURED
<4>gta04_disable_lcd()
<6>PM: suspend of devices complete after 164.733 msecs
<6>PM: late suspend of devices complete after 0.488 msecs
<6>Powerdomain (core_pwrdm) didn't enter target state 1
<6>Powerdomain (usbhost_pwrdm) didn't enter target state 1
<3>Could not enter target state in pm_suspend
<6>PM: early resume of devices complete after 0.244 msecs
<4>td028ttec1_panel_resume()
<4>gta04_enable_lcd()
<7>usb usb2: usb resume
<7>usb usb1: usb resume
<7>ehci-omap ehci-omap.0: resume root hub
<7>hub 2-0:1.0: hub_resume
<7>hub 1-0:1.0: hub_resume
<6>PM: resume of devices complete after 691.864 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<7>hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<6>wakeup wake lock: KeyEvents
<4>done.
<7>hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -1 (2000-01-01 00:05:56.985352433 UTC)
<6>active wake lock mmc1_detect
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a094263d ]---
<6>PM: Syncing filesystems ... done.
<7>PM: Preparing system for mem sleep
<4>Freezing user space processes ... (elapsed 0.02 seconds) done.
<4>Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
<7>PM: Entering mem sleep
<7>hub 2-0:1.0: hub_suspend
<7>usb usb2: bus suspend
<7>hub 1-0:1.0: hub_suspend
<7>usb usb1: bus suspend
<7>ehci-omap ehci-omap.0: suspend root hub
<4>td028ttec1_panel_suspend()
<4>gta04_disable_lcd()
<6>PM: suspend of devices complete after 159.179 msecs
<6>PM: late suspend of devices complete after 0.427 msecs
<6>Powerdomain (core_pwrdm) didn't enter target state 1
<6>Powerdomain (usbhost_pwrdm) didn't enter target state 1
<3>Could not enter target state in pm_suspend
<6>PM: early resume of devices complete after 0.244 msecs
<4>td028ttec1_panel_resume()
<4>gta04_enable_lcd()
<7>usb usb2: usb resume
<7>usb usb1: usb resume
<7>ehci-omap ehci-omap.0: resume root hub
<7>hub 2-0:1.0: hub_resume
<7>hub 1-0:1.0: hub_resume
<6>PM: resume of devices complete after 688.964 msecs
<7>PM: Finishing wakeup.
<4>Restarting tasks ... 
<7>hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000
<7>hub 1-0:1.0: state 7 ports 3 chg 0000 evt 0000
<6>adb_release
<6>wakeup wake lock: KeyEvents
<6>adb_open
<6>adb_bind_config
<4>done.
<3>omap_hsmmc omap_hsmmc.1: could not set regulator OCR (-22)
<6>suspend: exit suspend, ret = -1 (2000-01-01 00:05:58.706818496 UTC)
<6>suspend: too many immediate wakeups, back off
<6>active wake lock mmc1_detect
<6>active wake lock suspend_backoff, time left 1280
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<4>------------[ cut here ]------------
<4>WARNING: at /data/Projets/replicant/replicant-4.0/kernel/goldelico-3.0/gta04/drivers/regulator/core.c:1406 _regulator_disable+0x60/0x170()
<4>unbalanced disables for dummy
<4>Modules linked in:
<4>[<c00799c0>] (unwind_backtrace+0x0/0xf0) from [<c009d604>] (warn_slowpath_common+0x4c/0x64)
<4>[<c009d604>] (warn_slowpath_common+0x4c/0x64) from [<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c)
<4>[<c009d69c>] (warn_slowpath_fmt+0x2c/0x3c) from [<c026ad9c>] (_regulator_disable+0x60/0x170)
<4>[<c026ad9c>] (_regulator_disable+0x60/0x170) from [<c026aedc>] (regulator_disable+0x30/0x6c)
<4>[<c026aedc>] (regulator_disable+0x30/0x6c) from [<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8)
<4>[<c03777fc>] (omap_hsmmc_235_set_power+0xa4/0xf8) from [<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414)
<4>[<c03762c4>] (omap_hsmmc_set_ios+0x70/0x414) from [<c03666c8>] (mmc_power_off+0x68/0x6c)
<4>[<c03666c8>] (mmc_power_off+0x68/0x6c) from [<c0367ec0>] (mmc_rescan+0x300/0x370)
<4>[<c0367ec0>] (mmc_rescan+0x300/0x370) from [<c00b054c>] (process_one_work+0x254/0x3a4)
<4>[<c00b054c>] (process_one_work+0x254/0x3a4) from [<c00b2da8>] (worker_thread+0x21c/0x418)
<4>[<c00b2da8>] (worker_thread+0x21c/0x418) from [<c00b6740>] (kthread+0x80/0x88)
<4>[<c00b6740>] (kthread+0x80/0x88) from [<c0075350>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace ed7fea30a094263e ]---
<6>android_work: did not send uevent (0 0   (null))
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=DISCONNECTED
<6>android_usb gadget: high speed config #1: android
<6>android_work: sent uevent USB_STATE=CONNECTED
<6>android_work: sent uevent USB_STATE=CONFIGURED
<7>hub 2-0:1.0: hub_suspend
<7>usb usb2: bus auto-suspend
<7>hub 1-0:1.0: hub_suspend
<7>usb usb1: bus auto-suspend
<7>ehci-omap ehci-omap.0: suspend root hub
<6>request_suspend_state: wakeup (3->0) at 365557252059 (2000-01-01 00:06:08.291718568 UTC)


More information about the Gta04-owner mailing list