Guest User

Untitled

a guest
Dec 28th, 2010
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.61 KB | None | 0 0
  1. --- linux-2.6.29 Tue Dec 28 19:51:54 2010
  2. +++ apollo-2.6.20 Tue Dec 28 19:51:11 2010
  3. @@ -422,6 +422,7 @@
  4. mach-s3c24a0
  5. mach-s3c6400
  6. mach-s3c6410
  7. +mach-s5p6442
  8. mach-sa1100
  9. mach-shark
  10. mach-versatile
  11. @@ -437,6 +438,8 @@
  12. plat-s3c
  13. plat-s3c24xx
  14. plat-s3c64xx
  15. +plat-s5p
  16. +plat-s5p64xx
  17. tools
  18. vfp
  19.  
  20. @@ -604,6 +607,9 @@
  21. sx1_defconfig
  22. tct_hammer_defconfig
  23. trizeps4_defconfig
  24. +univ6442_android_defconfig
  25. +univ6442_android_nonpm_defconfig
  26. +univ6442_android_pm_defconfig
  27. usb-a9260_defconfig
  28. usb-a9263_defconfig
  29. versatile_defconfig
  30. @@ -2548,6 +2554,48 @@
  31. Makefile
  32. setup-sdhci.c
  33.  
  34. +./arch/arm/mach-s5p6442:
  35. +apollo-rfkill.c
  36. +button-smdk6442.c
  37. +cpu.c
  38. +dma.c
  39. +include
  40. +Kconfig
  41. +mach-apollo.c
  42. +Makefile
  43. +Makefile.boot
  44. +pm.c
  45. +sec_headset.c
  46. +setup-sdhci.c
  47. +
  48. +./arch/arm/mach-s5p6442/include:
  49. +mach
  50. +
  51. +./arch/arm/mach-s5p6442/include/mach:
  52. +apollo_EMUL.h
  53. +apollo_REV00.h
  54. +apollo_REV02.h
  55. +apollo.h
  56. +debug-macro.S
  57. +dma.h
  58. +entry-macro.S
  59. +gpio-core.h
  60. +gpio.h
  61. +hardware.h
  62. +idle.h
  63. +irqs.h
  64. +libra.h
  65. +map.h
  66. +memory.h
  67. +param.h
  68. +pwm-clock.h
  69. +regs-irq.h
  70. +regs-mem.h
  71. +sec_headset.h
  72. +system.h
  73. +tick.h
  74. +uncompress.h
  75. +
  76. ./arch/arm/mach-sa1100:
  77. assabet.c
  78. badge4.c
  79. @@ -3019,13 +3067,22 @@
  80. dev-fb.c
  81. dev-hsmmc.c
  82. dev-hsmmc1.c
  83. +dev-hsmmc2.c
  84. dev-i2c0.c
  85. dev-i2c1.c
  86. +dev-i2c2.c
  87. +dev-i2s.c
  88. +dev-ts.c
  89. +dma-pl080.c
  90. +dma-pl330-mcode.h
  91. +dma-pl330.c
  92. gpio-config.c
  93. gpio.c
  94. +hr-time.c
  95. include
  96. init.c
  97. Kconfig
  98. +Kconfig_hrtimer
  99. Makefile
  100. pwm-clock.c
  101. time.c
  102. @@ -3035,7 +3092,11 @@
  103. plat
  104.  
  105. ./arch/arm/plat-s3c/include/mach:
  106. +audio.h
  107. +dma-pl080.h
  108. +dma-pl330.h
  109. io.h
  110. +s3c-dma.h
  111. timex.h
  112. vmalloc.h
  113.  
  114. @@ -3050,22 +3111,41 @@
  115. gpio-cfg-helpers.h
  116. gpio-cfg.h
  117. gpio-core.h
  118. +hsmmc.h
  119. iic-core.h
  120. iic.h
  121. map-base.h
  122. +map.h
  123. nand.h
  124. +partition.h
  125. regs-ac97.h
  126. regs-adc.h
  127. regs-fb.h
  128. +regs-g2d.h
  129. +regs-hsmmc.h
  130. +regs-ide.h
  131. regs-iic.h
  132. +regs-iis.h
  133. regs-irqtype.h
  134. +regs-keypad.h
  135. +regs-lcd.h
  136. regs-nand.h
  137. +regs-onenand.h
  138. +regs-pp.h
  139. +regs-rotator.h
  140. regs-rtc.h
  141. regs-sdhci.h
  142. regs-serial.h
  143. +regs-spdif.h
  144. +regs-spi.h
  145. regs-timer.h
  146. +regs-tvenc.h
  147. +regs-tvscaler.h
  148. regs-watchdog.h
  149. +s3c-dma.h
  150. sdhci.h
  151. +spi.h
  152. +ts.h
  153. uncompress.h
  154.  
  155. ./arch/arm/plat-s3c24xx:
  156. @@ -3162,6 +3242,207 @@
  157. s3c6400.h
  158. s3c6410.h
  159.  
  160. +./arch/arm/plat-s5p:
  161. +clock.c
  162. +dev-fb.c
  163. +dev-hsmmc.c
  164. +dev-hsmmc1.c
  165. +dev-hsmmc2.c
  166. +dev-i2c0.c
  167. +dev-i2c1.c
  168. +dev-i2c2.c
  169. +dev-i2s.c
  170. +dev-ts.c
  171. +dma-pl080.c
  172. +dma-pl330-mcode.h
  173. +dma-pl330.c
  174. +gpio-config.c
  175. +gpio.c
  176. +hr-time.c
  177. +include
  178. +init.c
  179. +Kconfig
  180. +Kconfig_hrtimer
  181. +Makefile
  182. +pwm-clock.c
  183. +time.c
  184. +
  185. +./arch/arm/plat-s5p/include:
  186. +mach
  187. +plat
  188. +
  189. +./arch/arm/plat-s5p/include/mach:
  190. +audio.h
  191. +dma-pl080.h
  192. +dma-pl330.h
  193. +io.h
  194. +s3c-dma.h
  195. +timex.h
  196. +vmalloc.h
  197. +
  198. +./arch/arm/plat-s5p/include/plat:
  199. +adc.h
  200. +clock.h
  201. +cpu-freq.h
  202. +cpu.h
  203. +debug-macro.S
  204. +devs.h
  205. +fb.h
  206. +gpio-cfg-helpers.h
  207. +gpio-cfg.h
  208. +gpio-core.h
  209. +hsmmc.h
  210. +iic-core.h
  211. +iic.h
  212. +map-base.h
  213. +map.h
  214. +nand.h
  215. +partition.h
  216. +regs-ac97.h
  217. +regs-adc.h
  218. +regs-fb.h
  219. +regs-g2d.h
  220. +regs-hsmmc.h
  221. +regs-ide.h
  222. +regs-iic.h
  223. +regs-iis.h
  224. +regs-irqtype.h
  225. +regs-keypad.h
  226. +regs-lcd.h
  227. +regs-nand.h
  228. +regs-onenand.h
  229. +regs-pp.h
  230. +regs-rotator.h
  231. +regs-rtc.h
  232. +regs-sdhci.h
  233. +regs-serial.h
  234. +regs-spdif.h
  235. +regs-spi.h
  236. +regs-timer.h
  237. +regs-tvenc.h
  238. +regs-tvscaler.h
  239. +regs-watchdog.h
  240. +s3c-dma.h
  241. +sdhci.h
  242. +spi.h
  243. +ts.h
  244. +uncompress.h
  245. +
  246. +./arch/arm/plat-s5p64xx:
  247. +adc.c
  248. +bootmem.c
  249. +changefreq.S
  250. +clock.c
  251. +cpu.c
  252. +dev-fb.c
  253. +dev-fimc0.c
  254. +dev-fimc1.c
  255. +dev-fimc2.c
  256. +dev-post.c
  257. +dev-spi.c
  258. +dev-uart.c
  259. +devs.c
  260. +gpiolib.c
  261. +include
  262. +irq-eint.c
  263. +irq.c
  264. +Kconfig
  265. +ltc3714.c
  266. +Makefile
  267. +pm.c
  268. +power_clk_gating.c
  269. +pwm-s5p6442.c
  270. +pwm-s5p6442.h
  271. +pwm.c
  272. +s5p6442-clock.c
  273. +s5p6442-dvfs.c
  274. +s5p6442-init.c
  275. +s5p64xx-adcts.c
  276. +s5p64xx-cpufreq.c
  277. +s5p64xx-time.c
  278. +setup-fimc0.c
  279. +setup-fimc1.c
  280. +setup-fimc2.c
  281. +setup-i2c0.c
  282. +setup-i2c1.c
  283. +setup-i2c2.c
  284. +setup-post.c
  285. +sleep.S
  286. +
  287. +./arch/arm/plat-s5p64xx/include:
  288. +plat
  289. +
  290. +./arch/arm/plat-s5p64xx/include/plat:
  291. +adcts.h
  292. +dma.h
  293. +fimc.h
  294. +gpio-bank-a0.h
  295. +gpio-bank-a1.h
  296. +gpio-bank-b.h
  297. +gpio-bank-c0.h
  298. +gpio-bank-c1.h
  299. +gpio-bank-d.h
  300. +gpio-bank-d0.h
  301. +gpio-bank-d1.h
  302. +gpio-bank-e0.h
  303. +gpio-bank-e1.h
  304. +gpio-bank-f0.h
  305. +gpio-bank-f1.h
  306. +gpio-bank-f2.h
  307. +gpio-bank-f3.h
  308. +gpio-bank-g0.h
  309. +gpio-bank-g1.h
  310. +gpio-bank-g2.h
  311. +gpio-bank-h0.h
  312. +gpio-bank-h1.h
  313. +gpio-bank-h2.h
  314. +gpio-bank-h3.h
  315. +gpio-bank-j0.h
  316. +gpio-bank-j1.h
  317. +gpio-bank-j2.h
  318. +gpio-bank-j3.h
  319. +gpio-bank-j4.h
  320. +gpio-bank-mp00.h
  321. +gpio-bank-mp01.h
  322. +gpio-bank-mp02.h
  323. +gpio-bank-mp03.h
  324. +gpio-bank-mp04.h
  325. +gpio-bank-mp05.h
  326. +gpio-bank-mp06.h
  327. +gpio-bank-mp07.h
  328. +gpio-bank-mp10.h
  329. +gpio-bank-mp11.h
  330. +gpio-bank-mp12.h
  331. +gpio-bank-mp13.h
  332. +gpio-bank-mp14.h
  333. +gpio-bank-mp15.h
  334. +gpio-bank-mp16.h
  335. +gpio-bank-mp17.h
  336. +gpio-bank-mp18.h
  337. +irqs.h
  338. +media.h
  339. +pll.h
  340. +pm.h
  341. +post.h
  342. +power_clk_gating.h
  343. +regs-audss.h
  344. +regs-clock.h
  345. +regs-dramc.h
  346. +regs-fb.h
  347. +regs-fimc.h
  348. +regs-g2d.h
  349. +regs-gpio.h
  350. +regs-iis.h
  351. +regs-mfc.h
  352. +regs-onenand.h
  353. +regs-post.h
  354. +regs-pp.h
  355. +regs-sys-timer.h
  356. +regs-usb-otg-hs.h
  357. +reserved_mem.h
  358. +s5p6442-dvfs.h
  359. +s5p6442.h
  360. +
  361. ./arch/arm/tools:
  362. gen-mach-types
  363. mach-types
  364. @@ -13388,6 +13669,7 @@
  365. ABI
  366. accounting
  367. acpi
  368. +android.txt
  369. aoe
  370. applying-patches.txt
  371. arm
  372. @@ -15033,6 +15315,7 @@
  373. s390
  374. sbus
  375. scsi
  376. +sensor
  377. serial
  378. sh
  379. sn
  380. @@ -15039,8 +15322,10 @@
  381. spi
  382. ssb
  383. staging
  384. +switch
  385. tc
  386. telephony
  387. +tfsr
  388. thermal
  389. uio
  390. usb
  391. @@ -15537,6 +15822,7 @@
  392. cp437.uni
  393. cs5535_gpio.c
  394. cyclades.c
  395. +dcc_tty.c
  396. defkeymap.c_shipped
  397. defkeymap.map
  398. digi1.h
  399. @@ -15613,6 +15899,9 @@
  400. rocket.c
  401. rocket.h
  402. rtc.c
  403. +s3c_mem.c
  404. +s3c_mem.h
  405. +s3c-adc.c
  406. scc.h
  407. scx200_gpio.c
  408. selection.c
  409. @@ -16387,7 +16676,9 @@
  410. Kconfig
  411. Makefile
  412. max6875.c
  413. +max8998.c
  414. pca9539.c
  415. +pca963x.c
  416. pcf8574.c
  417. pcf8575.c
  418. pcf8591.c
  419. @@ -16830,6 +17121,7 @@
  420. joystick
  421. Kconfig
  422. keyboard
  423. +keyreset.c
  424. Makefile
  425. misc
  426. mouse
  427. @@ -16911,6 +17203,8 @@
  428. omap-keypad.c
  429. pxa27x_keypad.c
  430. pxa930_rotary.c
  431. +s3c-keypad.c
  432. +s3c-keypad.h
  433. sh_keysc.c
  434. spitzkbd.c
  435. stowaway.c
  436. @@ -16925,9 +17219,15 @@
  437. atlas_btns.c
  438. cm109.c
  439. cobalt_btns.c
  440. +gpio_axis.c
  441. +gpio_event.c
  442. +gpio_input.c
  443. +gpio_matrix.c
  444. +gpio_output.c
  445. hp_sdc_rtc.c
  446. ixp4xx-beeper.c
  447. Kconfig
  448. +keychord.c
  449. keyspan_remote.c
  450. m68kspkr.c
  451. Makefile
  452. @@ -17025,6 +17325,8 @@
  453. corgi_ts.c
  454. da9034-ts.c
  455. elo.c
  456. +Firmware15.h
  457. +Firmware16.h
  458. fujitsu_ts.c
  459. gunze.c
  460. h3600_ts_input.c
  461. @@ -17039,6 +17341,10 @@
  462. mk712.c
  463. mtouch.c
  464. penmount.c
  465. +qt602240_emul.c
  466. +qt602240.c
  467. +s3c-ts.c
  468. +synaptics_i2c_rmi.c
  469. touchit213.c
  470. touchright.c
  471. touchwin.c
  472. @@ -17478,6 +17784,7 @@
  473. ledtrig-default-on.c
  474. ledtrig-heartbeat.c
  475. ledtrig-ide-disk.c
  476. +ledtrig-sleep.c
  477. ledtrig-timer.c
  478. Makefile
  479.  
  480. @@ -17619,6 +17926,7 @@
  481. Kconfig
  482. Makefile
  483. radio
  484. +s5p6442
  485. video
  486.  
  487. ./drivers/media/common:
  488. @@ -18047,6 +18355,108 @@
  489. radio-typhoon.c
  490. radio-zoltrix.c
  491.  
  492. +./drivers/media/s5p6442:
  493. +fimc_drv
  494. +g2d_drv
  495. +g3d_drv
  496. +jpeg_v2
  497. +mfc
  498. +
  499. +./drivers/media/s5p6442/fimc_drv:
  500. +csis.c
  501. +csis.h
  502. +fimc_capture.c
  503. +fimc_dev.c
  504. +fimc_output.c
  505. +fimc_overlay.c
  506. +fimc_v4l2.c
  507. +fimc-ipc.h
  508. +fimc.h
  509. +fimc40_regs.c
  510. +fimc43_regs.c
  511. +ipc_table.h
  512. +ipc.c
  513. +Kconfig
  514. +Kconfig-camera
  515. +Makefile
  516. +
  517. +./drivers/media/s5p6442/g2d_drv:
  518. +g2d_dev.c
  519. +g2d.h
  520. +Kconfig
  521. +Makefile
  522. +
  523. +./drivers/media/s5p6442/g3d_drv:
  524. +Kconfig
  525. +Makefile
  526. +modules.order
  527. +s3c_g3d.c
  528. +
  529. +./drivers/media/s5p6442/jpeg_v2:
  530. +built-in.o
  531. +jpg_conf.h
  532. +jpg_mem.c
  533. +jpg_mem.c.bak
  534. +jpg_mem.h
  535. +jpg_mem.o
  536. +jpg_misc.c
  537. +jpg_misc.h
  538. +jpg_misc.o
  539. +jpg_opr.c
  540. +jpg_opr.c.bak
  541. +jpg_opr.h
  542. +jpg_opr.o
  543. +Kconfig
  544. +Kconfig..bak
  545. +log_msg.c
  546. +log_msg.h
  547. +log_msg.o
  548. +Makefile
  549. +modules.order
  550. +regs-jpeg.h
  551. +s3c-jpeg.c
  552. +s3c-jpeg.c.bak
  553. +s3c-jpeg.h
  554. +s3c-jpeg.o
  555. +
  556. +./drivers/media/s5p6442/mfc:
  557. +BitProcBuf.c
  558. +BitProcBuf.h
  559. +DataBuf.c
  560. +DataBuf.h
  561. +FramBufMgr.c
  562. +FramBufMgr.h
  563. +Kconfig
  564. +LogMsg.c
  565. +LogMsg.h
  566. +Makefile
  567. +MFC_HW_Init.c
  568. +MFC_HW_Init.h
  569. +MFC_Inst_Pool.c
  570. +MFC_Inst_Pool.h
  571. +MFC_Instance.c
  572. +MFC_Instance.h
  573. +Mfc.h
  574. +MfcConfig.h
  575. +MfcDrvParams.h
  576. +MfcIntrNotification.c
  577. +MfcIntrNotification.h
  578. +MfcMemory.c
  579. +MfcMemory.h
  580. +MfcMutex.c
  581. +MfcMutex.h
  582. +MfcSetConfig.c
  583. +MfcSfr.c
  584. +MfcSfr.h
  585. +MfcTypes.h
  586. +modules.order
  587. +Prism_S_V13C.c
  588. +Prism_S_V13F.c
  589. +Prism_S.h
  590. +README
  591. +s3c-mfc.c
  592. +s3c-mfc.h
  593. +
  594. ./drivers/media/video:
  595. adv7170.c
  596. adv7175.c
  597. @@ -18063,6 +18473,7 @@
  598. c-qcam.c
  599. cafe_ccic-regs.h
  600. cafe_ccic.c
  601. +convert_s5k4ca_registers.c
  602. cpia_pp.c
  603. cpia_usb.c
  604. cpia.c
  605. @@ -18118,6 +18529,9 @@
  606. pwc
  607. pxa_camera.c
  608. s2255drv.c
  609. +s5k4ca_init.h
  610. +s5k4ca.c
  611. +s5k4ca.h
  612. saa5246a.c
  613. saa5249.c
  614. saa6588.c
  615. @@ -18135,6 +18549,7 @@
  616. saa7185.c
  617. saa7191.c
  618. saa7191.h
  619. +samsung
  620. se401.c
  621. se401.h
  622. sh_mobile_ceu_camera.c
  623. @@ -18549,6 +18964,111 @@
  624. saa7134-video.c
  625. saa7134.h
  626.  
  627. +./drivers/media/video/samsung:
  628. +3xa_sensor.c
  629. +3xa_sensor.h
  630. +4xa_sensor.c
  631. +4xa_sensor.h
  632. +adv7180.c
  633. +adv7180.h
  634. +Kconfig
  635. +Makefile
  636. +mfc
  637. +mfc40
  638. +mfc50
  639. +rotator
  640. +
  641. +./drivers/media/video/samsung/mfc:
  642. +BitProcBuf.c
  643. +BitProcBuf.h
  644. +DataBuf.c
  645. +DataBuf.h
  646. +FramBufMgr.c
  647. +FramBufMgr.h
  648. +Kconfig
  649. +LogMsg.c
  650. +LogMsg.h
  651. +Makefile
  652. +MFC_HW_Init.c
  653. +MFC_HW_Init.h
  654. +MFC_Inst_Pool.c
  655. +MFC_Inst_Pool.h
  656. +MFC_Instance.c
  657. +MFC_Instance.h
  658. +Mfc.h
  659. +MfcConfig.h
  660. +MfcDrvParams.h
  661. +MfcIntrNotification.c
  662. +MfcIntrNotification.h
  663. +MfcMemory.c
  664. +MfcMemory.h
  665. +MfcMutex.c
  666. +MfcMutex.h
  667. +MfcSetConfig.c
  668. +MfcSfr.c
  669. +MfcSfr.h
  670. +MfcTypes.h
  671. +Prism_S_V13C.c
  672. +Prism_S.h
  673. +README
  674. +s3c-mfc.c
  675. +s3c-mfc.h
  676. +
  677. +./drivers/media/video/samsung/mfc40:
  678. +command_control_fw.c
  679. +h263_dec_fw.c
  680. +h264_dec_fw.c
  681. +h264_enc_fw.c
  682. +Kconfig
  683. +Makefile
  684. +mp2_dec_fw.c
  685. +mp4_dec_fw.c
  686. +mp4_enc_fw.c
  687. +s3c_mfc_buffer_manager.c
  688. +s3c_mfc_buffer_manager.h
  689. +s3c_mfc_common.c
  690. +s3c_mfc_common.h
  691. +s3c_mfc_errorno.h
  692. +s3c_mfc_fw.h
  693. +s3c_mfc_interface.h
  694. +s3c_mfc_intr.c
  695. +s3c_mfc_intr.h
  696. +s3c_mfc_logmsg.h
  697. +s3c_mfc_memory.c
  698. +s3c_mfc_memory.h
  699. +s3c_mfc_opr.c
  700. +s3c_mfc_opr.h
  701. +s3c_mfc_types.h
  702. +s3c-mfc.c
  703. +vc1_dec_fw.c
  704. +
  705. +./drivers/media/video/samsung/mfc50:
  706. +Kconfig
  707. +Makefile
  708. +s3c_mfc_buffer_manager.c
  709. +s3c_mfc_buffer_manager.h
  710. +s3c_mfc_common.c
  711. +s3c_mfc_common.h
  712. +s3c_mfc_errorno.h
  713. +s3c_mfc_fw.c
  714. +s3c_mfc_fw.h
  715. +s3c_mfc_interface.h
  716. +s3c_mfc_intr.c
  717. +s3c_mfc_intr.h
  718. +s3c_mfc_logmsg.h
  719. +s3c_mfc_memory.c
  720. +s3c_mfc_memory.h
  721. +s3c_mfc_opr.c
  722. +s3c_mfc_opr.h
  723. +s3c_mfc_types.h
  724. +s3c-mfc.c
  725. +
  726. +./drivers/media/video/samsung/rotator:
  727. +Kconfig
  728. +Makefile
  729. +s3c_rotator_common.h
  730. +s3c_rotator.c
  731. +
  732. ./drivers/media/video/sn9c102:
  733. Kconfig
  734. Makefile
  735. @@ -18747,6 +19267,7 @@
  736. wm8400-core.c
  737.  
  738. ./drivers/misc:
  739. +apanic.c
  740. atmel_pwm.c
  741. atmel_tclib.c
  742. atmel-ssc.c
  743. @@ -18760,14 +19281,18 @@
  744. ics932s401.c
  745. ioc4.c
  746. Kconfig
  747. +kernel_debugger.c
  748. kgdbts.c
  749. lkdtm.c
  750. Makefile
  751. phantom.c
  752. +pmem.c
  753. sgi-gru
  754. sgi-xp
  755. tifm_7xx1.c
  756. tifm_core.c
  757. +uid_stat.c
  758. +wl127x-rfkill.c
  759.  
  760. ./drivers/misc/c2port:
  761. c2port-duramar2150.c
  762. @@ -18900,6 +19425,7 @@
  763. s3cmci.c
  764. s3cmci.h
  765. sdhci-pci.c
  766. +sdhci-s3c.c
  767. sdhci.c
  768. sdhci.h
  769. sdricoh_cs.c
  770. @@ -19341,6 +19867,8 @@
  771. ppp_synctty.c
  772. pppoe.c
  773. pppol2tp.c
  774. +pppolac.c
  775. +pppopns.c
  776. pppox.c
  777. ps3_gelic_net.c
  778. ps3_gelic_net.h
  779. @@ -20913,6 +21441,7 @@
  780. bq27x00_battery.c
  781. da9030_battery.c
  782. ds2760_battery.c
  783. +fuel_gauge.c
  784. Kconfig
  785. Makefile
  786. olpc_battery.c
  787. @@ -20923,6 +21452,9 @@
  788. power_supply_leds.c
  789. power_supply_sysfs.c
  790. power_supply.h
  791. +s5p6442_battery.c
  792. +s5p6442_battery.h
  793. +s5p6442_fake_battery.c
  794. tosa_battery.c
  795. wm8350_power.c
  796. wm97xx_battery.c
  797. @@ -20960,6 +21492,7 @@
  798. fixed.c
  799. Kconfig
  800. Makefile
  801. +max8698.c
  802. pcf50633-regulator.c
  803. virtual.c
  804. wm8350-regulator.c
  805. @@ -20966,6 +21499,7 @@
  806. wm8400-regulator.c
  807.  
  808. ./drivers/rtc:
  809. +alarm.c
  810. class.c
  811. hctosys.c
  812. interface.c
  813. @@ -21004,6 +21538,7 @@
  814. rtc-m48t86.c
  815. rtc-max6900.c
  816. rtc-max6902.c
  817. +rtc-max8998.c
  818. rtc-mv.c
  819. rtc-omap.c
  820. rtc-parisc.c
  821. @@ -21032,6 +21567,7 @@
  822. rtc-twl4030.c
  823. rtc-tx4939.c
  824. rtc-v3020.c
  825. +rtc-virtual.c
  826. rtc-vr41xx.c
  827. rtc-wm8350.c
  828. rtc-x1205.c
  829. @@ -21794,6 +22330,38 @@
  830. sym_nvram.h
  831. sym53c8xx.h
  832.  
  833. +./drivers/sensor:
  834. +accel
  835. +compass
  836. +Kconfig
  837. +Makefile
  838. +proximity
  839. +
  840. +./drivers/sensor/accel:
  841. +bma020_acc.c
  842. +bma020_acc.h
  843. +bma020_i2c.c
  844. +bma020_i2c.h
  845. +bma020.c
  846. +bma020.h
  847. +Kconfig
  848. +Makefile
  849. +
  850. +./drivers/sensor/compass:
  851. +ak8973b.c
  852. +ak8973b.h
  853. +Kconfig
  854. +Makefile
  855. +
  856. +./drivers/sensor/proximity:
  857. +cm3607.c
  858. +cm3607.h
  859. +gp2a_prox.c
  860. +gp2a_prox.h
  861. +Kconfig
  862. +Makefile
  863. +prox_ioctls.h
  864. +
  865. ./drivers/serial:
  866. 21285.c
  867. 68328serial.c
  868. @@ -21850,6 +22418,7 @@
  869. pmac_zilog.h
  870. pnx8xxx_uart.c
  871. pxa.c
  872. +s3c_serial_gad.c
  873. s3c2400.c
  874. s3c2410.c
  875. s3c2412.c
  876. @@ -21856,6 +22425,7 @@
  877. s3c2440.c
  878. s3c24a0.c
  879. s3c6400.c
  880. +s5pc100.c
  881. sa1100.c
  882. samsung.c
  883. samsung.h
  884. @@ -21937,8 +22507,12 @@
  885. spi_imx.c
  886. spi_lm70llp.c
  887. spi_mpc83xx.c
  888. +spi_s3c.c
  889. +spi_s3c.h
  890. spi_s3c24xx_gpio.c
  891. spi_s3c24xx.c
  892. +spi_sam.c
  893. +spi_sam.h
  894. spi_sh_sci.c
  895. spi_txx9.c
  896. spi.c
  897. @@ -22030,6 +22604,8 @@
  898. ram_console.c
  899. timed_gpio.c
  900. timed_gpio.h
  901. +timed_output.c
  902. +timed_output.h
  903. TODO
  904.  
  905. ./drivers/staging/asus_oled:
  906. @@ -22885,6 +23461,12 @@
  907. README
  908. wlan_compat.h
  909.  
  910. +./drivers/switch:
  911. +Kconfig
  912. +Makefile
  913. +switch_class.c
  914. +switch_gpio.c
  915. +
  916. ./drivers/tc:
  917. Makefile
  918. tc-driver.c
  919. @@ -22899,6 +23481,117 @@
  920. Makefile
  921. phonedev.c
  922.  
  923. +./drivers/tfsr:
  924. +Core
  925. +debug.h
  926. +Inc
  927. +Kconfig
  928. +LLD
  929. +Makefile
  930. +Makefile.26
  931. +Makefile.26.org
  932. +Makefile.gcov
  933. +Misc
  934. +OAM
  935. +PAM
  936. +tfsr_base.c
  937. +tfsr_base.h
  938. +tfsr_blkdev.c
  939. +tfsr_block.c
  940. +
  941. +./drivers/tfsr/Core:
  942. +BML
  943. +
  944. +./drivers/tfsr/Core/BML:
  945. +FSR_BML_BadBlkMgr.h
  946. +FSR_BML_BBMCommon.c
  947. +FSR_BML_BBMCommon.h
  948. +FSR_BML_BBMMount.c
  949. +FSR_BML_BBMMount.h
  950. +FSR_BML_BIFCommon.c
  951. +FSR_BML_BIFCommon.h
  952. +FSR_BML_Config.h
  953. +FSR_BML_NonBlkMgr.h
  954. +FSR_BML_ROInterface.c
  955. +FSR_BML_Types.h
  956. +
  957. +./drivers/tfsr/Inc:
  958. +FSR_BML.h
  959. +FSR_DBG.h
  960. +FSR_LLD_4K_OneNAND.h
  961. +FSR_LLD_FlexOND.h
  962. +FSR_LLD_OneNAND.h
  963. +FSR_LLD_PureNAND.h
  964. +FSR_LLD.h
  965. +FSR_OAM.h
  966. +FSR_PAM.h
  967. +FSR_PartitionID.h
  968. +FSR_STL.h
  969. +FSR.h
  970. +
  971. +./drivers/tfsr/LLD:
  972. +FlexOND
  973. +FlexOND_MSM7k
  974. +OND
  975. +OND_MSM7k
  976. +PND_OMAP2430
  977. +
  978. +./drivers/tfsr/LLD/FlexOND:
  979. +FSR_LLD_FlexOND.c
  980. +
  981. +./drivers/tfsr/LLD/FlexOND_MSM7k:
  982. +FSR_LLD_FlexOND.c
  983. +FSR_LLD_FNDShared.c
  984. +
  985. +./drivers/tfsr/LLD/OND:
  986. +FSR_LLD_4K_OneNAND.c
  987. +FSR_LLD_OneNAND.c
  988. +FSR_LLD_SWEcc.c
  989. +FSR_LLD_SWEcc.h
  990. +
  991. +./drivers/tfsr/LLD/OND_MSM7k:
  992. +FSR_LLD_4K_ONDShared.c
  993. +FSR_LLD_4K_OneNAND.c
  994. +FSR_LLD_ONDShared.c
  995. +FSR_LLD_OneNAND.c
  996. +FSR_LLD_SWEcc.c
  997. +FSR_LLD_SWEcc.h
  998. +
  999. +./drivers/tfsr/LLD/PND_OMAP2430:
  1000. +FSR_LLD_OMAP2430.h
  1001. +FSR_LLD_PureNAND.c
  1002. +
  1003. +./drivers/tfsr/Misc:
  1004. +FSR_DBG_Stack.c
  1005. +FSR_DBG_Zone.c
  1006. +FSR_Version.c
  1007. +
  1008. +./drivers/tfsr/OAM:
  1009. +Linux
  1010. +
  1011. +./drivers/tfsr/OAM/Linux:
  1012. +FSR_OAM_Linux.c
  1013. +
  1014. +./drivers/tfsr/PAM:
  1015. +ApollonPLUS
  1016. +Poseidon
  1017. +s5p6442
  1018. +
  1019. +./drivers/tfsr/PAM/ApollonPLUS:
  1020. +FSR_PAM_ApollonPLUS.c
  1021. +FSR_PAM_asm.S
  1022. +FSR_PAM_memcpy.c
  1023. +
  1024. +./drivers/tfsr/PAM/Poseidon:
  1025. +FSR_PAM_asm.S
  1026. +FSR_PAM_Memcpy.c
  1027. +FSR_PAM_Poseidon.c
  1028. +
  1029. +./drivers/tfsr/PAM/s5p6442:
  1030. +FSR_PAM_asm.S
  1031. +FSR_PAM_Memcpy.c
  1032. +FSR_PAM_s5p6442.c
  1033. +
  1034. ./drivers/thermal:
  1035. Kconfig
  1036. Makefile
  1037. @@ -22989,8 +23682,12 @@
  1038. usb.h
  1039.  
  1040. ./drivers/usb/gadget:
  1041. +adb_ums_acm_eth_mtp.c
  1042. +adb_ums_acm_eth.c
  1043. +adb_ums_acm.c
  1044. amd5536udc.c
  1045. amd5536udc.h
  1046. +android.c
  1047. at91_udc.c
  1048. at91_udc.h
  1049. atmel_usba_udc.c
  1050. @@ -23004,8 +23701,17 @@
  1051. epautoconf.c
  1052. ether.c
  1053. f_acm.c
  1054. +f_acm.h
  1055. +f_adb.c
  1056. +f_adb.h
  1057. f_ecm.c
  1058. +f_logging.c
  1059. +f_logging.h
  1060. f_loopback.c
  1061. +f_mass_storage.c
  1062. +f_mass_storage.h
  1063. +f_mtp.c
  1064. +f_mtp.h
  1065. f_obex.c
  1066. f_phonet.c
  1067. f_rndis.c
  1068. @@ -23013,6 +23719,8 @@
  1069. f_sourcesink.c
  1070. f_subset.c
  1071. file_storage.c
  1072. +fsa9480_i2c.c
  1073. +fsa9480_i2c.h
  1074. fsl_qe_udc.c
  1075. fsl_qe_udc.h
  1076. fsl_usb2_udc.c
  1077. @@ -23043,8 +23751,13 @@
  1078. pxa27x_udc.h
  1079. rndis.c
  1080. rndis.h
  1081. +s3c-udc-otg-hs_dma.c
  1082. +s3c-udc-otg-hs_slave.c
  1083. +s3c-udc-otg-hs.c
  1084. +s3c-udc.h
  1085. s3c2410_udc.c
  1086. s3c2410_udc.h
  1087. +serial_acm.c
  1088. serial.c
  1089. u_ether.c
  1090. u_ether.h
  1091. @@ -23573,6 +24286,7 @@
  1092. s3fb.c
  1093. sa1100fb.c
  1094. sa1100fb.h
  1095. +samsung
  1096. savage
  1097. sbuslib.c
  1098. sbuslib.h
  1099. @@ -23852,6 +24566,27 @@
  1100. rivafb-i2c.c
  1101. rivafb.h
  1102.  
  1103. +./drivers/video/samsung:
  1104. +android_logo_rgb16.h
  1105. +Kconfig
  1106. +linux_logo.h
  1107. +linux-2_rgb24.h
  1108. +logo_rgb24_hvga_portrait.h
  1109. +logo_rgb24_wvga_landscape.h
  1110. +logo_rgb24_wvga_portrait.h
  1111. +Makefile
  1112. +pic_320_480_24.bmp
  1113. +s3cfb_ams320.c
  1114. +s3cfb_fimd4x.c
  1115. +s3cfb_fimd5x.c
  1116. +s3cfb_fimd6x.c
  1117. +s3cfb_lms300.c
  1118. +s3cfb_lte480wv.c
  1119. +s3cfb_progress.h
  1120. +s3cfb_s6d04d1.c
  1121. +s3cfb.c
  1122. +s3cfb.h
  1123. +
  1124. ./drivers/video/savage:
  1125. Makefile
  1126. savagefb_accel.c
  1127. @@ -24022,6 +24757,7 @@
  1128. rdc321x_wdt.c
  1129. riowd.c
  1130. rm9k_wdt.c
  1131. +s3c_wdt.c
  1132. s3c2410_wdt.c
  1133. sa1100_wdt.c
  1134. sb_wdog.c
  1135. @@ -24374,6 +25110,7 @@
  1136. xattr_acl.c
  1137. xattr.c
  1138. xfs
  1139. +yaffs2
  1140.  
  1141. ./fs/9p:
  1142. fid.c
  1143. @@ -25931,6 +26668,41 @@
  1144. uuid.c
  1145. uuid.h
  1146.  
  1147. +./fs/yaffs2:
  1148. +devextras.h
  1149. +Kconfig
  1150. +Makefile
  1151. +moduleconfig.h
  1152. +yaffs_checkptrw.c
  1153. +yaffs_checkptrw.h
  1154. +yaffs_ecc.c
  1155. +yaffs_ecc.h
  1156. +yaffs_fs.c
  1157. +yaffs_getblockinfo.h
  1158. +yaffs_guts.c
  1159. +yaffs_guts.h
  1160. +yaffs_mtdif.c
  1161. +yaffs_mtdif.h
  1162. +yaffs_mtdif1.c
  1163. +yaffs_mtdif1.h
  1164. +yaffs_mtdif2.c
  1165. +yaffs_mtdif2.h
  1166. +yaffs_nand.c
  1167. +yaffs_nand.h
  1168. +yaffs_nandemul2k.h
  1169. +yaffs_packedtags1.c
  1170. +yaffs_packedtags1.h
  1171. +yaffs_packedtags2.c
  1172. +yaffs_packedtags2.h
  1173. +yaffs_qsort.c
  1174. +yaffs_qsort.h
  1175. +yaffs_tagscompat.c
  1176. +yaffs_tagscompat.h
  1177. +yaffs_tagsvalidity.c
  1178. +yaffs_tagsvalidity.h
  1179. +yaffsinterface.h
  1180. +yportenv.h
  1181. +
  1182. ./include:
  1183. acpi
  1184. asm-arm
  1185. @@ -25939,6 +26711,7 @@
  1186. asm-h8300
  1187. asm-m32r
  1188. asm-mn10300
  1189. +config
  1190. crypto
  1191. drm
  1192. Kbuild
  1193. @@ -26448,6 +27221,151 @@
  1194. serial.h
  1195. timex.h
  1196.  
  1197. +./include/config:
  1198. +blk
  1199. +chr
  1200. +fb
  1201. +input
  1202. +lockd
  1203. +lockd.h
  1204. +mouse
  1205. +mtd
  1206. +mtd.h
  1207. +nfs
  1208. +root
  1209. +scsi
  1210. +scsi.h
  1211. +serial
  1212. +split
  1213. +sunrpc.h
  1214. +
  1215. +./include/config/blk:
  1216. +dev
  1217. +
  1218. +./include/config/blk/dev:
  1219. +sd.h
  1220. +
  1221. +./include/config/chr:
  1222. +dev
  1223. +
  1224. +./include/config/chr/dev:
  1225. +sg.h
  1226. +
  1227. +./include/config/fb:
  1228. +s3c
  1229. +
  1230. +./include/config/fb/s3c:
  1231. +s6d04d1.h
  1232. +
  1233. +./include/config/input:
  1234. +mouse.h
  1235. +
  1236. +./include/config/lockd:
  1237. +v4.h
  1238. +
  1239. +./include/config/mouse:
  1240. +ps2
  1241. +ps2.h
  1242. +
  1243. +./include/config/mouse/ps2:
  1244. +alps.h
  1245. +logips2pp.h
  1246. +synaptics.h
  1247. +trackpoint.h
  1248. +
  1249. +./include/config/mtd:
  1250. +blkdevs.h
  1251. +block.h
  1252. +cfi
  1253. +char.h
  1254. +cmdline
  1255. +concat.h
  1256. +map
  1257. +nand
  1258. +nand.h
  1259. +partitions.h
  1260. +redboot
  1261. +
  1262. +./include/config/mtd/cfi:
  1263. +i1.h
  1264. +i2.h
  1265. +
  1266. +./include/config/mtd/cmdline:
  1267. +parts.h
  1268. +
  1269. +./include/config/mtd/map:
  1270. +bank
  1271. +
  1272. +./include/config/mtd/map/bank:
  1273. +width
  1274. +
  1275. +./include/config/mtd/map/bank/width:
  1276. +1.h
  1277. +2.h
  1278. +4.h
  1279. +
  1280. +./include/config/mtd/nand:
  1281. +ids.h
  1282. +
  1283. +./include/config/mtd/redboot:
  1284. +directory
  1285. +parts
  1286. +parts.h
  1287. +
  1288. +./include/config/mtd/redboot/directory:
  1289. +block.h
  1290. +
  1291. +./include/config/mtd/redboot/parts:
  1292. +unallocated.h
  1293. +
  1294. +./include/config/nfs:
  1295. +acl
  1296. +common.h
  1297. +fs.h
  1298. +v3
  1299. +v3.h
  1300. +
  1301. +./include/config/nfs/acl:
  1302. +support.h
  1303. +
  1304. +./include/config/nfs/v3:
  1305. +acl.h
  1306. +
  1307. +./include/config/root:
  1308. +nfs.h
  1309. +
  1310. +./include/config/scsi:
  1311. +dma.h
  1312. +lowlevel.h
  1313. +proc
  1314. +wait
  1315. +
  1316. +./include/config/scsi/proc:
  1317. +fs.h
  1318. +
  1319. +./include/config/scsi/wait:
  1320. +scan.h
  1321. +
  1322. +./include/config/serial:
  1323. +8250
  1324. +8250.h
  1325. +
  1326. +./include/config/serial/8250:
  1327. +nr
  1328. +runtime
  1329. +
  1330. +./include/config/serial/8250/nr:
  1331. +uarts.h
  1332. +
  1333. +./include/config/serial/8250/runtime:
  1334. +uarts.h
  1335. +
  1336. +./include/config/split:
  1337. +root
  1338. +
  1339. +./include/config/split/root:
  1340. +filesystem.h
  1341. +
  1342. ./include/crypto:
  1343. aead.h
  1344. aes.h
  1345. @@ -26523,11 +27441,16 @@
  1346. amifd.h
  1347. amifdreg.h
  1348. amigaffs.h
  1349. +android_aid.h
  1350. +android_alarm.h
  1351. +android_pmem.h
  1352. +android_power.h
  1353. anon_inodes.h
  1354. apm_bios.h
  1355. apm-emulation.h
  1356. arcdevice.h
  1357. arcfb.h
  1358. +ashmem.h
  1359. async_tx.h
  1360. async.h
  1361. ata_platform.h
  1362. @@ -26709,6 +27632,7 @@
  1363. dvb
  1364. dw_dmac.h
  1365. dynamic_printk.h
  1366. +earlysuspend.h
  1367. edac.h
  1368. edd.h
  1369. eeprom_93cx6.h
  1370. @@ -26767,6 +27691,7 @@
  1371. fs.h
  1372. fsl_devices.h
  1373. fsnotify.h
  1374. +fsr_if.h
  1375. ftrace_irq.h
  1376. ftrace.h
  1377. fuse.h
  1378. @@ -26782,6 +27707,7 @@
  1379. gfp.h
  1380. gfs2_ondisk.h
  1381. gigaset_dev.h
  1382. +gpio_event.h
  1383. gpio_keys.h
  1384. gpio_mouse.h
  1385. gpio.h
  1386. @@ -26859,6 +27785,8 @@
  1387. if_plip.h
  1388. if_ppp.h
  1389. if_pppol2tp.h
  1390. +if_pppolac.h
  1391. +if_pppopns.h
  1392. if_pppox.h
  1393. if_slip.h
  1394. if_strip.h
  1395. @@ -26943,6 +27871,8 @@
  1396. kd.h
  1397. kdebug.h
  1398. kdev_t.h
  1399. +kernel_debugger.h
  1400. +kernel_sec_common.h
  1401. kernel_stat.h
  1402. kernel.h
  1403. kernelcapi.h
  1404. @@ -26950,7 +27880,9 @@
  1405. key-type.h
  1406. key.h
  1407. keyboard.h
  1408. +keychord.h
  1409. keyctl.h
  1410. +keyreset.h
  1411. kfifo.h
  1412. kgdb.h
  1413. klist.h
  1414. @@ -27329,6 +28261,8 @@
  1415. swap.h
  1416. swapops.h
  1417. swiotlb.h
  1418. +switch.h
  1419. +synaptics_i2c_rmi.h
  1420. synclink.h
  1421. sys.h
  1422. syscalls.h
  1423. @@ -27356,6 +28290,7 @@
  1424. tick.h
  1425. tifm.h
  1426. time.h
  1427. +timed_output.h
  1428. timer.h
  1429. timerfd.h
  1430. times.h
  1431. @@ -27380,6 +28315,7 @@
  1432. ucb1400.h
  1433. udf_fs_i.h
  1434. udp.h
  1435. +uid_stat.h
  1436. uinput.h
  1437. uio_driver.h
  1438. uio.h
  1439. @@ -27406,6 +28342,7 @@
  1440. video_encoder.h
  1441. video_output.h
  1442. videodev.h
  1443. +videodev2_samsung.h
  1444. videodev2.h
  1445. videotext.h
  1446. virtio_9p.h
  1447. @@ -27425,11 +28362,14 @@
  1448. vt.h
  1449. w1-gpio.h
  1450. wait.h
  1451. +wakelock.h
  1452. wanrouter.h
  1453. watchdog.h
  1454. +wifi_tiwlan.h
  1455. wimax
  1456. wimax.h
  1457. wireless.h
  1458. +wl127x-rfkill.h
  1459. wlp.h
  1460. wm97xx_batt.h
  1461. wm97xx.h
  1462. @@ -27484,8 +28424,10 @@
  1463. at24.h
  1464. dm355evm_msp.h
  1465. max732x.h
  1466. +max8998.h
  1467. pca953x.h
  1468. pcf857x.h
  1469. +pmic.h
  1470. tps65010.h
  1471. tsc2007.h
  1472. twl4030.h
  1473. @@ -27890,6 +28832,7 @@
  1474. packed_struct.h
  1475.  
  1476. ./include/linux/usb:
  1477. +android.h
  1478. association.h
  1479. atmel_usba_udc.h
  1480. audio.h
  1481. @@ -27957,6 +28900,7 @@
  1482. ovcamchip.h
  1483. pwc-ioctl.h
  1484. rds.h
  1485. +s5k4ca_platform.h
  1486. saa6752hs.h
  1487. saa7115.h
  1488. saa7127.h
  1489. @@ -28574,6 +29518,7 @@
  1490. Kconfig.freezer
  1491. Kconfig.hz
  1492. Kconfig.preempt
  1493. +kernel_sec_debug.c
  1494. kexec.c
  1495. kfifo.c
  1496. kgdb.c
  1497. @@ -28681,7 +29626,10 @@
  1498.  
  1499. ./kernel/power:
  1500. console.c
  1501. +consoleearlysuspend.c
  1502. disk.c
  1503. +earlysuspend.c
  1504. +fbearlysuspend.c
  1505. Kconfig
  1506. main.c
  1507. Makefile
  1508. @@ -28692,6 +29640,8 @@
  1509. swap.c
  1510. swsusp.c
  1511. user.c
  1512. +userwakelock.c
  1513. +wakelock.c
  1514.  
  1515. ./kernel/time:
  1516. clockevents.c
  1517. @@ -28871,6 +29821,7 @@
  1518.  
  1519. ./mm:
  1520. allocpercpu.c
  1521. +ashmem.c
  1522. backing-dev.c
  1523. bootmem.c
  1524. bounce.c
  1525. @@ -29361,6 +30312,7 @@
  1526. route.c
  1527. syncookies.c
  1528. sysctl_net_ipv4.c
  1529. +sysfs_net_ipv4.c
  1530. tcp_bic.c
  1531. tcp_cong.c
  1532. tcp_cubic.c
  1533. @@ -31346,7 +32298,9 @@
  1534. Makefile
  1535. omap
  1536. pxa
  1537. +s3c
  1538. s3c24xx
  1539. +s5p
  1540. sh
  1541. soc-core.c
  1542. soc-dapm.c
  1543. @@ -31439,6 +32393,12 @@
  1544. wm8971.h
  1545. wm8990.c
  1546. wm8990.h
  1547. +wm8994_apollo.c
  1548. +wm8994_def.h
  1549. +wm8994_gain.c
  1550. +wm8994_gain.h
  1551. +wm8994_universal.c
  1552. +wm8994.c
  1553. wm9712.c
  1554. wm9712.h
  1555. wm9713.c
  1556. @@ -31500,6 +32460,34 @@
  1557. tosa.c
  1558. zylonite.c
  1559.  
  1560. +./sound/soc/s3c:
  1561. +Kconfig
  1562. +Makefile
  1563. +s3c-ac97.c
  1564. +s3c-ac97.h
  1565. +s3c-i2s.c
  1566. +s3c-i2s.h
  1567. +s3c-pcm-lp.c
  1568. +s3c-pcm-lp.h
  1569. +s3c-pcm.c
  1570. +s3c-pcm.h
  1571. +s5p-spdif.c
  1572. +s5p-spdif.h
  1573. +smdk6410_s5m8751.c
  1574. +smdk6410_wm8580.c
  1575. +smdk6410_wm9713.c
  1576. +smdk6440_s5m8751.c
  1577. +smdk6440_wm8580.c
  1578. +smdk6442_wm8580.c
  1579. +smdkc100_s5m8751.c
  1580. +smdkc100_spdif.c
  1581. +smdkc100_wm8580.c
  1582. +smdkc100_wm9713.c
  1583. +smdkc110_spdif.c
  1584. +smdkc110_wm8580.c
  1585. +universal_ak4671.c
  1586. +universal_wm8994.c
  1587. +
  1588. ./sound/soc/s3c24xx:
  1589. Kconfig
  1590. lm4857.h
  1591. @@ -31517,6 +32505,17 @@
  1592. s3c24xx-pcm.h
  1593. smdk2443_wm9710.c
  1594.  
  1595. +./sound/soc/s5p:
  1596. +apollo_wm8994.c
  1597. +Kconfig
  1598. +Makefile
  1599. +s5p-i2s.c
  1600. +s5p-i2s.h
  1601. +s5p-pcm.c
  1602. +s5p-pcm.h
  1603. +s5p-spdif.c
  1604. +s5p-spdif.h
  1605. +
  1606. ./sound/soc/sh:
  1607. dma-sh7760.c
  1608. hac.c
Advertisement
Add Comment
Please, Sign In to add comment