2.6.37 (from devkit 2.1 gingerbread) and bbtoys-wifi

Hi Rowboating Beaglers,

I took a quick stab at implementing support for the bbtoys-wifi
(wl1271/ls240) board in the 2.6.37 kernel that comes from Devkit 2.1
Gingerbread. I've attached the patch. Basically, I took the code from
2.6.39 on Angstrom and changed the regulators and mmcbbt stuff until
it sort of works on 2.6.37.

It doesn't work correctly though, the wlan0 interface shows up but
there are some OCR errors. Probably some mistake in how I've defined
the fixed voltage regulator (the CONFIG fixed voltage regulator is
definitely enabled). In theory, it shouldn't be trying to turn on/off
the voltage since the bbtoys-wifi board has alway-on 1.8V and 3.3V
which is what it uses for the LS240. If anyone else wants to fix it
up, hope this code is useful as a starting point.

Thanks,
jaya

ps: here's how the current code ends up:

Uncompressing Linux... done, booting the kernel.
[ 0.000000] Linux version 2.6.37-gec6edf4-dirty
(test@lucidgingerbread) (gcc version 4.4.3 (GCC) ) #41 Tue Sep 13
20:19:58 MYT 2011
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: OMAP3 Beagle Board
[ 0.000000] Beagle expansionboard: bbtoys-wifi
[ 0.000000] Reserving 12582912 bytes SDRAM for VRAM
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] OMAP3630 ES1.1 (l2cache iva sgx neon isp 192mhz_clk )
[ 0.000000] SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x10000
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on.
Total pages: 126976
[ 0.000000] Kernel command line: console=ttyO2,115200n8
mpurate=auto buddy=bbtoys-wifi camera=lbcm3m1 vram=12M
omapfb.mode=dvi:640x480MR-16@60 omapdss.def_disp=dvi
root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 500MB = 500MB total
[ 0.000000] Memory: 499836k/499836k available, 24452k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xe0800000 - 0xf8000000 ( 376 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .init : 0xc0008000 - 0xc0040000 ( 224 kB)
[ 0.000000] .text : 0xc0040000 - 0xc06d5000 (6740 kB)
[ 0.000000] .data : 0xc06d6000 - 0xc071c840 ( 283 kB)
[ 0.000000] NR_IRQS:409
[ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/332/600 MHz
[ 0.000000] Reprogramming SDRC clock to 332000000 Hz
[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96
interrupts
[ 0.000000] Total of 96 interrupts on 1 active controller
[ 0.000000] GPMC revision 5.0
[ 0.000000] Trying to install interrupt handler for IRQ402
[ 0.000000] Trying to install interrupt handler for IRQ403
[ 0.000000] Trying to install interrupt handler for IRQ404
[ 0.000000] Trying to install interrupt handler for IRQ405
[ 0.000000] Trying to install interrupt handler for IRQ406
[ 0.000000] Trying to install interrupt handler for IRQ407
[ 0.000000] Trying to install interrupt handler for IRQ408
[ 0.000000] Trying to install type control for IRQ409
[ 0.000000] Trying to set irq flags for IRQ409
[ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] Calibrating delay loop... 597.64 BogoMIPS (lpj=2334720)
[ 0.000000] pid_max: default: 32768 minimum: 301
[ 0.000000] Security Framework initialized
[ 0.000000] Mount-cache hash table entries: 512
[ 0.000000] CPU: Testing write buffer coherency: ok
[ 0.000000] regulator: core version 0.5
[ 0.000000] regulator: dummy:
[ 0.000000] NET: Registered protocol family 16
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] OMAP GPIO hardware version 2.5
[ 0.000000] omap_mux_init: Add partition: #1: core, flags: 0
[ 0.000000] OMAP3 Beagle Rev: xM
[ 0.000000] Beagle expansionboard: registering wl12xx bt platform device
[ 0.000000] Beagle expansionboard: registering wl12xx wifi platform device
[ 0.000000] Found NAND on CS0
[ 0.000000] Registering NAND on CS0
[ 0.000000] Unable to get DVI reset GPIO
[ 0.000000] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.000000] OMAP DMA hardware revision 5.0
[ 0.025421] bio: create slab <bio-0> at 0
[ 0.026763] regulator: vwl1271: 1800 mV normal
[ 0.028472] SCSI subsystem initialized
[ 0.031280] usbcore: registered new interface driver usbfs
[ 0.031707] usbcore: registered new interface driver hub
[ 0.031951] usbcore: registered new device driver usb
[ 0.033233] omap_device: omap_i2c.1: new worst case activate latency 0: 30517
[ 0.045562] omap_i2c omap_i2c.1: bus 1 rev4.0 at 2600 kHz
[ 0.048736] twl4030: PIH (irq 7) chaining IRQs 368..375
[ 0.048767] twl4030: power (irq 373) chaining IRQs 376..383
[ 0.049377] twl4030: gpio (irq 368) chaining IRQs 384..401
[ 0.053771] regulator: VUSB1V5: 1500 mV normal standby
[ 0.054473] regulator: VUSB1V8: 1800 mV normal standby
[ 0.055084] regulator: VUSB3V1: 3100 mV normal standby
[ 0.056732] twl4030_usb twl4030_usb: Initialized TWL4030 USB module
[ 0.058380] regulator: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby
[ 0.059082] regulator: VDAC: 1800 mV normal standby
[ 0.059722] regulator: VDVI: 1800 mV normal standby
[ 0.060485] regulator: VSIM: 1800 <--> 3000 mV at 1800 mV normal standby
[ 0.061279] regulator: VAUX3: 1800 mV normal standby
[ 0.062042] regulator: VAUX4: 1800 mV normal standby
[ 0.062194] omap_device: omap_i2c.1: new worst case deactivate
latency 0: 30517
[ 0.076812] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
[ 0.092437] omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz
[ 0.094421] Advanced Linux Sound Architecture Driver Version 1.0.23.
[ 0.095275] Bluetooth: Core ver 2.15
[ 0.095489] NET: Registered protocol family 31
[ 0.095520] Bluetooth: HCI device and connection manager initialized
[ 0.095520] Bluetooth: HCI socket layer initialized
[ 0.096130] cfg80211: Calling CRDA to update world regulatory domain
[ 0.097656] Switching to clocksource 32k_counter
[ 0.225646] WL1271: BT_EN GPIO initialized
[ 0.225921] musb-hdrc: version 6.0, otg (peripheral+host), debug=0
[ 0.226043] musb-hdrc musb-hdrc.0: dma type: dma-inventra
[ 0.226440] musb-hdrc musb-hdrc.0: USB OTG mode controller at
fa0ab000 using DMA, IRQ 92
[ 0.227081] NET: Registered protocol family 2
[ 0.227264] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.227722] TCP established hash table entries: 16384 (order: 5,
131072 bytes)
[ 0.228088] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.228302] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.228302] TCP reno registered
[ 0.228332] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.228363] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.228576] NET: Registered protocol family 1
[ 0.228942] RPC: Registered udp transport module.
[ 0.228942] RPC: Registered tcp transport module.
[ 0.228973] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.229217] NetWinder Floating Point Emulator V0.97 (double precision)
[ 0.230499] omap-iommu omap-iommu.0: isp registered
[ 0.230865] AM37x/DM37x Linux PSP version 04.02.00.07 (OMAP3BEAGLE)
[ 0.393432] ashmem: initialized
[ 0.393920] VFS: Disk quotas dquot_6.5.2
[ 0.394012] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.395019] JFFS2 version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
[ 0.395690] msgmni has been set to 976
[ 0.397003] io scheduler noop registered
[ 0.397003] io scheduler deadline registered
[ 0.397155] io scheduler cfq registered (default)
[ 0.457397] OMAP DSS rev 2.0
[ 0.457489] OMAP DISPC rev 3.0
[ 0.457519] OMAP VENC rev 2
[ 0.457855] OMAP DSI rev 1.0
[ 0.786804] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.788848] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 72) is a OMAP UART0
[ 0.789276] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 73) is a OMAP UART1
[ 0.789672] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
[ 1.531921] console [ttyO2] enabled
[ 1.536010] omap_uart.3: ttyO3 at MMIO 0x49042000 (irq = 80) is a OMAP UART3
[ 1.555511] brd: module loaded
[ 1.564453] loop: module loaded
[ 1.570434] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.577209] omap2-nand driver initializing
[ 1.581909] No NAND device found.
[ 1.585662] No NAND device found.
[ 1.589416] OneNAND driver initializing
[ 1.596099] usbcore: registered new interface driver asix
[ 1.602020] usbcore: registered new interface driver cdc_ether
[ 1.608367] usbcore: registered new interface driver smsc95xx
[ 1.614624] usbcore: registered new interface driver net1080
[ 1.620727] usbcore: registered new interface driver cdc_subset
[ 1.627136] usbcore: registered new interface driver zaurus
[ 1.633728] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.640716] ehci-omap.0 supply hsusb0 not found, using dummy regulator
[ 1.647613] ehci-omap.0 supply hsusb1 not found, using dummy regulator
[ 3.668090] ehci-omap ehci-omap.0: OMAP-EHCI Host Controller
[ 3.674652] ehci-omap ehci-omap.0: new USB bus registered, assigned
bus number 1
[ 3.682556] ehci-omap ehci-omap.0: irq 77, io mem 0x48064800
[ 3.699432] ehci-omap ehci-omap.0: USB 2.0 started, EHCI 1.00
[ 3.705535] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.712677] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 3.720245] usb usb1: Product: OMAP-EHCI Host Controller
[ 3.725860] usb usb1: Manufacturer: Linux 2.6.37-gec6edf4-dirty ehci_hcd
[ 3.732879] usb usb1: SerialNumber: ehci-omap.0
[ 3.738677] hub 1-0:1.0: USB hub found
[ 3.742614] hub 1-0:1.0: 3 ports detected
[ 3.777801] Initializing USB Mass Storage driver...
[ 3.783203] usbcore: registered new interface driver usb-storage
[ 3.789520] USB Mass Storage support registered.
[ 3.794586] usbcore: registered new interface driver usbtest
[ 3.801177] mice: PS/2 mouse device common for all mice
[ 3.807525] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 3.816802] input: twl4030_pwrbutton as
/devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl4030_pwrbutton/input/input1
[ 3.830352] using rtc device, twl_rtc, for alarms
[ 3.835205] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[ 3.842712] i2c /dev entries driver
[ 3.847869] Linux media interface: v0.10
[ 3.852172] Linux video capture interface: v2.00
[ 3.857360] omap_device: omap_wdt.-1: new worst case activate
latency 0: 30517
[ 3.865539] OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
[ 3.872344] twl4030_wdt twl4030_wdt: Failed to register misc device
[ 3.878906] twl4030_wdt: probe of twl4030_wdt failed with error -16
[ 3.886047] device-mapper: uevent: version 1.0.3
[ 3.891510] device-mapper: ioctl: 4.18.0-ioctl (2010-06-29)
initialised: dm-devel@redhat.com
[ 3.900482] Bluetooth: HCI UART driver ver 2.2
[ 3.905151] Bluetooth: HCI H4 protocol initialized
[ 3.910186] Bluetooth: HCILL protocol initialized
[ 3.920440] mmci-omap-hs.1 supply vmmc not found, using dummy regulator
[ 3.927429] mmci-omap-hs.1 supply vmmc_aux not found, using dummy regulator
[ 3.935333] mmc0: mmc_rescan: trying to init card at 400000 Hz
[ 3.943511] usbcore: registered new interface driver usbhid
[ 3.949401] usbhid: USB HID core driver
[ 3.954162] usbcore: registered new interface driver snd-usb-audio
[ 3.962127] OMAP3 Beagle/Devkit8000 SoC init
[ 4.040588] asoc: twl4030-hifi <-> omap-mcbsp-dai.1 mapping ok
[ 4.048248] ALSA device list:
[ 4.051422] #0: omap3beagle
[ 4.054504] oprofile: hardware counters not available
[ 4.059814] oprofile: using timer interrupt.
[ 4.064453] nf_conntrack version 0.5.0 (7809 buckets, 31236 max)
[ 4.071319] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 4.077026] TCP cubic registered
[ 4.080413] Initializing XFRM netlink socket
[ 4.084930] NET: Registered protocol family 17
[ 4.089599] NET: Registered protocol family 15
[ 4.094451] Bluetooth: L2CAP ver 2.15
[ 4.098297] Bluetooth: L2CAP socket layer initialized
[ 4.103607] Bluetooth: SCO (Voice Link) ver 0.6
[ 4.108367] Bluetooth: SCO socket layer initialized
[ 4.113555] usb 1-2: new high speed USB device using ehci-omap and address 2
[ 4.121124] Bluetooth: RFCOMM TTY layer initialized
[ 4.126281] Bluetooth: RFCOMM socket layer initialized
[ 4.131683] Bluetooth: RFCOMM ver 1.11
[ 4.135620] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.141204] Bluetooth: BNEP filters: protocol multicast
[ 4.146667] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 4.153381] Registering the dns_resolver key type
[ 4.158355] VFP support v0.3: implementor 41 architecture 3 part 30
variant c rev 3
[ 4.167053] ThumbEE CPU extension supported.
[ 4.174713] Power Management for TI OMAP3.
[ 4.179840] smartreflex smartreflex.0: omap_sr_probe: SmartReflex
driver initialized
[ 4.188140] smartreflex smartreflex.1: omap_sr_probe: SmartReflex
driver initialized
[ 4.196685] SmartReflex Class3 initialized
[ 4.205383] clock: disabling unused clocks to save power
[ 4.211853] platform mpu.0: omap_voltage_scale: Already at the
requestedrate 600000000
[ 4.226501] fbcvt: 640x480@60: CVT Name - .307M3-R
[ 4.244354] regulator_init_complete: incomplete constraints, leaving VAUX3 on
[ 4.252868] regulator_init_complete: incomplete constraints, leaving VDAC on
[ 4.260559] regulator_init_complete: incomplete constraints,
leaving vwl1271 on
[ 4.269989] twl_rtc twl_rtc: setting system clock to 2011-08-17
01:23:34 UTC (1313544214)
[ 4.278747] omap_vout omap_vout: Buffer Size = 3686400
[ 4.285675] omap_vout omap_vout: : registered and initialized video device 0
[ 4.293151] omap_vout omap_vout: Buffer Size = 3686400
[ 4.299926] omap_vout omap_vout: : registered and initialized video device 1
[ 4.308197] Waiting for root device /dev/mmcblk0p2...
[ 4.325286] usb 1-2: New USB device found, idVendor=0424, idProduct=9514
[ 4.332397] usb 1-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.341247] hub 1-2:1.0: USB hub found
[ 4.345458] hub 1-2:1.0: 5 ports detected
[ 4.584411] mmc0: host does not support reading read-only switch.
assuming write-enable.
[ 4.605957] mmc0: new high speed SDHC card at address 1234
[ 4.612304] mmcblk0: mmc0:1234 SA04G 3.68 GiB
[ 4.620635] mmcblk0: p1 p2
[ 4.624969] mmc1: mmc_rescan: trying to init card at 400000 Hz
[ 4.631164] mmci-omap-hs mmci-omap-hs.1: could not set regulator OCR (-22)
[ 4.639129] usb 1-2.1: new high speed USB device using ehci-omap
and address 3
[ 4.650604] EXT3-fs: barriers not enabled
[ 4.689697] mmc1: mmc_rescan: got err 0 from send io op so attaching sdio
[ 4.697021] mmc1: card claims to support voltages below the defined
range. These will be ignored.
[ 4.736206] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 4.747833] mmc1: new SDIO card at address 0001
[ 4.753662] mmci-omap-hs mmci-omap-hs.1: could not set regulator OCR (-22)
[ 4.762634] usb 1-2.1: New USB device found, idVendor=0424, idProduct=ec00
[ 4.769866] usb 1-2.1: New USB device strings: Mfr=0, Product=0,
SerialNumber=0
[ 4.781127] smsc95xx v1.0.4
[ 4.825408] mmci-omap-hs mmci-omap-hs.1: could not set regulator OCR (-22)
[ 4.860137] smsc95xx 1-2.1:1.0: usb0: register 'smsc95xx' at
usb-ehci-omap.0-2.1, smsc95xx USB 2.0 Ethernet, c6:7b:c2:6a:3c:2a
[ 4.906707] wl1271: loaded
[ 4.909545] wl1271: initialized
[ 4.912994] ------------[ cut here ]------------
[ 4.917846] WARNING: at drivers/regulator/core.c:1371
_regulator_disable+0x68/0x170()
[ 4.926086] unbalanced disables for dummy
[ 4.930297] Modules linked in:
[ 4.933471] Backtrace:
[ 4.936187] [<c004f65c>] (dump_backtrace+0x0/0x110) from
[<c04d1684>] (dump_stack+0x18/0x1c)
[ 4.945068] r7:00000009 r6:0000055b r5:c026e9b4 r4:ded99d80
[ 4.951049] [<c04d166c>] (dump_stack+0x0/0x1c) from [<c0077348>]
(warn_slowpath_common+0x54/0x6c)
[ 4.960388] [<c00772f4>] (warn_slowpath_common+0x0/0x6c) from
[<c0077404>] (warn_slowpath_fmt+0x38/0x40)
[ 4.970336] r9:ded99eb8 r8:decb3608 r7:dec24400 r6:ded99dc4 r5:fffffffb
[ 4.977203] r4:dec24400
[ 4.979980] [<c00773cc>] (warn_slowpath_fmt+0x0/0x40) from
[<c026e9b4>] (_regulator_disable+0x68/0x170)
[ 4.989837] r3:c06754be r2:c067519a
[ 4.993591] [<c026e94c>] (_regulator_disable+0x0/0x170) from
[<c026eaf8>] (regulator_disable+0x3c/0x7c)
[ 5.003448] r7:dec24400 r6:ded99dc4 r5:ded99dc4 r4:dec24440
[ 5.009429] [<c026eabc>] (regulator_disable+0x0/0x7c) from
[<c0384e9c>] (omap_hsmmc_23_set_power+0xac/0x100)
[ 5.019744] r7:00000000 r6:00000000 r5:dee71cc0 r4:dee64a40
[ 5.025695] [<c0384df0>] (omap_hsmmc_23_set_power+0x0/0x100) from
[<c0383bd0>] (omap_hsmmc_set_ios+0x78/0x478)
[ 5.036407] [<c0383b58>] (omap_hsmmc_set_ios+0x0/0x478) from
[<c0374ba4>] (mmc_power_off+0x9c/0xa8)
[ 5.045898] [<c0374b08>] (mmc_power_off+0x0/0xa8) from [<c0374cc0>]
(mmc_power_save_host+0x110/0x11c)
[ 5.055572] r6:00000000 r5:00000000 r4:dee64800
[ 5.060455] [<c0374bb0>] (mmc_power_save_host+0x0/0x11c) from
[<c0377164>] (mmc_runtime_suspend+0x14/0x18)
[ 5.070587] r5:00000000 r4:def92c08
[ 5.074371] [<c0377150>] (mmc_runtime_suspend+0x0/0x18) from
[<c029dbd8>] (rpm_suspend+0x29c/0x45c)
[ 5.083862] [<c029d93c>] (rpm_suspend+0x0/0x45c) from [<c029e9bc>]
(__pm_runtime_suspend+0x44/0x5c)
[ 5.093383] [<c029e978>] (__pm_runtime_suspend+0x0/0x5c) from
[<c0377134>] (mmc_runtime_idle+0x14/0x18)
[ 5.103210] r5:def92c08 r4:00000000
[ 5.106994] [<c0377120>] (mmc_runtime_idle+0x0/0x18) from
[<c029df28>] (rpm_idle+0x134/0x16c)
[ 5.115936] [<c029ddf4>] (rpm_idle+0x0/0x16c) from [<c029e950>]
(pm_runtime_work+0x5c/0x84)
[ 5.124786] r7:00000000
[ 5.127502] r6:c029e8f4 r5:dec24c00 r4:ded267c0
[ 5.132568] [<c029e8f4>] (pm_runtime_work+0x0/0x84) from
[<c008cce0>] (process_one_work+0x278/0x3f8)
[ 5.142150] [<c008ca68>] (process_one_work+0x0/0x3f8) from
[<c008eaf0>] (worker_thread+0x218/0x410)
[ 5.151641] [<c008e8d8>] (worker_thread+0x0/0x410) from
[<c0092374>] (kthread+0x8c/0x94)
[ 5.160156] [<c00922e8>] (kthread+0x0/0x94) from [<c007a6ac>]
(do_exit+0x0/0x638)
[ 5.168029] r7:00000013 r6:c007a6ac r5:c00922e8 r4:dec31ec0
[ 5.173950] ---[ end trace 112e44dcd8050c72 ]---
[ 10.826538] kjournald starting. Commit interval 5 seconds
[ 10.832366] EXT3-fs (mmcblk0p2): warning: maximal mount count
reached, running e2fsck is recommended
[ 11.248565] EXT3-fs (mmcblk0p2): using internal journal
[ 11.254089] EXT3-fs (mmcblk0p2): recovery complete
[ 11.266571] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
[ 11.273864] VFS: Mounted root (ext3 filesystem) on device 179:2.
[ 11.280242] Freeing init memory: 224K
[ 17.759918] usb0: link up, 100Mbps, full-duplex, lpa 0x45E1

beaglexm_bbtoys_wifi_2637.patch (5.13 KB)