Advertisement
Guest User

Untitled

a guest
Feb 15th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 126.59 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Initializing cgroup subsys cpuset
  3. [ 0.000000] Initializing cgroup subsys cpu
  4. [ 0.000000] Initializing cgroup subsys cpuacct
  5. [ 0.000000] Linux version 4.4.48-ti-r88 (root@b1-omap5-uevm-2gb) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP Sun Feb 12 01:06:00 UTC 2017
  6. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  7. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  8. [ 0.000000] Machine model: TI AM335x BeagleBone Green Wireless
  9. [ 0.000000] cma: Reserved 48 MiB at 0x9c800000
  10. [ 0.000000] Memory policy: Data cache writeback
  11. [ 0.000000] On node 0 totalpages: 130560
  12. [ 0.000000] free_area_init_node: node 0, pgdat c105f300, node_mem_map df961000
  13. [ 0.000000] Normal zone: 1152 pages used for memmap
  14. [ 0.000000] Normal zone: 0 pages reserved
  15. [ 0.000000] Normal zone: 130560 pages, LIFO batch:31
  16. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  17. [ 0.000000] AM335X ES2.1 (sgx neon )
  18. [ 0.000000] PERCPU: Embedded 13 pages/cpu @df921000 s24320 r8192 d20736 u53248
  19. [ 0.000000] pcpu-alloc: s24320 r8192 d20736 u53248 alloc=13*4096
  20. [ 0.000000] pcpu-alloc: [0] 0
  21. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129408
  22. [ 0.000000] Kernel command line: console=tty0 console=ttyO0,115200n8 root=/dev/mmcblk0p1 rootfstype=ext4 rootwait coherent_pool=1M net.ifnames=0 quiet cape_universal=enable
  23. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  24. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  25. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  26. [ 0.000000] Memory: 444768K/522240K available (11370K kernel code, 917K rwdata, 3800K rodata, 748K init, 907K bss, 28320K reserved, 49152K cma-reserved, 0K highmem)
  27. [ 0.000000] Virtual kernel memory layout:
  28. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  29. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  30. vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
  31. lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  32. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  33. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  34. .text : 0xc0008000 - 0xc0ed8adc (15171 kB)
  35. .init : 0xc0ed9000 - 0xc0f94000 ( 748 kB)
  36. .data : 0xc0f94000 - 0xc10795d0 ( 918 kB)
  37. .bss : 0xc107c000 - 0xc115efa8 ( 908 kB)
  38. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  39. [ 0.000000] Hierarchical RCU implementation.
  40. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  41. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  42. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
  43. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  44. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  45. [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz
  46. [ 0.000016] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
  47. [ 0.000039] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  48. [ 0.000052] OMAP clocksource: timer1 at 24000000 Hz
  49. [ 0.001022] clocksource_probe: no matching clocksources found
  50. [ 0.001233] Console: colour dummy device 80x30
  51. [ 0.001398] console [tty0] enabled
  52. [ 0.001421] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
  53. [ 0.001428] This ensures that you still see kernel messages. Please
  54. [ 0.001434] update your kernel commandline.
  55. [ 0.001455] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656)
  56. [ 0.046792] pid_max: default: 32768 minimum: 301
  57. [ 0.046946] Security Framework initialized
  58. [ 0.046960] Yama: becoming mindful.
  59. [ 0.046997] AppArmor: AppArmor disabled by boot time parameter
  60. [ 0.047181] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  61. [ 0.047194] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  62. [ 0.048048] Initializing cgroup subsys io
  63. [ 0.048084] Initializing cgroup subsys memory
  64. [ 0.048129] Initializing cgroup subsys devices
  65. [ 0.048146] Initializing cgroup subsys freezer
  66. [ 0.048162] Initializing cgroup subsys net_cls
  67. [ 0.048177] Initializing cgroup subsys perf_event
  68. [ 0.048193] Initializing cgroup subsys net_prio
  69. [ 0.048217] Initializing cgroup subsys pids
  70. [ 0.048275] CPU: Testing write buffer coherency: ok
  71. [ 0.048336] ftrace: allocating 34648 entries in 102 pages
  72. [ 0.146560] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  73. [ 0.146684] Setting up static identity map for 0x80008280 - 0x800082e0
  74. [ 0.150878] Brought up 1 CPUs
  75. [ 0.150904] SMP: Total of 1 processors activated (995.32 BogoMIPS).
  76. [ 0.150912] CPU: All CPU(s) started in SVC mode.
  77. [ 0.152484] devtmpfs: initialized
  78. [ 0.170044] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  79. [ 0.189787] omap_hwmod: debugss: _wait_target_disable failed
  80. [ 0.231127] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  81. [ 0.235244] xor: measuring software checksum speed
  82. [ 0.274793] arm4regs : 1219.000 MB/sec
  83. [ 0.314786] 8regs : 1091.000 MB/sec
  84. [ 0.354787] 32regs : 1089.000 MB/sec
  85. [ 0.394786] neon : 1739.000 MB/sec
  86. [ 0.394794] xor: using function: neon (1739.000 MB/sec)
  87. [ 0.394827] pinctrl core: initialized pinctrl subsystem
  88. [ 0.396828] NET: Registered protocol family 16
  89. [ 0.400528] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  90. [ 0.401753] cpuidle: using governor ladder
  91. [ 0.401775] cpuidle: using governor menu
  92. [ 0.407549] OMAP GPIO hardware version 0.1
  93. [ 0.410090] GPIO line 112 (MCASP0_AXR0) hogged as output/low
  94. [ 0.418939] No ATAGs?
  95. [ 0.418973] hw-breakpoint: debug architecture 0x4 unsupported.
  96. [ 0.419527] omap4_sram_init:Unable to allocate sram needed to handle errata I688
  97. [ 0.419544] omap4_sram_init:Unable to get sram pool needed to handle errata I688
  98. [ 0.498999] raid6: int32x1 gen() 230 MB/s
  99. [ 0.566847] raid6: int32x1 xor() 176 MB/s
  100. [ 0.634954] raid6: int32x2 gen() 304 MB/s
  101. [ 0.702939] raid6: int32x2 xor() 199 MB/s
  102. [ 0.770911] raid6: int32x4 gen() 284 MB/s
  103. [ 0.838905] raid6: int32x4 xor() 199 MB/s
  104. [ 0.906903] raid6: int32x8 gen() 282 MB/s
  105. [ 0.974891] raid6: int32x8 xor() 186 MB/s
  106. [ 1.042826] raid6: neonx1 gen() 1463 MB/s
  107. [ 1.110805] raid6: neonx1 xor() 846 MB/s
  108. [ 1.178795] raid6: neonx2 gen() 1885 MB/s
  109. [ 1.246809] raid6: neonx2 xor() 1170 MB/s
  110. [ 1.314805] raid6: neonx4 gen() 1928 MB/s
  111. [ 1.382787] raid6: neonx4 xor() 1204 MB/s
  112. [ 1.450828] raid6: neonx8 gen() 1188 MB/s
  113. [ 1.518812] raid6: neonx8 xor() 844 MB/s
  114. [ 1.518820] raid6: using algorithm neonx4 gen() 1928 MB/s
  115. [ 1.518827] raid6: .... xor() 1204 MB/s, rmw enabled
  116. [ 1.518834] raid6: using intx1 recovery algorithm
  117. [ 1.528048] edma 49000000.edma: TI EDMA DMA engine driver
  118. [ 1.533002] SCSI subsystem initialized
  119. [ 1.533432] libata version 3.00 loaded.
  120. [ 1.533783] usbcore: registered new interface driver usbfs
  121. [ 1.533857] usbcore: registered new interface driver hub
  122. [ 1.533962] usbcore: registered new device driver usb
  123. [ 1.534546] omap_i2c 44e0b000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
  124. [ 1.534599] omap_i2c 4819c000.i2c: could not find pctldev for node /ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
  125. [ 1.534729] media: Linux media interface: v0.10
  126. [ 1.534879] Linux video capture interface: v2.00
  127. [ 1.534994] pps_core: LinuxPPS API ver. 1 registered
  128. [ 1.535002] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  129. [ 1.535032] PTP clock support registered
  130. [ 1.535961] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
  131. [ 1.537348] NetLabel: Initializing
  132. [ 1.537365] NetLabel: domain hash size = 128
  133. [ 1.537371] NetLabel: protocols = UNLABELED CIPSOv4
  134. [ 1.537433] NetLabel: unlabeled traffic allowed by default
  135. [ 1.537866] clocksource: Switched to clocksource timer1
  136. [ 1.648854] NET: Registered protocol family 2
  137. [ 1.649712] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  138. [ 1.649765] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  139. [ 1.649825] TCP: Hash tables configured (established 4096 bind 4096)
  140. [ 1.649995] UDP hash table entries: 256 (order: 1, 8192 bytes)
  141. [ 1.650017] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  142. [ 1.650379] NET: Registered protocol family 1
  143. [ 1.650980] RPC: Registered named UNIX socket transport module.
  144. [ 1.650996] RPC: Registered udp transport module.
  145. [ 1.651003] RPC: Registered tcp transport module.
  146. [ 1.651009] RPC: Registered tcp NFSv4.1 backchannel transport module.
  147. [ 1.651660] Unpacking initramfs...
  148. [ 2.036345] Freeing initrd memory: 5116K (c8080000 - c857f000)
  149. [ 2.036939] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
  150. [ 2.039871] futex hash table entries: 256 (order: 2, 16384 bytes)
  151. [ 2.040004] audit: initializing netlink subsys (disabled)
  152. [ 2.040093] audit: type=2000 audit(1.972:1): initialized
  153. [ 2.050380] zbud: loaded
  154. [ 2.051124] VFS: Disk quotas dquot_6.6.0
  155. [ 2.051401] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  156. [ 2.054181] NFS: Registering the id_resolver key type
  157. [ 2.054266] Key type id_resolver registered
  158. [ 2.054275] Key type id_legacy registered
  159. [ 2.054307] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  160. [ 2.054711] fuse init (API version 7.23)
  161. [ 2.055339] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  162. [ 2.063914] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  163. [ 2.064180] io scheduler noop registered
  164. [ 2.064198] io scheduler deadline registered
  165. [ 2.064269] io scheduler cfq registered (default)
  166. [ 2.065615] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
  167. [ 2.067585] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle
  168. [ 2.068910] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  169. [ 2.072379] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 158, base_baud = 3000000) is a 8250
  170. [ 2.085826] console [ttyS0] enabled
  171. [ 2.086960] 481a6000.serial: ttyS3 at MMIO 0x481a6000 (irq = 159, base_baud = 3000000) is a 8250
  172. [ 2.088451] [drm] Initialized drm 1.1.0 20060810
  173. [ 2.093375] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  174. [ 2.093422] ehci-platform: EHCI generic platform driver
  175. [ 2.093608] ehci-omap: OMAP-EHCI Host Controller driver
  176. [ 2.094255] usbcore: registered new interface driver usb-storage
  177. [ 2.096423] 47401300.usb-phy supply vcc not found, using dummy regulator
  178. [ 2.099123] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  179. [ 2.099144] musb-hdrc: MHDRC RTL version 2.0
  180. [ 2.099152] musb-hdrc: setup fifo_mode 4
  181. [ 2.099171] musb-hdrc: 28/31 max ep, 16384/16384 memory
  182. [ 2.100814] 47401b00.usb-phy supply vcc not found, using dummy regulator
  183. [ 2.103222] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  184. [ 2.103241] musb-hdrc: MHDRC RTL version 2.0
  185. [ 2.103249] musb-hdrc: setup fifo_mode 4
  186. [ 2.103263] musb-hdrc: 28/31 max ep, 16384/16384 memory
  187. [ 2.103421] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
  188. [ 2.103458] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
  189. [ 2.103776] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  190. [ 2.103789] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  191. [ 2.103799] usb usb1: Product: MUSB HDRC host driver
  192. [ 2.103808] usb usb1: Manufacturer: Linux 4.4.48-ti-r88 musb-hcd
  193. [ 2.103817] usb usb1: SerialNumber: musb-hdrc.1.auto
  194. [ 2.104734] hub 1-0:1.0: USB hub found
  195. [ 2.104804] hub 1-0:1.0: 1 port detected
  196. [ 2.114926] mousedev: PS/2 mouse device common for all mice
  197. [ 2.116962] omap_rtc 44e3e000.rtc: already running
  198. [ 2.117408] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
  199. [ 2.118430] i2c /dev entries driver
  200. [ 2.120010] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  201. [ 2.120420] cpuidle: enable-method property 'ti,am3352' found operations
  202. [ 2.121075] omap_hsmmc 48060000.mmc: Got CD GPIO
  203. [ 2.200910] mmc0: host does not support reading read-only switch, assuming write-enable
  204. [ 2.203448] mmc0: new high speed SDHC card at address e624
  205. [ 2.204436] mmcblk0: mmc0:e624 SP16G 14.8 GiB
  206. [ 2.205775] mmcblk0: p1
  207. [ 2.247610] mmc1: MAN_BKOPS_EN bit is not set
  208. [ 2.250932] mmc1: new high speed MMC card at address 0001
  209. [ 2.251890] mmcblk1: mmc1:0001 Q2J54A 3.64 GiB
  210. [ 2.252319] mmcblk1boot0: mmc1:0001 Q2J54A partition 1 2.00 MiB
  211. [ 2.252724] mmcblk1boot1: mmc1:0001 Q2J54A partition 2 2.00 MiB
  212. [ 2.291521] hidraw: raw HID events driver (C) Jiri Kosina
  213. [ 2.292410] usbcore: registered new interface driver usbhid
  214. [ 2.292424] usbhid: USB HID core driver
  215. [ 2.295935] ashmem: initialized
  216. [ 2.296872] remoteproc0: wkup_m3 is available
  217. [ 2.296889] remoteproc0: Note: remoteproc is still under development and considered experimental.
  218. [ 2.296897] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
  219. [ 2.298702] omap_hsmmc 47810000.mmc: card claims to support voltages below defined range
  220. [ 2.300653] NET: Registered protocol family 10
  221. [ 2.302418] mip6: Mobile IPv6
  222. [ 2.302449] NET: Registered protocol family 17
  223. [ 2.302662] Key type dns_resolver registered
  224. [ 2.302681] mpls_gso: MPLS GSO support
  225. [ 2.303053] omap_voltage_late_init: Voltage driver support not added
  226. [ 2.311101] PM: Cannot get wkup_m3_ipc handle
  227. [ 2.315689] ThumbEE CPU extension supported.
  228. [ 2.315723] Registering SWP/SWPB emulation handler
  229. [ 2.316943] registered taskstats version 1
  230. [ 2.317176] zswap: loaded using pool lzo/zbud
  231. [ 2.321536] mmc2: queuing unknown CIS tuple 0x91 (3 bytes)
  232. [ 2.323856] mmc2: new high speed SDIO card at address 0001
  233. [ 2.325433] Btrfs loaded
  234. [ 2.350209] Key type encrypted registered
  235. [ 2.353168] input: tps65217_pwr_but as /devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/input/input0
  236. [ 2.375998] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  237. [ 2.376578] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  238. [ 2.376632] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  239. [ 2.378547] at24 2-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  240. [ 2.378941] at24 2-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  241. [ 2.379338] at24 2-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  242. [ 2.379725] at24 2-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  243. [ 2.379768] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
  244. [ 2.381047] remoteproc0: powering up wkup_m3
  245. [ 2.381115] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 217148
  246. [ 2.381373] remoteproc0: remote processor wkup_m3 is now up
  247. [ 2.381399] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192
  248. [ 2.387107] bone_capemgr bone_capemgr: Baseboard: 'A335BNLT,GW1A,BBGW16056700'
  249. [ 2.387144] bone_capemgr bone_capemgr: compatible-baseboard=ti,beaglebone-black - #slots=4
  250. [ 2.425877] bone_capemgr bone_capemgr: slot #0: No cape found
  251. [ 2.469877] bone_capemgr bone_capemgr: slot #1: No cape found
  252. [ 2.493879] usb 1-1: new high-speed USB device number 2 using musb-hdrc
  253. [ 2.513870] bone_capemgr bone_capemgr: slot #2: No cape found
  254. [ 2.544298] bone_capemgr bone_capemgr: Invalid signature 'ffffffff' at slot 3
  255. [ 2.551518] bone_capemgr bone_capemgr: slot #3: No cape found
  256. [ 2.557543] bone_capemgr bone_capemgr: initialized OK.
  257. [ 2.563206] PM: bootloader does not support rtc-only!
  258. [ 2.564174] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:02:48 UTC (946684968)
  259. [ 2.564206] of_cfs_init
  260. [ 2.564336] of_cfs_init: OK
  261. [ 2.569977] PM: Hibernation image not present or could not be loaded.
  262. [ 2.571841] Freeing unused kernel memory: 748K (c0ed9000 - c0f94000)
  263. [ 2.627969] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
  264. [ 2.627993] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  265. [ 2.628003] usb 1-1: Product: USB2.0 Hub
  266. [ 2.629238] hub 1-1:1.0: USB hub found
  267. [ 2.629619] hub 1-1:1.0: 4 ports detected
  268. [ 2.685331] random: systemd-udevd: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
  269. [ 2.690509] random: systemd-udevd: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
  270. [ 2.690675] random: systemd-udevd: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
  271. [ 2.704586] random: udevadm: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
  272. [ 2.705041] random: udevadm: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
  273. [ 2.705218] random: udevadm: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
  274. [ 2.706280] random: udevadm: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
  275. [ 2.706998] random: udevadm: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
  276. [ 2.707555] random: udevadm: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
  277. [ 2.708165] random: udevadm: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
  278. [ 6.031714] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
  279. [ 6.566452] systemd[1]: System time before build time, advancing clock.
  280. [ 6.607911] systemd[1]: Failed to insert module 'kdbus': Function not implemented
  281. [ 6.642639] systemd[1]: systemd 230 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  282. [ 6.643399] systemd[1]: Detected architecture arm.
  283. [ 6.644831] systemd[1]: Set hostname to <beaglebone>.
  284. [ 7.257685] systemd[1]: Listening on fsck to fsckd communication Socket.
  285. [ 7.258725] systemd[1]: Reached target Remote File Systems (Pre).
  286. [ 7.259245] systemd[1]: Listening on Journal Socket.
  287. [ 7.260042] systemd[1]: Listening on Journal Audit Socket.
  288. [ 7.260179] systemd[1]: Reached target Swap.
  289. [ 7.260708] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  290. [ 7.261018] systemd[1]: Listening on Syslog Socket.
  291. [ 7.261145] systemd[1]: Reached target Encrypted Volumes.
  292. [ 7.261420] systemd[1]: Listening on Journal Socket (/dev/log).
  293. [ 7.262758] systemd[1]: Created slice System Slice.
  294. [ 7.267352] systemd[1]: Starting Remount Root and Kernel File Systems...
  295. [ 7.307532] systemd[1]: Starting Load Kernel Modules...
  296. [ 7.308691] systemd[1]: Created slice system-getty.slice.
  297. [ 7.370503] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  298. [ 7.418776] systemd[1]: Mounting POSIX Message Queue File System...
  299. [ 7.460467] systemd[1]: Mounting /sys/kernel/debug...
  300. [ 7.460654] systemd[1]: Reached target Remote File Systems.
  301. [ 7.464802] EXT4-fs (mmcblk0p1): re-mounted. Opts: errors=remount-ro
  302. [ 7.548337] systemd[1]: Starting Journal Service...
  303. [ 7.549111] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  304. [ 7.549649] systemd[1]: Listening on udev Control Socket.
  305. [ 7.610291] systemd[1]: Reached target Paths.
  306. [ 7.610847] systemd[1]: Listening on udev Kernel Socket.
  307. [ 7.611820] systemd[1]: Created slice User and Session Slice.
  308. [ 7.611981] systemd[1]: Reached target Slices.
  309. [ 7.612379] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  310. [ 7.613344] systemd[1]: Created slice system-serial\x2dgetty.slice.
  311. [ 7.639588] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  312. [ 7.708587] systemd[1]: Mounted POSIX Message Queue File System.
  313. [ 7.708932] systemd[1]: Mounted /sys/kernel/debug.
  314. [ 7.721365] systemd[1]: Started Remount Root and Kernel File Systems.
  315. [ 7.732374] systemd[1]: Started Load Kernel Modules.
  316. [ 7.738858] systemd[1]: Started Create list of required static device nodes for the current kernel.
  317. [ 7.765488] systemd[1]: Starting Create Static Device Nodes in /dev...
  318. [ 7.800742] systemd[1]: Mounting Configuration File System...
  319. [ 7.868001] systemd[1]: Mounting FUSE Control File System...
  320. [ 7.967221] systemd[1]: Starting Apply Kernel Variables...
  321. [ 8.053440] systemd[1]: Starting Load/Save Random Seed...
  322. [ 8.117776] systemd[1]: Starting udev Coldplug all Devices...
  323. [ 8.225793] systemd[1]: Mounted FUSE Control File System.
  324. [ 8.238634] systemd[1]: Mounted Configuration File System.
  325. [ 8.239553] systemd[1]: Started Journal Service.
  326. [ 8.610951] systemd-journald[544]: Received request to flush runtime journal from PID 1
  327. [ 10.920797] random: nonblocking pool is initialized
  328. [ 15.036983] using random self ethernet address
  329. [ 15.037015] using random host ethernet address
  330. [ 15.184882] Mass Storage Function, version: 2009/09/11
  331. [ 15.184916] LUN: removable file: (no medium)
  332. [ 15.354187] usb0: HOST MAC 88:c2:55:80:f2:5c
  333. [ 15.355689] usb0: MAC 88:c2:55:80:f2:5d
  334. [ 15.797442] configfs-gadget gadget: high-speed config #1: c
  335. [ 27.116650] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
  336. [ 28.900416] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
  337. [ 29.026651] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
  338. [ 34.133722] ------------[ cut here ]------------
  339. [ 34.133784] WARNING: CPU: 0 PID: 13 at drivers/net/wireless/ti/wlcore/sdio.c:107 wl12xx_sdio_raw_read+0xf4/0x1cc [wlcore_sdio]()
  340. [ 34.133793] Modules linked in: wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  341. [ 34.133955] CPU: 0 PID: 13 Comm: kworker/0:1 Not tainted 4.4.48-ti-r88 #1
  342. [ 34.133964] Hardware name: Generic AM33XX (Flattened Device Tree)
  343. [ 34.133993] Workqueue: events request_firmware_work_func
  344. [ 34.134038] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  345. [ 34.134065] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  346. [ 34.134086] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  347. [ 34.134102] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  348. [ 34.134120] [<c0043058>] (warn_slowpath_null) from [<bf09e4d8>] (wl12xx_sdio_raw_read+0xf4/0x1cc [wlcore_sdio])
  349. [ 34.134254] [<bf09e4d8>] (wl12xx_sdio_raw_read [wlcore_sdio]) from [<bf29db14>] (wl18xx_get_pg_ver+0xb8/0x29c [wl18xx])
  350. [ 34.134551] [<bf29db14>] (wl18xx_get_pg_ver [wl18xx]) from [<bf25b1e0>] (wlcore_nvs_cb+0x2c4/0xa58 [wlcore])
  351. [ 34.134658] [<bf25b1e0>] (wlcore_nvs_cb [wlcore]) from [<c06ff794>] (request_firmware_work_func+0x50/0x8c)
  352. [ 34.134678] [<c06ff794>] (request_firmware_work_func) from [<c005eb94>] (process_one_work+0x158/0x460)
  353. [ 34.134693] [<c005eb94>] (process_one_work) from [<c005eef0>] (worker_thread+0x54/0x4f8)
  354. [ 34.134711] [<c005eef0>] (worker_thread) from [<c0064f08>] (kthread+0xfc/0x114)
  355. [ 34.134733] [<c0064f08>] (kthread) from [<c0010f20>] (ret_from_fork+0x14/0x34)
  356. [ 34.134743] ---[ end trace 0070b7c13d429e9b ]---
  357. [ 34.134762] wl1271_sdio mmc2:0001:2: sdio read failed (-84)
  358. [ 34.140469] wlcore: ERROR couldn't get hw info
  359. [ 42.051273] Bluetooth: Core ver 2.21
  360. [ 42.051727] NET: Registered protocol family 31
  361. [ 42.051759] Bluetooth: HCI device and connection manager initialized
  362. [ 42.051825] Bluetooth: HCI socket layer initialized
  363. [ 42.051875] Bluetooth: L2CAP socket layer initialized
  364. [ 42.052084] Bluetooth: SCO socket layer initialized
  365. [ 42.097147] Bluetooth: HCI UART driver ver 2.3
  366. [ 42.097207] Bluetooth: HCI UART protocol H4 registered
  367. [ 42.097232] Bluetooth: HCI UART protocol BCSP registered
  368. [ 42.097255] Bluetooth: HCI UART protocol LL registered
  369. [ 42.097277] Bluetooth: HCI UART protocol ATH3K registered
  370. [ 42.097299] Bluetooth: HCI UART protocol Three-wire (H5) registered
  371. [ 42.106410] Bluetooth: HCI UART protocol BCM registered
  372. [ 42.106462] Bluetooth: HCI UART protocol QCA registered
  373. [ 42.566295] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  374. [ 42.566324] Bluetooth: BNEP filters: protocol multicast
  375. [ 42.566360] Bluetooth: BNEP socket layer initialized
  376. [ 125.866297] usb 1-1.3: new high-speed USB device number 3 using musb-hdrc
  377. [ 125.966063] usb 1-1.3: New USB device found, idVendor=0b95, idProduct=1790
  378. [ 125.966126] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  379. [ 125.966159] usb 1-1.3: Product: AX88179
  380. [ 125.966189] usb 1-1.3: Manufacturer: ASIX Elec. Corp.
  381. [ 125.966217] usb 1-1.3: SerialNumber: 000050B617B2CB
  382. [ 126.581393] ax88179_178a 1-1.3:1.0 eth0: register 'ax88179_178a' at usb-musb-hdrc.1.auto-1.3, ASIX AX88179 USB 3.0 Gigabit Ethernet, 00:50:b6:17:b2:cb
  383. [ 126.601414] usbcore: registered new interface driver ax88179_178a
  384. [ 126.934111] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  385. [ 163.797751] ax88179_178a 1-1.3:1.0 eth0: ax88179 - Link status is: 1
  386. [ 163.809751] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  387. [ 163.919548] 8021q: 802.1Q VLAN Support v1.8
  388. [ 532.622217] bone_capemgr bone_capemgr: part_number 'cape-universala', version 'N/A'
  389. [ 532.622300] bone_capemgr bone_capemgr: slot #4: override
  390. [ 532.628029] bone_capemgr bone_capemgr: Using override eeprom data at slot 4
  391. [ 532.628085] bone_capemgr bone_capemgr: slot #4: 'Override Board Name,00A0,Override Manuf,cape-universala'
  392. [ 532.818465] pinctrl-single 44e10800.pinmux: pin 44e10818.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_03_pinmux
  393. [ 532.830305] pinctrl-single 44e10800.pinmux: pin-6 (ocp:P8_03_pinmux) status -22
  394. [ 532.837748] pinctrl-single 44e10800.pinmux: could not request pin 6 (44e10818.0) from group pinmux_P8_03_default_pin on device pinctrl-single
  395. [ 532.850658] bone-pinmux-helper ocp:P8_03_pinmux: Error applying setting, reverse things back
  396. [ 532.884920] pinctrl-single 44e10800.pinmux: pin 44e10818.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_03_pinmux
  397. [ 532.896655] pinctrl-single 44e10800.pinmux: pin-6 (ocp:P8_03_pinmux) status -22
  398. [ 532.904095] pinctrl-single 44e10800.pinmux: could not request pin 6 (44e10818.0) from group pinmux_P8_03_default_pin on device pinctrl-single
  399. [ 532.916986] bone-pinmux-helper ocp:P8_03_pinmux: Error applying setting, reverse things back
  400. [ 532.925504] bone-pinmux-helper ocp:P8_03_pinmux: Failed to select default state
  401. [ 532.940928] ------------[ cut here ]------------
  402. [ 532.940988] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  403. [ 532.940999] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  404. [ 532.941153] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  405. [ 532.941162] Hardware name: Generic AM33XX (Flattened Device Tree)
  406. [ 532.941207] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  407. [ 532.941237] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  408. [ 532.941260] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  409. [ 532.941278] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  410. [ 532.941295] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  411. [ 532.941320] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  412. [ 532.941339] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  413. [ 532.941358] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  414. [ 532.941375] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  415. [ 532.941401] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  416. [ 532.941419] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  417. [ 532.941435] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  418. [ 532.941449] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  419. [ 532.941466] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  420. [ 532.941490] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  421. [ 532.941510] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  422. [ 532.941529] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  423. [ 532.941558] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  424. [ 532.941577] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  425. [ 532.941594] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  426. [ 532.941612] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  427. [ 532.941631] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  428. [ 532.941649] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  429. [ 532.941666] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  430. [ 532.941682] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  431. [ 532.941700] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  432. [ 532.941718] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  433. [ 532.941738] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  434. [ 532.941756] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  435. [ 532.941783] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  436. [ 532.941803] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  437. [ 532.941819] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  438. [ 532.941843] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  439. [ 532.941854] ---[ end trace 0070b7c13d429e9c ]---
  440. [ 532.941901] bone-pinmux-helper: probe of ocp:P8_03_pinmux failed with error -22
  441. [ 532.956087] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  442. [ 532.957150] pinctrl-single 44e10800.pinmux: pin 44e10808.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_05_pinmux
  443. [ 532.968934] pinctrl-single 44e10800.pinmux: pin-2 (ocp:P8_05_pinmux) status -22
  444. [ 532.976350] pinctrl-single 44e10800.pinmux: could not request pin 2 (44e10808.0) from group pinmux_P8_05_default_pin on device pinctrl-single
  445. [ 532.989252] bone-pinmux-helper ocp:P8_05_pinmux: Error applying setting, reverse things back
  446. [ 533.046003] pinctrl-single 44e10800.pinmux: pin 44e10808.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_05_pinmux
  447. [ 533.057765] pinctrl-single 44e10800.pinmux: pin-2 (ocp:P8_05_pinmux) status -22
  448. [ 533.065212] pinctrl-single 44e10800.pinmux: could not request pin 2 (44e10808.0) from group pinmux_P8_05_default_pin on device pinctrl-single
  449. [ 533.078183] bone-pinmux-helper ocp:P8_05_pinmux: Error applying setting, reverse things back
  450. [ 533.086752] bone-pinmux-helper ocp:P8_05_pinmux: Failed to select default state
  451. [ 533.101456] ------------[ cut here ]------------
  452. [ 533.101509] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  453. [ 533.101518] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  454. [ 533.101646] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  455. [ 533.101653] Hardware name: Generic AM33XX (Flattened Device Tree)
  456. [ 533.101693] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  457. [ 533.101720] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  458. [ 533.101740] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  459. [ 533.101755] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  460. [ 533.101769] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  461. [ 533.101791] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  462. [ 533.101807] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  463. [ 533.101822] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  464. [ 533.101835] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  465. [ 533.101858] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  466. [ 533.101873] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  467. [ 533.101886] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  468. [ 533.101898] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  469. [ 533.101911] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  470. [ 533.101932] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  471. [ 533.101948] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  472. [ 533.101965] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  473. [ 533.101991] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  474. [ 533.102006] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  475. [ 533.102020] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  476. [ 533.102035] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  477. [ 533.102051] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  478. [ 533.102066] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  479. [ 533.102079] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  480. [ 533.102092] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  481. [ 533.102106] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  482. [ 533.102121] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  483. [ 533.102139] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  484. [ 533.102153] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  485. [ 533.102177] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  486. [ 533.102194] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  487. [ 533.102207] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  488. [ 533.102227] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  489. [ 533.102237] ---[ end trace 0070b7c13d429e9d ]---
  490. [ 533.102275] bone-pinmux-helper: probe of ocp:P8_05_pinmux failed with error -22
  491. [ 533.114344] pinctrl-single 44e10800.pinmux: pin 44e1080c.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_06_pinmux
  492. [ 533.126106] pinctrl-single 44e10800.pinmux: pin-3 (ocp:P8_06_pinmux) status -22
  493. [ 533.133540] pinctrl-single 44e10800.pinmux: could not request pin 3 (44e1080c.0) from group pinmux_P8_06_default_pin on device pinctrl-single
  494. [ 533.146443] bone-pinmux-helper ocp:P8_06_pinmux: Error applying setting, reverse things back
  495. [ 533.179471] pinctrl-single 44e10800.pinmux: pin 44e1080c.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_06_pinmux
  496. [ 533.191174] pinctrl-single 44e10800.pinmux: pin-3 (ocp:P8_06_pinmux) status -22
  497. [ 533.198635] pinctrl-single 44e10800.pinmux: could not request pin 3 (44e1080c.0) from group pinmux_P8_06_default_pin on device pinctrl-single
  498. [ 533.211610] bone-pinmux-helper ocp:P8_06_pinmux: Error applying setting, reverse things back
  499. [ 533.220147] bone-pinmux-helper ocp:P8_06_pinmux: Failed to select default state
  500. [ 533.234561] ------------[ cut here ]------------
  501. [ 533.234615] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  502. [ 533.234624] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  503. [ 533.234751] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  504. [ 533.234758] Hardware name: Generic AM33XX (Flattened Device Tree)
  505. [ 533.234799] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  506. [ 533.234826] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  507. [ 533.234847] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  508. [ 533.234862] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  509. [ 533.234876] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  510. [ 533.234897] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  511. [ 533.234913] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  512. [ 533.234927] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  513. [ 533.234941] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  514. [ 533.234964] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  515. [ 533.234979] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  516. [ 533.234992] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  517. [ 533.235004] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  518. [ 533.235017] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  519. [ 533.235038] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  520. [ 533.235055] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  521. [ 533.235071] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  522. [ 533.235096] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  523. [ 533.235112] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  524. [ 533.235126] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  525. [ 533.235141] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  526. [ 533.235156] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  527. [ 533.235171] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  528. [ 533.235184] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  529. [ 533.235198] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  530. [ 533.235212] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  531. [ 533.235229] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  532. [ 533.235247] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  533. [ 533.235262] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  534. [ 533.235286] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  535. [ 533.235303] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  536. [ 533.235316] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  537. [ 533.235335] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  538. [ 533.235504] ---[ end trace 0070b7c13d429e9e ]---
  539. [ 533.243120] bone-pinmux-helper: probe of ocp:P8_06_pinmux failed with error -22
  540. [ 533.248740] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  541. [ 533.252702] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  542. [ 533.256946] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  543. [ 533.261075] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  544. [ 533.264746] pinctrl-single 44e10800.pinmux: pin 44e10834.0 already requested by 47810000.mmc; cannot claim for ocp:P8_11_pinmux
  545. [ 533.276507] pinctrl-single 44e10800.pinmux: pin-13 (ocp:P8_11_pinmux) status -22
  546. [ 533.284022] pinctrl-single 44e10800.pinmux: could not request pin 13 (44e10834.0) from group pinmux_P8_11_default_pin on device pinctrl-single
  547. [ 533.297007] bone-pinmux-helper ocp:P8_11_pinmux: Error applying setting, reverse things back
  548. [ 533.362220] pinctrl-single 44e10800.pinmux: pin 44e10834.0 already requested by 47810000.mmc; cannot claim for ocp:P8_11_pinmux
  549. [ 533.373986] pinctrl-single 44e10800.pinmux: pin-13 (ocp:P8_11_pinmux) status -22
  550. [ 533.381516] pinctrl-single 44e10800.pinmux: could not request pin 13 (44e10834.0) from group pinmux_P8_11_default_pin on device pinctrl-single
  551. [ 533.394526] bone-pinmux-helper ocp:P8_11_pinmux: Error applying setting, reverse things back
  552. [ 533.403058] bone-pinmux-helper ocp:P8_11_pinmux: Failed to select default state
  553. [ 533.469135] ------------[ cut here ]------------
  554. [ 533.469193] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  555. [ 533.469202] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  556. [ 533.469330] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  557. [ 533.469338] Hardware name: Generic AM33XX (Flattened Device Tree)
  558. [ 533.469379] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  559. [ 533.469407] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  560. [ 533.469427] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  561. [ 533.469442] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  562. [ 533.469457] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  563. [ 533.469478] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  564. [ 533.469494] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  565. [ 533.469508] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  566. [ 533.469522] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  567. [ 533.469545] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  568. [ 533.469560] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  569. [ 533.469573] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  570. [ 533.469585] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  571. [ 533.469598] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  572. [ 533.469620] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  573. [ 533.469637] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  574. [ 533.469652] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  575. [ 533.469678] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  576. [ 533.469694] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  577. [ 533.469707] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  578. [ 533.469722] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  579. [ 533.469738] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  580. [ 533.469753] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  581. [ 533.469766] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  582. [ 533.469779] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  583. [ 533.469793] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  584. [ 533.469809] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  585. [ 533.469826] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  586. [ 533.469841] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  587. [ 533.469865] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  588. [ 533.469882] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  589. [ 533.469895] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  590. [ 533.469915] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  591. [ 533.469925] ---[ end trace 0070b7c13d429e9f ]---
  592. [ 533.469969] bone-pinmux-helper: probe of ocp:P8_11_pinmux failed with error -22
  593. [ 533.482368] pinctrl-single 44e10800.pinmux: pin 44e10830.0 already requested by 47810000.mmc; cannot claim for ocp:P8_12_pinmux
  594. [ 533.494135] pinctrl-single 44e10800.pinmux: pin-12 (ocp:P8_12_pinmux) status -22
  595. [ 533.501656] pinctrl-single 44e10800.pinmux: could not request pin 12 (44e10830.0) from group pinmux_P8_12_default_pin on device pinctrl-single
  596. [ 533.514659] bone-pinmux-helper ocp:P8_12_pinmux: Error applying setting, reverse things back
  597. [ 533.549077] pinctrl-single 44e10800.pinmux: pin 44e10830.0 already requested by 47810000.mmc; cannot claim for ocp:P8_12_pinmux
  598. [ 533.560852] pinctrl-single 44e10800.pinmux: pin-12 (ocp:P8_12_pinmux) status -22
  599. [ 533.568387] pinctrl-single 44e10800.pinmux: could not request pin 12 (44e10830.0) from group pinmux_P8_12_default_pin on device pinctrl-single
  600. [ 533.581374] bone-pinmux-helper ocp:P8_12_pinmux: Error applying setting, reverse things back
  601. [ 533.589972] bone-pinmux-helper ocp:P8_12_pinmux: Failed to select default state
  602. [ 533.604463] ------------[ cut here ]------------
  603. [ 533.604516] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  604. [ 533.604525] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  605. [ 533.604653] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  606. [ 533.604660] Hardware name: Generic AM33XX (Flattened Device Tree)
  607. [ 533.604700] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  608. [ 533.604728] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  609. [ 533.604750] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  610. [ 533.604765] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  611. [ 533.604778] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  612. [ 533.604799] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  613. [ 533.604815] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  614. [ 533.604830] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  615. [ 533.604844] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  616. [ 533.604866] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  617. [ 533.604882] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  618. [ 533.604895] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  619. [ 533.604907] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  620. [ 533.604920] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  621. [ 533.604941] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  622. [ 533.604958] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  623. [ 533.604973] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  624. [ 533.604998] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  625. [ 533.605014] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  626. [ 533.605027] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  627. [ 533.605043] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  628. [ 533.605058] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  629. [ 533.605073] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  630. [ 533.605086] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  631. [ 533.605099] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  632. [ 533.605114] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  633. [ 533.605129] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  634. [ 533.605147] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  635. [ 533.605162] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  636. [ 533.605187] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  637. [ 533.605203] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  638. [ 533.605216] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  639. [ 533.605236] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  640. [ 533.605245] ---[ end trace 0070b7c13d429ea0 ]---
  641. [ 533.605285] bone-pinmux-helper: probe of ocp:P8_12_pinmux failed with error -22
  642. [ 533.620223] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  643. [ 533.621478] pinctrl-single 44e10800.pinmux: pin 44e10828.0 already requested by 47810000.mmc; cannot claim for ocp:P8_14_pinmux
  644. [ 533.633256] pinctrl-single 44e10800.pinmux: pin-10 (ocp:P8_14_pinmux) status -22
  645. [ 533.640756] pinctrl-single 44e10800.pinmux: could not request pin 10 (44e10828.0) from group pinmux_P8_14_default_pin on device pinctrl-single
  646. [ 533.653770] bone-pinmux-helper ocp:P8_14_pinmux: Error applying setting, reverse things back
  647. [ 533.715951] pinctrl-single 44e10800.pinmux: pin 44e10828.0 already requested by 47810000.mmc; cannot claim for ocp:P8_14_pinmux
  648. [ 533.727754] pinctrl-single 44e10800.pinmux: pin-10 (ocp:P8_14_pinmux) status -22
  649. [ 533.735286] pinctrl-single 44e10800.pinmux: could not request pin 10 (44e10828.0) from group pinmux_P8_14_default_pin on device pinctrl-single
  650. [ 533.748274] bone-pinmux-helper ocp:P8_14_pinmux: Error applying setting, reverse things back
  651. [ 533.756803] bone-pinmux-helper ocp:P8_14_pinmux: Failed to select default state
  652. [ 533.771507] ------------[ cut here ]------------
  653. [ 533.771561] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  654. [ 533.771570] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  655. [ 533.771698] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  656. [ 533.771705] Hardware name: Generic AM33XX (Flattened Device Tree)
  657. [ 533.771745] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  658. [ 533.771772] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  659. [ 533.771793] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  660. [ 533.771808] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  661. [ 533.771822] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  662. [ 533.771843] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  663. [ 533.771859] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  664. [ 533.771873] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  665. [ 533.771887] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  666. [ 533.771910] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  667. [ 533.771925] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  668. [ 533.771938] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  669. [ 533.771950] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  670. [ 533.771963] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  671. [ 533.771984] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  672. [ 533.772001] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  673. [ 533.772016] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  674. [ 533.772041] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  675. [ 533.772057] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  676. [ 533.772070] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  677. [ 533.772086] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  678. [ 533.772101] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  679. [ 533.772116] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  680. [ 533.772129] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  681. [ 533.772142] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  682. [ 533.772156] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  683. [ 533.772171] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  684. [ 533.772189] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  685. [ 533.772203] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  686. [ 533.772227] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  687. [ 533.772244] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  688. [ 533.772257] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  689. [ 533.772276] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  690. [ 533.772287] ---[ end trace 0070b7c13d429ea1 ]---
  691. [ 533.772326] bone-pinmux-helper: probe of ocp:P8_14_pinmux failed with error -22
  692. [ 533.786652] pinctrl-single 44e10800.pinmux: pin 44e1083c.0 already requested by 47810000.mmc; cannot claim for ocp:P8_15_pinmux
  693. [ 533.798418] pinctrl-single 44e10800.pinmux: pin-15 (ocp:P8_15_pinmux) status -22
  694. [ 533.805953] pinctrl-single 44e10800.pinmux: could not request pin 15 (44e1083c.0) from group pinmux_P8_15_default_pin on device pinctrl-single
  695. [ 533.818943] bone-pinmux-helper ocp:P8_15_pinmux: Error applying setting, reverse things back
  696. [ 533.851282] pinctrl-single 44e10800.pinmux: pin 44e1083c.0 already requested by 47810000.mmc; cannot claim for ocp:P8_15_pinmux
  697. [ 533.862981] pinctrl-single 44e10800.pinmux: pin-15 (ocp:P8_15_pinmux) status -22
  698. [ 533.870524] pinctrl-single 44e10800.pinmux: could not request pin 15 (44e1083c.0) from group pinmux_P8_15_default_pin on device pinctrl-single
  699. [ 533.883515] bone-pinmux-helper ocp:P8_15_pinmux: Error applying setting, reverse things back
  700. [ 533.892053] bone-pinmux-helper ocp:P8_15_pinmux: Failed to select default state
  701. [ 533.906678] ------------[ cut here ]------------
  702. [ 533.906733] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  703. [ 533.906743] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  704. [ 533.906871] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  705. [ 533.906879] Hardware name: Generic AM33XX (Flattened Device Tree)
  706. [ 533.906919] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  707. [ 533.906947] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  708. [ 533.906968] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  709. [ 533.906982] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  710. [ 533.906996] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  711. [ 533.907018] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  712. [ 533.907033] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  713. [ 533.907048] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  714. [ 533.907062] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  715. [ 533.907084] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  716. [ 533.907099] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  717. [ 533.907113] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  718. [ 533.907124] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  719. [ 533.907138] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  720. [ 533.907160] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  721. [ 533.907176] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  722. [ 533.907192] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  723. [ 533.907217] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  724. [ 533.907233] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  725. [ 533.907246] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  726. [ 533.907261] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  727. [ 533.907277] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  728. [ 533.907291] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  729. [ 533.907305] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  730. [ 533.907318] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  731. [ 533.907332] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  732. [ 533.907348] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  733. [ 533.907365] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  734. [ 533.907379] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  735. [ 533.907403] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  736. [ 533.907420] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  737. [ 533.907433] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  738. [ 533.907453] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  739. [ 533.907625] ---[ end trace 0070b7c13d429ea2 ]---
  740. [ 533.915136] bone-pinmux-helper: probe of ocp:P8_15_pinmux failed with error -22
  741. [ 533.920636] pinctrl-single 44e10800.pinmux: pin 44e10838.0 already requested by 47810000.mmc; cannot claim for ocp:P8_16_pinmux
  742. [ 533.932381] pinctrl-single 44e10800.pinmux: pin-14 (ocp:P8_16_pinmux) status -22
  743. [ 533.939898] pinctrl-single 44e10800.pinmux: could not request pin 14 (44e10838.0) from group pinmux_P8_16_default_pin on device pinctrl-single
  744. [ 533.952884] bone-pinmux-helper ocp:P8_16_pinmux: Error applying setting, reverse things back
  745. [ 533.986359] pinctrl-single 44e10800.pinmux: pin 44e10838.0 already requested by 47810000.mmc; cannot claim for ocp:P8_16_pinmux
  746. [ 533.998132] pinctrl-single 44e10800.pinmux: pin-14 (ocp:P8_16_pinmux) status -22
  747. [ 534.005686] pinctrl-single 44e10800.pinmux: could not request pin 14 (44e10838.0) from group pinmux_P8_16_default_pin on device pinctrl-single
  748. [ 534.018678] bone-pinmux-helper ocp:P8_16_pinmux: Error applying setting, reverse things back
  749. [ 534.027207] bone-pinmux-helper ocp:P8_16_pinmux: Failed to select default state
  750. [ 534.041474] ------------[ cut here ]------------
  751. [ 534.041530] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  752. [ 534.041539] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  753. [ 534.041667] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  754. [ 534.041674] Hardware name: Generic AM33XX (Flattened Device Tree)
  755. [ 534.041715] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  756. [ 534.041742] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  757. [ 534.041763] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  758. [ 534.041778] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  759. [ 534.041792] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  760. [ 534.041813] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  761. [ 534.041829] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  762. [ 534.041844] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  763. [ 534.041857] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  764. [ 534.041880] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  765. [ 534.041895] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  766. [ 534.041907] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  767. [ 534.041919] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  768. [ 534.041933] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  769. [ 534.041954] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  770. [ 534.041970] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  771. [ 534.041985] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  772. [ 534.042010] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  773. [ 534.042026] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  774. [ 534.042040] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  775. [ 534.042055] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  776. [ 534.042070] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  777. [ 534.042085] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  778. [ 534.042098] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  779. [ 534.042111] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  780. [ 534.042126] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  781. [ 534.042141] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  782. [ 534.042158] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  783. [ 534.042173] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  784. [ 534.042197] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  785. [ 534.042213] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  786. [ 534.042227] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  787. [ 534.042247] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  788. [ 534.042256] ---[ end trace 0070b7c13d429ea3 ]---
  789. [ 534.042296] bone-pinmux-helper: probe of ocp:P8_16_pinmux failed with error -22
  790. [ 534.054809] pinctrl-single 44e10800.pinmux: pin 44e1082c.0 already requested by 47810000.mmc; cannot claim for ocp:P8_17_pinmux
  791. [ 534.066582] pinctrl-single 44e10800.pinmux: pin-11 (ocp:P8_17_pinmux) status -22
  792. [ 534.074096] pinctrl-single 44e10800.pinmux: could not request pin 11 (44e1082c.0) from group pinmux_P8_17_default_pin on device pinctrl-single
  793. [ 534.087110] bone-pinmux-helper ocp:P8_17_pinmux: Error applying setting, reverse things back
  794. [ 534.120931] pinctrl-single 44e10800.pinmux: pin 44e1082c.0 already requested by 47810000.mmc; cannot claim for ocp:P8_17_pinmux
  795. [ 534.132697] pinctrl-single 44e10800.pinmux: pin-11 (ocp:P8_17_pinmux) status -22
  796. [ 534.140256] pinctrl-single 44e10800.pinmux: could not request pin 11 (44e1082c.0) from group pinmux_P8_17_default_pin on device pinctrl-single
  797. [ 534.153246] bone-pinmux-helper ocp:P8_17_pinmux: Error applying setting, reverse things back
  798. [ 534.161773] bone-pinmux-helper ocp:P8_17_pinmux: Failed to select default state
  799. [ 534.176443] ------------[ cut here ]------------
  800. [ 534.176500] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  801. [ 534.176508] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  802. [ 534.176636] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  803. [ 534.176644] Hardware name: Generic AM33XX (Flattened Device Tree)
  804. [ 534.176685] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  805. [ 534.176712] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  806. [ 534.176733] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  807. [ 534.176747] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  808. [ 534.176762] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  809. [ 534.176783] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  810. [ 534.176798] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  811. [ 534.176813] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  812. [ 534.176826] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  813. [ 534.176848] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  814. [ 534.176864] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  815. [ 534.176876] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  816. [ 534.176888] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  817. [ 534.176902] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  818. [ 534.176922] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  819. [ 534.176939] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  820. [ 534.176954] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  821. [ 534.176979] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  822. [ 534.176995] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  823. [ 534.177008] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  824. [ 534.177024] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  825. [ 534.177039] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  826. [ 534.177054] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  827. [ 534.177068] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  828. [ 534.177081] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  829. [ 534.177095] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  830. [ 534.177110] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  831. [ 534.177127] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  832. [ 534.177142] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  833. [ 534.177166] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  834. [ 534.177183] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  835. [ 534.177196] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  836. [ 534.177215] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  837. [ 534.177225] ---[ end trace 0070b7c13d429ea4 ]---
  838. [ 534.177264] bone-pinmux-helper: probe of ocp:P8_17_pinmux failed with error -22
  839. [ 534.191946] pinctrl-single 44e10800.pinmux: pin 44e1088c.0 already requested by 47810000.mmc; cannot claim for ocp:P8_18_pinmux
  840. [ 534.203699] pinctrl-single 44e10800.pinmux: pin-35 (ocp:P8_18_pinmux) status -22
  841. [ 534.211222] pinctrl-single 44e10800.pinmux: could not request pin 35 (44e1088c.0) from group pinmux_P8_18_default_pin on device pinctrl-single
  842. [ 534.224211] bone-pinmux-helper ocp:P8_18_pinmux: Error applying setting, reverse things back
  843. [ 534.255776] pinctrl-single 44e10800.pinmux: pin 44e1088c.0 already requested by 47810000.mmc; cannot claim for ocp:P8_18_pinmux
  844. [ 534.267498] pinctrl-single 44e10800.pinmux: pin-35 (ocp:P8_18_pinmux) status -22
  845. [ 534.275049] pinctrl-single 44e10800.pinmux: could not request pin 35 (44e1088c.0) from group pinmux_P8_18_default_pin on device pinctrl-single
  846. [ 534.288044] bone-pinmux-helper ocp:P8_18_pinmux: Error applying setting, reverse things back
  847. [ 534.296571] bone-pinmux-helper ocp:P8_18_pinmux: Failed to select default state
  848. [ 534.311419] ------------[ cut here ]------------
  849. [ 534.311474] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  850. [ 534.311483] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  851. [ 534.311612] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  852. [ 534.311620] Hardware name: Generic AM33XX (Flattened Device Tree)
  853. [ 534.311660] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  854. [ 534.311686] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  855. [ 534.311707] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  856. [ 534.311721] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  857. [ 534.311735] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  858. [ 534.311756] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  859. [ 534.311771] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  860. [ 534.311785] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  861. [ 534.311799] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  862. [ 534.311822] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  863. [ 534.311838] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  864. [ 534.311851] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  865. [ 534.311863] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  866. [ 534.311876] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  867. [ 534.311897] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  868. [ 534.311914] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  869. [ 534.311929] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  870. [ 534.311955] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  871. [ 534.311971] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  872. [ 534.311984] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  873. [ 534.311999] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  874. [ 534.312014] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  875. [ 534.312029] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  876. [ 534.312042] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  877. [ 534.312055] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  878. [ 534.312070] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  879. [ 534.312086] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  880. [ 534.312103] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  881. [ 534.312118] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  882. [ 534.312142] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  883. [ 534.312160] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  884. [ 534.312173] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  885. [ 534.312193] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  886. [ 534.312202] ---[ end trace 0070b7c13d429ea5 ]---
  887. [ 534.312243] bone-pinmux-helper: probe of ocp:P8_18_pinmux failed with error -22
  888. [ 534.327115] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  889. [ 534.328669] pinctrl-single 44e10800.pinmux: pin 44e10884.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_20_pinmux
  890. [ 534.340423] pinctrl-single 44e10800.pinmux: pin-33 (ocp:P8_20_pinmux) status -22
  891. [ 534.347924] pinctrl-single 44e10800.pinmux: could not request pin 33 (44e10884.0) from group pinmux_P8_20_default_pin on device pinctrl-single
  892. [ 534.360977] bone-pinmux-helper ocp:P8_20_pinmux: Error applying setting, reverse things back
  893. [ 534.415559] pinctrl-single 44e10800.pinmux: pin 44e10884.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_20_pinmux
  894. [ 534.427262] pinctrl-single 44e10800.pinmux: pin-33 (ocp:P8_20_pinmux) status -22
  895. [ 534.434785] pinctrl-single 44e10800.pinmux: could not request pin 33 (44e10884.0) from group pinmux_P8_20_default_pin on device pinctrl-single
  896. [ 534.447772] bone-pinmux-helper ocp:P8_20_pinmux: Error applying setting, reverse things back
  897. [ 534.456299] bone-pinmux-helper ocp:P8_20_pinmux: Failed to select default state
  898. [ 534.470603] ------------[ cut here ]------------
  899. [ 534.470657] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  900. [ 534.470666] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  901. [ 534.470795] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  902. [ 534.470803] Hardware name: Generic AM33XX (Flattened Device Tree)
  903. [ 534.470843] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  904. [ 534.470870] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  905. [ 534.470891] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  906. [ 534.470906] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  907. [ 534.470920] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  908. [ 534.470941] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  909. [ 534.470957] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  910. [ 534.470971] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  911. [ 534.470986] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  912. [ 534.471008] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  913. [ 534.471024] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  914. [ 534.471037] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  915. [ 534.471049] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  916. [ 534.471062] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  917. [ 534.471083] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  918. [ 534.471099] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  919. [ 534.471115] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  920. [ 534.471139] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  921. [ 534.471155] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  922. [ 534.471168] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  923. [ 534.471183] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  924. [ 534.471199] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  925. [ 534.471214] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  926. [ 534.471227] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  927. [ 534.471241] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  928. [ 534.471256] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  929. [ 534.471271] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  930. [ 534.471289] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  931. [ 534.471304] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  932. [ 534.471328] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  933. [ 534.471345] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  934. [ 534.471358] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  935. [ 534.471378] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  936. [ 534.471543] ---[ end trace 0070b7c13d429ea6 ]---
  937. [ 534.478433] bone-pinmux-helper: probe of ocp:P8_20_pinmux failed with error -22
  938. [ 534.484248] pinctrl-single 44e10800.pinmux: pin 44e10880.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_21_pinmux
  939. [ 534.496058] pinctrl-single 44e10800.pinmux: pin-32 (ocp:P8_21_pinmux) status -22
  940. [ 534.503577] pinctrl-single 44e10800.pinmux: could not request pin 32 (44e10880.0) from group pinmux_P8_21_default_pin on device pinctrl-single
  941. [ 534.516600] bone-pinmux-helper ocp:P8_21_pinmux: Error applying setting, reverse things back
  942. [ 534.556002] pinctrl-single 44e10800.pinmux: pin 44e10880.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_21_pinmux
  943. [ 534.567722] pinctrl-single 44e10800.pinmux: pin-32 (ocp:P8_21_pinmux) status -22
  944. [ 534.575253] pinctrl-single 44e10800.pinmux: could not request pin 32 (44e10880.0) from group pinmux_P8_21_default_pin on device pinctrl-single
  945. [ 534.588240] bone-pinmux-helper ocp:P8_21_pinmux: Error applying setting, reverse things back
  946. [ 534.596769] bone-pinmux-helper ocp:P8_21_pinmux: Failed to select default state
  947. [ 534.610725] ------------[ cut here ]------------
  948. [ 534.610775] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  949. [ 534.610784] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  950. [ 534.610911] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  951. [ 534.610919] Hardware name: Generic AM33XX (Flattened Device Tree)
  952. [ 534.610960] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  953. [ 534.610987] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  954. [ 534.611008] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  955. [ 534.611022] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  956. [ 534.611037] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  957. [ 534.611058] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  958. [ 534.611073] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  959. [ 534.611088] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  960. [ 534.611101] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  961. [ 534.611124] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  962. [ 534.611140] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  963. [ 534.611153] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  964. [ 534.611165] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  965. [ 534.611178] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  966. [ 534.611200] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  967. [ 534.611216] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  968. [ 534.611231] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  969. [ 534.611257] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  970. [ 534.611273] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  971. [ 534.611286] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  972. [ 534.611301] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  973. [ 534.611317] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  974. [ 534.611332] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  975. [ 534.611345] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  976. [ 534.611358] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  977. [ 534.611372] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  978. [ 534.611387] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  979. [ 534.611404] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  980. [ 534.611419] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  981. [ 534.611444] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  982. [ 534.611461] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  983. [ 534.611474] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  984. [ 534.611494] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  985. [ 534.611658] ---[ end trace 0070b7c13d429ea7 ]---
  986. [ 534.619123] bone-pinmux-helper: probe of ocp:P8_21_pinmux failed with error -22
  987. [ 534.624650] pinctrl-single 44e10800.pinmux: pin 44e10814.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_22_pinmux
  988. [ 534.636429] pinctrl-single 44e10800.pinmux: pin-5 (ocp:P8_22_pinmux) status -22
  989. [ 534.643855] pinctrl-single 44e10800.pinmux: could not request pin 5 (44e10814.0) from group pinmux_P8_22_default_pin on device pinctrl-single
  990. [ 534.656754] bone-pinmux-helper ocp:P8_22_pinmux: Error applying setting, reverse things back
  991. [ 534.690171] pinctrl-single 44e10800.pinmux: pin 44e10814.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_22_pinmux
  992. [ 534.701952] pinctrl-single 44e10800.pinmux: pin-5 (ocp:P8_22_pinmux) status -22
  993. [ 534.709399] pinctrl-single 44e10800.pinmux: could not request pin 5 (44e10814.0) from group pinmux_P8_22_default_pin on device pinctrl-single
  994. [ 534.722300] bone-pinmux-helper ocp:P8_22_pinmux: Error applying setting, reverse things back
  995. [ 534.730827] bone-pinmux-helper ocp:P8_22_pinmux: Failed to select default state
  996. [ 534.745094] ------------[ cut here ]------------
  997. [ 534.745148] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  998. [ 534.745157] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  999. [ 534.745285] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  1000. [ 534.745293] Hardware name: Generic AM33XX (Flattened Device Tree)
  1001. [ 534.745333] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  1002. [ 534.745359] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  1003. [ 534.745379] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  1004. [ 534.745393] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  1005. [ 534.745407] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  1006. [ 534.745428] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  1007. [ 534.745444] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  1008. [ 534.745459] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  1009. [ 534.745472] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  1010. [ 534.745495] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  1011. [ 534.745510] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  1012. [ 534.745524] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  1013. [ 534.745535] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  1014. [ 534.745549] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  1015. [ 534.745570] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  1016. [ 534.745586] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  1017. [ 534.745601] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  1018. [ 534.745627] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  1019. [ 534.745643] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  1020. [ 534.745656] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  1021. [ 534.745671] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  1022. [ 534.745686] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  1023. [ 534.745701] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  1024. [ 534.745715] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  1025. [ 534.745727] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  1026. [ 534.745742] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  1027. [ 534.745758] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  1028. [ 534.745775] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  1029. [ 534.745790] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  1030. [ 534.745815] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  1031. [ 534.745831] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  1032. [ 534.745844] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  1033. [ 534.745864] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  1034. [ 534.745874] ---[ end trace 0070b7c13d429ea8 ]---
  1035. [ 534.745914] bone-pinmux-helper: probe of ocp:P8_22_pinmux failed with error -22
  1036. [ 534.758543] pinctrl-single 44e10800.pinmux: pin 44e10810.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_23_pinmux
  1037. [ 534.770338] pinctrl-single 44e10800.pinmux: pin-4 (ocp:P8_23_pinmux) status -22
  1038. [ 534.777775] pinctrl-single 44e10800.pinmux: could not request pin 4 (44e10810.0) from group pinmux_P8_23_default_pin on device pinctrl-single
  1039. [ 534.790677] bone-pinmux-helper ocp:P8_23_pinmux: Error applying setting, reverse things back
  1040. [ 534.824220] pinctrl-single 44e10800.pinmux: pin 44e10810.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_23_pinmux
  1041. [ 534.835971] pinctrl-single 44e10800.pinmux: pin-4 (ocp:P8_23_pinmux) status -22
  1042. [ 534.843415] pinctrl-single 44e10800.pinmux: could not request pin 4 (44e10810.0) from group pinmux_P8_23_default_pin on device pinctrl-single
  1043. [ 534.856315] bone-pinmux-helper ocp:P8_23_pinmux: Error applying setting, reverse things back
  1044. [ 534.864843] bone-pinmux-helper ocp:P8_23_pinmux: Failed to select default state
  1045. [ 534.879531] ------------[ cut here ]------------
  1046. [ 534.879587] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  1047. [ 534.879596] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  1048. [ 534.879724] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  1049. [ 534.879731] Hardware name: Generic AM33XX (Flattened Device Tree)
  1050. [ 534.879771] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  1051. [ 534.879798] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  1052. [ 534.879819] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  1053. [ 534.879834] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  1054. [ 534.879847] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  1055. [ 534.879868] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  1056. [ 534.879883] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  1057. [ 534.879898] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  1058. [ 534.879912] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  1059. [ 534.879934] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  1060. [ 534.879949] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  1061. [ 534.879963] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  1062. [ 534.879975] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  1063. [ 534.879988] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  1064. [ 534.880009] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  1065. [ 534.880025] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  1066. [ 534.880041] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  1067. [ 534.880067] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  1068. [ 534.880082] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  1069. [ 534.880096] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  1070. [ 534.880112] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  1071. [ 534.880127] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  1072. [ 534.880141] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  1073. [ 534.880155] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  1074. [ 534.880169] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  1075. [ 534.880183] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  1076. [ 534.880198] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  1077. [ 534.880215] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  1078. [ 534.880229] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  1079. [ 534.880254] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  1080. [ 534.880270] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  1081. [ 534.880284] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  1082. [ 534.880303] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  1083. [ 534.880313] ---[ end trace 0070b7c13d429ea9 ]---
  1084. [ 534.880356] bone-pinmux-helper: probe of ocp:P8_23_pinmux failed with error -22
  1085. [ 534.894483] pinctrl-single 44e10800.pinmux: pin 44e10804.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_24_pinmux
  1086. [ 534.906280] pinctrl-single 44e10800.pinmux: pin-1 (ocp:P8_24_pinmux) status -22
  1087. [ 534.913722] pinctrl-single 44e10800.pinmux: could not request pin 1 (44e10804.0) from group pinmux_P8_24_default_pin on device pinctrl-single
  1088. [ 534.926621] bone-pinmux-helper ocp:P8_24_pinmux: Error applying setting, reverse things back
  1089. [ 534.957860] pinctrl-single 44e10800.pinmux: pin 44e10804.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_24_pinmux
  1090. [ 534.969626] pinctrl-single 44e10800.pinmux: pin-1 (ocp:P8_24_pinmux) status -22
  1091. [ 534.977069] pinctrl-single 44e10800.pinmux: could not request pin 1 (44e10804.0) from group pinmux_P8_24_default_pin on device pinctrl-single
  1092. [ 534.989977] bone-pinmux-helper ocp:P8_24_pinmux: Error applying setting, reverse things back
  1093. [ 534.998576] bone-pinmux-helper ocp:P8_24_pinmux: Failed to select default state
  1094. [ 535.013187] ------------[ cut here ]------------
  1095. [ 535.013240] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  1096. [ 535.013249] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  1097. [ 535.013377] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  1098. [ 535.013385] Hardware name: Generic AM33XX (Flattened Device Tree)
  1099. [ 535.013425] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  1100. [ 535.013452] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  1101. [ 535.013474] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  1102. [ 535.013489] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  1103. [ 535.013503] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  1104. [ 535.013524] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  1105. [ 535.013539] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  1106. [ 535.013555] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  1107. [ 535.013568] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  1108. [ 535.013591] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  1109. [ 535.013606] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  1110. [ 535.013619] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  1111. [ 535.013631] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  1112. [ 535.013644] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  1113. [ 535.013665] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  1114. [ 535.013682] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  1115. [ 535.013698] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  1116. [ 535.013723] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  1117. [ 535.013738] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  1118. [ 535.013752] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  1119. [ 535.013767] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  1120. [ 535.013782] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  1121. [ 535.013797] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  1122. [ 535.013810] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  1123. [ 535.013824] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  1124. [ 535.013839] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  1125. [ 535.013854] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  1126. [ 535.013871] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  1127. [ 535.013886] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  1128. [ 535.013911] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  1129. [ 535.013927] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  1130. [ 535.013940] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  1131. [ 535.013960] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  1132. [ 535.013970] ---[ end trace 0070b7c13d429eaa ]---
  1133. [ 535.014009] bone-pinmux-helper: probe of ocp:P8_24_pinmux failed with error -22
  1134. [ 535.026585] pinctrl-single 44e10800.pinmux: pin 44e10800.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_25_pinmux
  1135. [ 535.038382] pinctrl-single 44e10800.pinmux: pin-0 (ocp:P8_25_pinmux) status -22
  1136. [ 535.045821] pinctrl-single 44e10800.pinmux: could not request pin 0 (44e10800.0) from group pinmux_P8_25_default_pin on device pinctrl-single
  1137. [ 535.058720] bone-pinmux-helper ocp:P8_25_pinmux: Error applying setting, reverse things back
  1138. [ 535.092135] pinctrl-single 44e10800.pinmux: pin 44e10800.0 already requested by 481d8000.mmc; cannot claim for ocp:P8_25_pinmux
  1139. [ 535.103866] pinctrl-single 44e10800.pinmux: pin-0 (ocp:P8_25_pinmux) status -22
  1140. [ 535.111310] pinctrl-single 44e10800.pinmux: could not request pin 0 (44e10800.0) from group pinmux_P8_25_default_pin on device pinctrl-single
  1141. [ 535.124212] bone-pinmux-helper ocp:P8_25_pinmux: Error applying setting, reverse things back
  1142. [ 535.132818] bone-pinmux-helper ocp:P8_25_pinmux: Failed to select default state
  1143. [ 535.146828] ------------[ cut here ]------------
  1144. [ 535.146882] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  1145. [ 535.146890] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  1146. [ 535.147178] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  1147. [ 535.147187] Hardware name: Generic AM33XX (Flattened Device Tree)
  1148. [ 535.147229] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  1149. [ 535.147256] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  1150. [ 535.147277] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  1151. [ 535.147292] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  1152. [ 535.147308] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  1153. [ 535.147329] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  1154. [ 535.147344] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  1155. [ 535.147358] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  1156. [ 535.147372] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  1157. [ 535.147395] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  1158. [ 535.147410] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  1159. [ 535.147423] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  1160. [ 535.147435] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  1161. [ 535.147448] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  1162. [ 535.147470] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  1163. [ 535.147486] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  1164. [ 535.147501] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  1165. [ 535.147526] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  1166. [ 535.147542] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  1167. [ 535.147556] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  1168. [ 535.147571] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  1169. [ 535.147586] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  1170. [ 535.147601] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  1171. [ 535.147614] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  1172. [ 535.147627] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  1173. [ 535.147642] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  1174. [ 535.147656] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  1175. [ 535.147674] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  1176. [ 535.147688] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  1177. [ 535.147712] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  1178. [ 535.147728] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  1179. [ 535.147742] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  1180. [ 535.147762] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  1181. [ 535.147772] ---[ end trace 0070b7c13d429eab ]---
  1182. [ 535.155136] bone-pinmux-helper: probe of ocp:P8_25_pinmux failed with error -22
  1183. [ 535.160748] pinctrl-single 44e10800.pinmux: pin 44e1087c.0 already requested by 47810000.mmc; cannot claim for ocp:P8_26_pinmux
  1184. [ 535.172542] pinctrl-single 44e10800.pinmux: pin-31 (ocp:P8_26_pinmux) status -22
  1185. [ 535.180064] pinctrl-single 44e10800.pinmux: could not request pin 31 (44e1087c.0) from group pinmux_P8_26_default_pin on device pinctrl-single
  1186. [ 535.193050] bone-pinmux-helper ocp:P8_26_pinmux: Error applying setting, reverse things back
  1187. [ 535.226242] pinctrl-single 44e10800.pinmux: pin 44e1087c.0 already requested by 47810000.mmc; cannot claim for ocp:P8_26_pinmux
  1188. [ 535.238011] pinctrl-single 44e10800.pinmux: pin-31 (ocp:P8_26_pinmux) status -22
  1189. [ 535.245548] pinctrl-single 44e10800.pinmux: could not request pin 31 (44e1087c.0) from group pinmux_P8_26_default_pin on device pinctrl-single
  1190. [ 535.258604] bone-pinmux-helper ocp:P8_26_pinmux: Error applying setting, reverse things back
  1191. [ 535.267146] bone-pinmux-helper ocp:P8_26_pinmux: Failed to select default state
  1192. [ 535.281370] ------------[ cut here ]------------
  1193. [ 535.281424] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  1194. [ 535.281432] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  1195. [ 535.281560] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  1196. [ 535.281568] Hardware name: Generic AM33XX (Flattened Device Tree)
  1197. [ 535.281609] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  1198. [ 535.281636] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  1199. [ 535.281657] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  1200. [ 535.281671] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  1201. [ 535.281686] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  1202. [ 535.281707] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  1203. [ 535.281722] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  1204. [ 535.281737] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  1205. [ 535.281751] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  1206. [ 535.281773] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  1207. [ 535.281788] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  1208. [ 535.281801] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  1209. [ 535.281813] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  1210. [ 535.281826] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  1211. [ 535.281848] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  1212. [ 535.281864] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  1213. [ 535.281880] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  1214. [ 535.281905] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  1215. [ 535.281921] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  1216. [ 535.281934] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  1217. [ 535.281949] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  1218. [ 535.281965] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  1219. [ 535.281979] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  1220. [ 535.281993] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  1221. [ 535.282006] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  1222. [ 535.282020] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  1223. [ 535.282036] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  1224. [ 535.282053] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  1225. [ 535.282068] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  1226. [ 535.282092] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  1227. [ 535.282109] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  1228. [ 535.282122] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  1229. [ 535.282142] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  1230. [ 535.282152] ---[ end trace 0070b7c13d429eac ]---
  1231. [ 535.282193] bone-pinmux-helper: probe of ocp:P8_26_pinmux failed with error -22
  1232. [ 535.297828] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1233. [ 535.303345] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1234. [ 535.307136] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1235. [ 535.313209] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1236. [ 535.320880] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1237. [ 535.329826] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1238. [ 535.333622] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1239. [ 535.341137] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1240. [ 535.345936] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1241. [ 535.353230] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1242. [ 535.358055] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1243. [ 535.366706] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1244. [ 535.376206] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1245. [ 535.378444] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1246. [ 535.386640] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1247. [ 535.393526] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1248. [ 535.403443] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1249. [ 535.406160] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1250. [ 535.417592] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1251. [ 535.426418] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1252. [ 535.433278] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1253. [ 535.439241] pinctrl-single 44e10800.pinmux: pin 44e10878.0 already requested by 481a6000.serial; cannot claim for ocp:P9_12_pinmux
  1254. [ 535.451190] pinctrl-single 44e10800.pinmux: pin-30 (ocp:P9_12_pinmux) status -22
  1255. [ 535.458708] pinctrl-single 44e10800.pinmux: could not request pin 30 (44e10878.0) from group pinmux_P9_12_default_pin on device pinctrl-single
  1256. [ 535.471707] bone-pinmux-helper ocp:P9_12_pinmux: Error applying setting, reverse things back
  1257. [ 535.532327] pinctrl-single 44e10800.pinmux: pin 44e10878.0 already requested by 481a6000.serial; cannot claim for ocp:P9_12_pinmux
  1258. [ 535.544333] pinctrl-single 44e10800.pinmux: pin-30 (ocp:P9_12_pinmux) status -22
  1259. [ 535.551863] pinctrl-single 44e10800.pinmux: could not request pin 30 (44e10878.0) from group pinmux_P9_12_default_pin on device pinctrl-single
  1260. [ 535.564856] bone-pinmux-helper ocp:P9_12_pinmux: Error applying setting, reverse things back
  1261. [ 535.573385] bone-pinmux-helper ocp:P9_12_pinmux: Failed to select default state
  1262. [ 535.642766] ------------[ cut here ]------------
  1263. [ 535.642824] WARNING: CPU: 0 PID: 3069 at drivers/base/devres.c:888 devm_kfree+0x44/0x48()
  1264. [ 535.642833] Modules linked in: 8021q garp mrp stp llc ax88179_178a usbnet mii bnep hci_uart btbcm btqca bluetooth wl18xx wlcore mac80211 cfg80211 rfkill omap_aes_driver omap_sham omap_rng rng_core wlcore_sdio evdev uio_pdrv_genirq uio usb_f_mass_storage usb_f_acm u_serial usb_f_rndis u_ether libcomposite spidev pru_rproc pruss pruss_intc tieqep pwm_tiehrpwm
  1265. [ 535.643127] CPU: 0 PID: 3069 Comm: bash Tainted: G W 4.4.48-ti-r88 #1
  1266. [ 535.643137] Hardware name: Generic AM33XX (Flattened Device Tree)
  1267. [ 535.643181] [<c001ad28>] (unwind_backtrace) from [<c0015a34>] (show_stack+0x20/0x24)
  1268. [ 535.643208] [<c0015a34>] (show_stack) from [<c05bac58>] (dump_stack+0x9c/0xb0)
  1269. [ 535.643229] [<c05bac58>] (dump_stack) from [<c0042f24>] (warn_slowpath_common+0x98/0xc8)
  1270. [ 535.643244] [<c0042f24>] (warn_slowpath_common) from [<c0043058>] (warn_slowpath_null+0x2c/0x34)
  1271. [ 535.643259] [<c0043058>] (warn_slowpath_null) from [<c06eb2c8>] (devm_kfree+0x44/0x48)
  1272. [ 535.643280] [<c06eb2c8>] (devm_kfree) from [<c070e70c>] (bone_pinmux_helper_probe+0x1c8/0x268)
  1273. [ 535.643296] [<c070e70c>] (bone_pinmux_helper_probe) from [<c06e8fc4>] (platform_drv_probe+0x5c/0xc0)
  1274. [ 535.643310] [<c06e8fc4>] (platform_drv_probe) from [<c06e6b4c>] (driver_probe_device+0x240/0x47c)
  1275. [ 535.643324] [<c06e6b4c>] (driver_probe_device) from [<c06e6f00>] (__device_attach_driver+0x90/0x9c)
  1276. [ 535.643346] [<c06e6f00>] (__device_attach_driver) from [<c06e4848>] (bus_for_each_drv+0x88/0xcc)
  1277. [ 535.643362] [<c06e4848>] (bus_for_each_drv) from [<c06e67f0>] (__device_attach+0xd4/0x168)
  1278. [ 535.643375] [<c06e67f0>] (__device_attach) from [<c06e7070>] (device_initial_probe+0x1c/0x20)
  1279. [ 535.643387] [<c06e7070>] (device_initial_probe) from [<c06e5be4>] (bus_probe_device+0x94/0x9c)
  1280. [ 535.643401] [<c06e5be4>] (bus_probe_device) from [<c06e3770>] (device_add+0x450/0x5f0)
  1281. [ 535.643422] [<c06e3770>] (device_add) from [<c08b3594>] (of_device_add+0x44/0x4c)
  1282. [ 535.643438] [<c08b3594>] (of_device_add) from [<c08b3ec4>] (of_platform_device_create_pdata+0x94/0xc8)
  1283. [ 535.643454] [<c08b3ec4>] (of_platform_device_create_pdata) from [<c08b3ffc>] (of_platform_notify+0xe0/0x11c)
  1284. [ 535.643479] [<c08b3ffc>] (of_platform_notify) from [<c0065fbc>] (notifier_call_chain+0x54/0x94)
  1285. [ 535.643495] [<c0065fbc>] (notifier_call_chain) from [<c0066418>] (__blocking_notifier_call_chain+0x58/0x70)
  1286. [ 535.643508] [<c0066418>] (__blocking_notifier_call_chain) from [<c0066458>] (blocking_notifier_call_chain+0x28/0x30)
  1287. [ 535.643523] [<c0066458>] (blocking_notifier_call_chain) from [<c08b52dc>] (__of_changeset_entry_notify+0xb4/0x108)
  1288. [ 535.643539] [<c08b52dc>] (__of_changeset_entry_notify) from [<c08b5c78>] (__of_changeset_apply+0x98/0x170)
  1289. [ 535.643554] [<c08b5c78>] (__of_changeset_apply) from [<c08bb438>] (__of_overlay_create+0x42c/0x618)
  1290. [ 535.643566] [<c08bb438>] (__of_overlay_create) from [<c08bb644>] (of_overlay_create+0x20/0x24)
  1291. [ 535.643580] [<c08bb644>] (of_overlay_create) from [<c070f430>] (capemgr_load_slot+0x3f4/0x5ec)
  1292. [ 535.643594] [<c070f430>] (capemgr_load_slot) from [<c07112a4>] (slots_store+0x14c/0x328)
  1293. [ 535.643610] [<c07112a4>] (slots_store) from [<c06e11f8>] (dev_attr_store+0x28/0x34)
  1294. [ 535.643628] [<c06e11f8>] (dev_attr_store) from [<c023ef10>] (sysfs_kf_write+0x54/0x58)
  1295. [ 535.643642] [<c023ef10>] (sysfs_kf_write) from [<c023e6a0>] (kernfs_fop_write+0xc8/0x1cc)
  1296. [ 535.643667] [<c023e6a0>] (kernfs_fop_write) from [<c01c2f7c>] (__vfs_write+0x28/0x48)
  1297. [ 535.643683] [<c01c2f7c>] (__vfs_write) from [<c01c3850>] (vfs_write+0xa0/0x1a8)
  1298. [ 535.643696] [<c01c3850>] (vfs_write) from [<c01c4258>] (SyS_write+0x64/0xcc)
  1299. [ 535.643715] [<c01c4258>] (SyS_write) from [<c0010e60>] (ret_fast_syscall+0x0/0x44)
  1300. [ 535.643725] ---[ end trace 0070b7c13d429ead ]---
  1301. [ 535.651146] bone-pinmux-helper: probe of ocp:P9_12_pinmux failed with error -22
  1302. [ 535.653672] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1303. [ 535.658072] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1304. [ 535.665574] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1305. [ 535.674922] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1306. [ 535.682132] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1307. [ 535.690713] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1308. [ 535.698388] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1309. [ 535.709260] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1310. [ 535.720182] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1311. [ 535.727816] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1312. [ 535.730950] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1313. [ 535.741896] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1314. [ 535.750243] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1315. [ 535.758754] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1316. [ 535.772288] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1317. [ 535.783384] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1318. [ 535.787176] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1319. [ 535.798272] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1320. [ 535.807122] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1321. [ 535.818135] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1322. [ 535.826269] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1323. [ 535.833165] gpio-of-helper ocp:cape-universal: Allocated GPIO id=0
  1324. [ 535.833351] gpio-of-helper ocp:cape-universal: Allocated GPIO id=1
  1325. [ 535.833526] gpio-of-helper ocp:cape-universal: Allocated GPIO id=2
  1326. [ 535.833681] gpio-of-helper ocp:cape-universal: Allocated GPIO id=3
  1327. [ 535.833845] gpio-of-helper ocp:cape-universal: Allocated GPIO id=4
  1328. [ 535.833872] gpio-of-helper ocp:cape-universal: Failed to request gpio 'P9_30'
  1329. [ 535.841275] gpio-of-helper ocp:cape-universal: Failed to create gpio entry
  1330. [ 535.875974] gpio-of-helper: probe of ocp:cape-universal failed with error -16
  1331. [ 535.883467] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 182, base_baud = 3000000) is a 8250
  1332. [ 535.884452] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1333. [ 535.891443] 48024000.serial: ttyS2 at MMIO 0x48024000 (irq = 183, base_baud = 3000000) is a 8250
  1334. [ 535.892395] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1335. [ 535.898664] 481a8000.serial: ttyS4 at MMIO 0x481a8000 (irq = 184, base_baud = 3000000) is a 8250
  1336. [ 535.901200] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1337. [ 535.907448] 481aa000.serial: ttyS5 at MMIO 0x481aa000 (irq = 185, base_baud = 3000000) is a 8250
  1338. [ 535.910181] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1339. [ 535.920384] eqep 48300180.eqep: ver. 1.0
  1340. [ 535.921005] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1341. [ 535.922731] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1342. [ 535.929466] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1343. [ 535.936211] eqep 48302180.eqep: ver. 1.0
  1344. [ 535.936859] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1345. [ 535.943451] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1346. [ 535.945997] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1347. [ 535.953406] eqep 48304180.eqep: ver. 1.0
  1348. [ 535.954020] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1349. [ 535.961086] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1350. [ 535.967704] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1351. [ 535.973827] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 100 kHz
  1352. [ 535.974302] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1353. [ 535.989213] bone_capemgr bone_capemgr: slot #4: dtbo 'cape-universala-00A0.dtbo' loaded; overlay id #0
  1354. [ 536.832245] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1355. [ 536.846541] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1356. [ 537.027882] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1357. [ 537.041128] CAN device driver interface
  1358. [ 537.049869] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1359. [ 537.050571] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1360. [ 537.091817] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1361. [ 537.105461] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1362. [ 537.109730] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1363. [ 537.143321] c_can_platform 481cc000.can: c_can_platform device registered (regs=fa1cc000, irq=194)
  1364. [ 537.146882] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
  1365. [ 537.175142] c_can_platform 481d0000.can: c_can_platform device registered (regs=fa1d0000, irq=195)
  1366. [ 537.178559] bone-pinmux-helper ocp:P8_04_pinmux: could not find pctldev for node /ocp/i2c@44e0b000/tps@24/regulators/regulator@1, deferring probe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement