/openbmc/linux/drivers/pwm/ |
H A D | pwm-mxs.c | 71 rate = clk_get_rate(mxs->clk); in mxs_pwm_apply() 111 clk_disable_unprepare(mxs->clk); in mxs_pwm_apply() 124 struct mxs_pwm_chip *mxs; in mxs_pwm_probe() local 127 mxs = devm_kzalloc(&pdev->dev, sizeof(*mxs), GFP_KERNEL); in mxs_pwm_probe() 128 if (!mxs) in mxs_pwm_probe() 132 if (IS_ERR(mxs->base)) in mxs_pwm_probe() 133 return PTR_ERR(mxs->base); in mxs_pwm_probe() 136 if (IS_ERR(mxs->clk)) in mxs_pwm_probe() 137 return PTR_ERR(mxs->clk); in mxs_pwm_probe() 139 mxs->chip.dev = &pdev->dev; in mxs_pwm_probe() [all …]
|
/openbmc/linux/sound/soc/mxs/ |
H A D | Makefile | 3 snd-soc-mxs-objs := mxs-saif.o 4 snd-soc-mxs-pcm-objs := mxs-pcm.o 6 obj-$(CONFIG_SND_MXS_SOC) += snd-soc-mxs.o snd-soc-mxs-pcm.o 9 snd-soc-mxs-sgtl5000-objs := mxs-sgtl5000.o 11 obj-$(CONFIG_SND_SOC_MXS_SGTL5000) += snd-soc-mxs-sgtl5000.o
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/ |
H A D | Makefile | 19 obj-$(if $(filter mxs,$(SOC)),y) += mxs/
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | fsl,mxs-pinctrl.txt | 3 The pins controlled by mxs pin controller are organized in banks, each bank 16 The node of mxs pin controller acts as a container for an arbitrary number of 25 Those subnodes under mxs pin controller node will fall into two categories. 32 On mxs, there is no hardware pin group. The pin group in this binding only 117 In this example, group node mmc0-8bit defines a group of pins for mxs SSP0 127 arch/arm/boot/dts/mxs-pinfunc.h.
|
/openbmc/u-boot/board/freescale/mx28evk/ |
H A D | README | 9 arch/arm/cpu/arm926ejs/mxs/ - The CPU support code for the Freescale i.MX28 10 arch/arm/include/asm/arch-mxs/ - Header files for the Freescale i.MX28 61 Follow the instructions from doc/README.mxs to generate a bootable SD card or
|
H A D | Kconfig | 10 default "mxs"
|
/openbmc/u-boot/arch/arm/mach-imx/mxs/ |
H A D | Kconfig | 28 default "mxs" 66 default "mxs"
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | mxs-audio-sgtl5000.txt | 4 - compatible : "fsl,mxs-audio-sgtl5000" 34 "fsl,mxs-audio-sgtl5000";
|
/openbmc/linux/drivers/nvmem/ |
H A D | Makefile | 43 obj-$(CONFIG_NVMEM_MXS_OCOTP) += nvmem-mxs-ocotp.o 44 nvmem-mxs-ocotp-y := mxs-ocotp.o
|
/openbmc/linux/arch/arm/mach-mxs/ |
H A D | Makefile | 3 obj-$(CONFIG_ARCH_MXS) += mach-mxs.o
|
/openbmc/linux/arch/arm/boot/dts/nxp/ |
H A D | Makefile | 5 subdir-y += mxs
|
/openbmc/u-boot/board/technologic/ts4600/ |
H A D | Kconfig | 10 default "mxs"
|
/openbmc/u-boot/board/creative/xfi3/ |
H A D | Kconfig | 10 default "mxs"
|
/openbmc/u-boot/board/freescale/mx23evk/ |
H A D | Kconfig | 10 default "mxs"
|
/openbmc/u-boot/board/olimex/mx23_olinuxino/ |
H A D | Kconfig | 10 default "mxs"
|
/openbmc/u-boot/board/bluegiga/apx4devkit/ |
H A D | Kconfig | 10 default "mxs"
|
/openbmc/u-boot/board/schulercontrol/sc_sps_1/ |
H A D | Kconfig | 10 default "mxs"
|
/openbmc/u-boot/board/sandisk/sansa_fuze_plus/ |
H A D | Kconfig | 10 default "mxs"
|
/openbmc/u-boot/board/ppcag/bg0900/ |
H A D | Kconfig | 10 default "mxs"
|
/openbmc/linux/drivers/dma/ |
H A D | TODO | 9 - mxs-dma.c
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-vmcoreinfo | 4 Contact: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
|
/openbmc/linux/Documentation/devicetree/bindings/nvmem/ |
H A D | mxs-ocotp.yaml | 4 $id: http://devicetree.org/schemas/nvmem/mxs-ocotp.yaml#
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-mxs.yaml | 4 $id: http://devicetree.org/schemas/i2c/i2c-mxs.yaml#
|
/openbmc/linux/drivers/usb/phy/ |
H A D | Makefile | 22 obj-$(CONFIG_USB_MXS_PHY) += phy-mxs-usb.o
|
/openbmc/linux/Documentation/devicetree/bindings/pwm/ |
H A D | mxs-pwm.yaml | 4 $id: http://devicetree.org/schemas/pwm/mxs-pwm.yaml#
|