/linux-4.1.27/arch/arm/boot/dts/ |
D | omap2.dtsi | 48 ti,hwmods = "mpu"; 57 ti,hwmods = "l3_main"; 61 ti,hwmods = "aes"; 69 ti,hwmods = "hdq1w"; 83 ti,hwmods = "dma"; 96 ti,hwmods = "i2c1"; 107 ti,hwmods = "i2c2"; 118 ti,hwmods = "mcspi1"; 129 ti,hwmods = "mcspi2"; 138 ti,hwmods = "rng"; [all …]
|
D | am4372.dtsi | 74 ti,hwmods = "l3_main"; 137 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2"; 150 ti,hwmods = "uart1"; 157 ti,hwmods = "uart2"; 165 ti,hwmods = "uart3"; 173 ti,hwmods = "uart4"; 181 ti,hwmods = "uart5"; 189 ti,hwmods = "uart6"; 197 ti,hwmods = "mailbox"; 212 ti,hwmods = "timer1"; [all …]
|
D | omap3.dtsi | 50 ti,hwmods = "debugss"; 61 ti,hwmods = "mpu"; 66 ti,hwmods = "iva"; 88 ti,hwmods = "l3_main"; 146 ti,hwmods = "aes"; 183 ti,hwmods = "counter_32k"; 220 ti,hwmods = "gpio1"; 232 ti,hwmods = "gpio2"; 243 ti,hwmods = "gpio3"; 254 ti,hwmods = "gpio4"; [all …]
|
D | am33xx.dtsi | 82 ti,hwmods = "mpu"; 98 ti,hwmods = "l3_main"; 161 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2"; 170 ti,hwmods = "gpio1"; 181 ti,hwmods = "gpio2"; 192 ti,hwmods = "gpio3"; 203 ti,hwmods = "gpio4"; 214 ti,hwmods = "uart1"; 225 ti,hwmods = "uart2"; 236 ti,hwmods = "uart3"; [all …]
|
D | omap4.dtsi | 93 ti,hwmods = "mpu"; 99 ti,hwmods = "dsp"; 104 ti,hwmods = "iva"; 120 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3"; 222 ti,hwmods = "counter_32k"; 287 ti,hwmods = "gpio1"; 299 ti,hwmods = "gpio2"; 310 ti,hwmods = "gpio3"; 321 ti,hwmods = "gpio4"; 332 ti,hwmods = "gpio5"; [all …]
|
D | omap5.dtsi | 118 ti,hwmods = "mpu"; 135 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3"; 238 ti,hwmods = "counter_32k"; 302 ti,hwmods = "gpio1"; 314 ti,hwmods = "gpio2"; 325 ti,hwmods = "gpio3"; 336 ti,hwmods = "gpio4"; 347 ti,hwmods = "gpio5"; 358 ti,hwmods = "gpio6"; 369 ti,hwmods = "gpio7"; [all …]
|
D | dra7.dtsi | 83 ti,hwmods = "mpu"; 99 ti,hwmods = "l3_main_1", "l3_main_2"; 185 ti,hwmods = "counter_32k"; 221 ti,hwmods = "pcie1"; 256 ti,hwmods = "pcie2"; 310 ti,hwmods = "gpio1"; 321 ti,hwmods = "gpio2"; 332 ti,hwmods = "gpio3"; 343 ti,hwmods = "gpio4"; 354 ti,hwmods = "gpio5"; [all …]
|
D | omap2430.dtsi | 84 ti,hwmods = "counter_32k"; 92 ti,hwmods = "gpio1"; 104 ti,hwmods = "gpio2"; 116 ti,hwmods = "gpio3"; 128 ti,hwmods = "gpio4"; 140 ti,hwmods = "gpio5"; 155 ti,hwmods = "gpmc"; 168 ti,hwmods = "mcbsp1"; 184 ti,hwmods = "mcbsp2"; 200 ti,hwmods = "mcbsp3"; [all …]
|
D | dm816x.dtsi | 49 ti,hwmods = "mpu"; 67 ti,hwmods = "l3_main"; 138 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2", "tptc3"; 147 ti,hwmods = "elm"; 154 ti,hwmods = "gpio1"; 166 ti,hwmods = "gpio2"; 178 ti,hwmods = "gpmc"; 189 ti,hwmods = "i2c1"; 200 ti,hwmods = "i2c2"; 220 ti,hwmods = "mailbox"; [all …]
|
D | omap2420.dtsi | 72 ti,hwmods = "counter_32k"; 80 ti,hwmods = "gpio1"; 92 ti,hwmods = "gpio2"; 104 ti,hwmods = "gpio3"; 116 ti,hwmods = "gpio4"; 132 ti,hwmods = "gpmc"; 142 ti,hwmods = "mcbsp1"; 156 ti,hwmods = "mcbsp2"; 165 ti,hwmods = "msdi1"; 177 ti,hwmods = "mailbox"; [all …]
|
D | am3517.dtsi | 21 ti,hwmods = "am35x_otg_hs"; 30 ti,hwmods = "davinci_emac"; 45 ti,hwmods = "davinci_mdio"; 55 ti,hwmods = "uart4";
|
D | dra74x.dtsi | 57 ti,hwmods = "usb_otg_ss4";
|
D | omap4460.dtsi | 35 ti,hwmods = "debugss";
|
D | omap36xx.dtsi | 40 ti,hwmods = "uart4";
|
D | am335x-nano.dts | 244 ti,hwmods = "gpmc";
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | omap_device.c | 127 struct omap_hwmod **hwmods; in omap_device_build_from_dt() local 141 hwmods = kzalloc(sizeof(struct omap_hwmod *) * oh_cnt, GFP_KERNEL); in omap_device_build_from_dt() 142 if (!hwmods) { in omap_device_build_from_dt() 156 hwmods[i] = oh; in omap_device_build_from_dt() 161 od = omap_device_alloc(pdev, hwmods, oh_cnt); in omap_device_build_from_dt() 185 kfree(hwmods); in omap_device_build_from_dt() 230 omap_hwmod_enable(od->hwmods[i]); in _omap_device_enable_hwmods() 247 omap_hwmod_idle(od->hwmods[i]); in _omap_device_idle_hwmods() 278 ret = omap_hwmod_get_context_loss_count(od->hwmods[0]); in omap_device_get_context_loss_count() 300 c += omap_hwmod_count_resources(od->hwmods[i], flags); in omap_device_count_resources() [all …]
|
D | omap_device.h | 60 struct omap_hwmod **hwmods; member
|
D | serial.c | 92 omap_hwmod_enable_wakeup(od->hwmods[0]); in omap_uart_enable_wakeup() 94 omap_hwmod_disable_wakeup(od->hwmods[0]); in omap_uart_enable_wakeup()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | mpu.txt | 11 - ti,hwmods: "mpu" 22 ti,hwmods = "mpu" 29 ti,hwmods = "mpu"; 37 ti,hwmods = "mpu";
|
D | dsp.txt | 7 - ti,hwmods: "dsp" 13 ti,hwmods = "dsp";
|
D | counter.txt | 6 - ti,hwmods: Name of the hwmod associated to the counter, which is typically 14 ti,hwmods = "counter_32k";
|
D | iva.txt | 12 - ti,hwmods: "iva" 18 ti,hwmods = "iva";
|
D | l3-noc.txt | 13 - ti,hwmods: "l3_main_1", ... One hwmod for each noc domain. 22 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
|
D | dmm.txt | 14 - ti,hwmods: Name of the hwmod associated to DMM, which is typically "dmm" 21 ti,hwmods = "dmm";
|
D | omap.txt | 6 capabilities and to allow binding with one or several hwmods. 7 The hwmods will contain all the information to build the device: 17 - ti,hwmods: list of hwmod names (ascii strings), that comes from the OMAP 32 ti,hwmods = "spinlock";
|
D | timer.txt | 23 - ti,hwmods: Name of the hwmod associated to the timer, "timer<X>", 41 ti,hwmods = "timer12"
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | ti,omap2-dss.txt | 13 - ti,hwmods: "dss_core" 28 - ti,hwmods: "dss_dispc" 38 - ti,hwmods: "dss_rfbi" 47 - ti,hwmods: "dss_venc"
|
D | ti,omap3-dss.txt | 13 - ti,hwmods: "dss_core" 35 - ti,hwmods: "dss_dispc" 47 - ti,hwmods: "dss_rfbi" 58 - ti,hwmods: "dss_venc" 76 - ti,hwmods: "dss_dsi1"
|
D | ti,omap4-dss.txt | 13 - ti,hwmods: "dss_core" 34 - ti,hwmods: "dss_dispc" 46 - ti,hwmods: "dss_rfbi" 61 - ti,hwmods: "dss_venc" 82 - ti,hwmods: "dss_dsi1" or "dss_dsi2" 105 - ti,hwmods: "dss_hdmi"
|
D | ti,omap5-dss.txt | 13 - ti,hwmods: "dss_core" 34 - ti,hwmods: "dss_dispc" 46 - ti,hwmods: "dss_rfbi" 63 - ti,hwmods: "dss_dsi1" or "dss_dsi2" 86 - ti,hwmods: "dss_hdmi"
|
D | ti,dra7-dss.txt | 13 - ti,hwmods: "dss_core" 45 - ti,hwmods: "dss_dispc" 59 - ti,hwmods: "dss_hdmi"
|
D | ti,omap-dss.txt | 52 ti,hwmods = "dss_core"; 63 ti,hwmods = "dss_dispc"; 77 ti,hwmods = "dss_hdmi";
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | davinci-mdio.txt | 11 - ti,hwmods : Must be "davinci_mdio" 13 Note: "ti,hwmods" field is used to fetch the base address and irq 31 ti,hwmods = "davinci_mdio";
|
D | cpsw.txt | 24 - ti,hwmods : Must be "cpgmac0" 39 Note: "ti,hwmods" field is used to fetch the base address and irq 80 ti,hwmods = "cpgmac0";
|
D | gpmc-eth.txt | 52 ti,hwmods = "gpmc";
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | ti-omap.txt | 14 - ti,hwmods: For 2420, must be "msdi<n>", where n is controller 21 ti,hwmods = "msdi1"; 41 - ti,hwmods: For 2420, must be "msdi<n>", where n is controller 48 ti,hwmods = "msdi1";
|
D | ti-omap-hsmmc.txt | 16 - ti,hwmods: Must be "mmc<n>", n is controller instance starting 1 39 ti,hwmods = "mmc1"; 51 ti,hwmods = "mmc1";
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | ti-edma.txt | 14 - ti,hwmods: Name of the hwmods associated to the EDMA 31 ti,hwmods = "tpcc", "tptc0", "tptc1", "tptc2";
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | omap-wdt.txt | 7 - ti,hwmods: Name of the hwmod associated to the WDT 13 ti,hwmods = "wd_timer2";
|
/linux-4.1.27/Documentation/devicetree/bindings/w1/ |
D | omap-hdq.txt | 7 - ti,hwmods : "hdq1w" 16 ti,hwmods = "hdq1w";
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | omap-spi.txt | 8 - ti,hwmods: Name of the hwmod associated to the McSPI 30 ti,hwmods = "mcspi1"; 40 ti,hwmods = "mcspi1";
|
D | ti_qspi.txt | 12 - ti,hwmods: Name of the hwmod associated to the QSPI 27 ti,hwmods = "qspi";
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | c_can.txt | 15 - ti,hwmods : Must be "d_can<n>" or "c_can<n>", n being the 21 Note: "ti,hwmods" field is used to fetch the base address and irq 43 ti,hwmods = "d_can1";
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | omap-mcpdm.txt | 10 - ti,hwmods: Name of the hwmod associated to the McPDM 20 ti,hwmods = "mcpdm";
|
D | omap-dmic.txt | 10 - ti,hwmods: Name of the hwmod associated with OMAP dmic IP 20 ti,hwmods = "dmic";
|
D | omap-mcbsp.txt | 20 - ti,hwmods: Name of the hwmod associated to the McBSP port 36 ti,hwmods = "mcbsp2";
|
D | davinci-mcasp-audio.txt | 30 - ti,hwmods : Must be "mcasp<n>", n is controller instance starting 0
|
/linux-4.1.27/Documentation/devicetree/bindings/hwrng/ |
D | omap_rng.txt | 10 - ti,hwmods: Name of the hwmod associated with the RNG module 19 ti,hwmods = "rng";
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | omap-usb.txt | 5 - ti,hwmods : must be "usb_otg_hs" 30 ti,hwmods = "usb_otg_hs"; 50 - ti,hwmods : Should be "usb_otg_ss" 72 ti,hwmods = "usb_otg_ss";
|
D | am33xx-usb.txt | 5 - ti,hwmods : must be "usb_otg_hs" 84 ti,hwmods = "usb_otg_hs";
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | omap-ocp2scp.txt | 9 - ti,hwmods : must be "ocp2scp_usb_phy" 20 ti,hwmods = "ocp2scp_usb_phy";
|
D | ti-gpmc.txt | 17 - ti,hwmods: Should be set to "ti,gpmc" until the DT transition is 119 ti,hwmods = "gpmc";
|
/linux-4.1.27/Documentation/devicetree/bindings/drm/tilcdc/ |
D | tilcdc.txt | 11 - ti,hwmods: Name of the hwmod associated to the LCDC 28 ti,hwmods = "lcdc";
|
/linux-4.1.27/Documentation/devicetree/bindings/iommu/ |
D | ti,omap-iommu.txt | 8 - ti,hwmods : Name of the hwmod associated with the IOMMU instance 24 ti,hwmods = "mmu_isp";
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-omap.txt | 6 - ti,hwmods : Must be "i2c<n>", n being the instance number (1-based) 29 ti,hwmods = "i2c1";
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | pwm-tiehrpwm.txt | 13 - ti,hwmods: Name of the hwmod associated to the EHRPWM: 22 ti,hwmods = "ehrpwm0";
|
D | pwm-tiecap.txt | 13 - ti,hwmods: Name of the hwmod associated to the ECAP: 22 ti,hwmods = "ecap0";
|
D | pwm-tipwmss.txt | 22 ti,hwmods = "epwmss0";
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | omap-sham.txt | 10 - ti,hwmods: Name of the hwmod associated with the SHAM module 23 ti,hwmods = "sham";
|
D | omap-aes.txt | 12 - ti,hwmods: Name of the hwmod associated with the AES module 25 ti,hwmods = "aes";
|
D | omap-des.txt | 6 - ti,hwmods: Name of the hwmod associated with the DES module 23 ti,hwmods = "des";
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ti/ |
D | emif.txt | 19 - ti,hwmods : For TI hwmods processing and omap device creation 48 ti,hwmods = "emif2";
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | omap_serial.txt | 12 - ti,hwmods : Must be "uart<n>", n being the instance number (1-based) 28 ti,hwmods = "uart4";
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-omap.txt | 23 - ti,hwmods: Name of the hwmod associated to the GPIO: 34 ti,hwmods = "gpio4";
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | ti-pci.txt | 13 - ti,hwmods : Name of the hwmod associated to the pcie, "pcie<X>", 45 ti,hwmods = "pcie1";
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | elm.txt | 9 - ti,hwmods: Name of the hwmod associated to the elm
|
D | gpmc-onenand.txt | 29 ti,hwmods = "gpmc";
|
D | gpmc-nor.txt | 41 ti,hwmods = "gpmc";
|
D | gpmc-nand.txt | 57 ti,hwmods = "gpmc";
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | omap-usb-tll.txt | 26 ti,hwmods = "usb_tll_hs";
|
D | omap-usb-host.txt | 7 - ti,hwmods: must contain "usb_host_hs" 75 ti,hwmods = "usb_host_hs";
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/ |
D | dra7-atl.txt | 37 - ti,hwmods : Shall be set to "atl" 79 ti,hwmods = "atl";
|
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/ |
D | omap-mailbox.txt | 45 - ti,hwmods: Name of the hwmod associated with the mailbox 98 ti,hwmods = "mailbox"; 123 ti,hwmods = "mailbox";
|
/linux-4.1.27/Documentation/devicetree/bindings/hsi/ |
D | omap-ssi.txt | 47 ti,hwmods = "ssi";
|