| /linux/Documentation/arch/arm/ |
| H A D | microchip.rst | 2 ARM Microchip SoCs (aka AT91) 12 product line is historically named "AT91" or "at91" throughout the Linux kernel 15 git branches/tags and email subject always contain this "at91" sub-string. 18 AT91 SoCs 201 Linux kernel mach directory: arch/arm/mach-at91 202 MAINTAINERS entry is: "ARM/Microchip (AT91) SoC support" 205 Device Tree for AT91 SoCs and boards 207 All AT91 SoCs are converted to Device Tree. Since Linux 3.19, these products 211 Device Tree files and Device Tree bindings that apply to AT91 SoCs and boards are 212 considered as "Unstable". To be completely clear, any at91 binding can change at [all …]
|
| /linux/arch/arm/mach-at91/ |
| H A D | pm.h | 3 * AT91 Power Management 13 #include <soc/at91/at91sam9_ddrsdr.h> 14 #include <soc/at91/at91sam9_sdramc.h> 15 #include <soc/at91/sama7-ddr.h> 16 #include <soc/at91/sama7-sfrbu.h>
|
| /linux/Documentation/devicetree/bindings/serial/ |
| H A D | atmel,at91-usart.yaml | 5 $id: http://devicetree.org/schemas/serial/atmel,at91-usart.yaml# 74 <AT91_USART_MODE_SERIAL> for USART (found in dt-bindings/mfd/at91-usart.h). 137 #include <dt-bindings/mfd/at91-usart.h> 138 #include <dt-bindings/dma/at91.h> 161 #include <dt-bindings/mfd/at91-usart.h> 162 #include <dt-bindings/dma/at91.h> 183 #include <dt-bindings/mfd/at91-usart.h> 184 #include <dt-bindings/dma/at91.h>
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | at91-dvk_som60.dts | 3 * at91-dvk_som60.dts - Device Tree file for the DVK SOM60 board 10 #include "at91-som60.dtsi" 11 #include "at91-dvk_su60_somc.dtsi" 12 #include "at91-dvk_su60_somc_lcm.dtsi"
|
| H A D | sama5d3_uart.dtsi | 9 #include <dt-bindings/pinctrl/at91.h> 11 #include <dt-bindings/clock/at91.h> 12 #include <dt-bindings/mfd/at91-usart.h>
|
| H A D | at91-kizboxmini-base.dts | 3 * at91-kizboxmini-base.dts - Device Tree file for Overkiz Kizbox mini 11 #include "at91-kizboxmini-common.dtsi"
|
| H A D | at91-kizbox2-2.dts | 3 * at91-kizbox2-2.dts - Device Tree file for the Kizbox2 with 12 #include "at91-kizbox2-common.dtsi"
|
| H A D | sama5d3_tcb1.dtsi | 9 #include <dt-bindings/pinctrl/at91.h> 11 #include <dt-bindings/clock/at91.h>
|
| H A D | at91-wb45n.dts | 3 * at91-wb45n.dts - Device Tree file for WB45NBT board 9 #include "at91-wb45n.dtsi"
|
| H A D | at91sam9x5_usart3.dtsi | 9 #include <dt-bindings/pinctrl/at91.h> 11 #include <dt-bindings/mfd/at91-usart.h>
|
| H A D | at91-cosino_mega2560.dts | 3 * at91-cosino_mega2560.dts - Device Tree file for Cosino board with 15 #include "at91-cosino.dtsi"
|
| H A D | sama5d3_mci2.dtsi | 9 #include <dt-bindings/pinctrl/at91.h> 11 #include <dt-bindings/clock/at91.h>
|
| H A D | at91-wb50n.dts | 3 * at91-wb50n.dts - Device Tree file for wb50n evaluation board 10 #include "at91-wb50n.dtsi"
|
| H A D | at91-gatwick.dts | 3 * at91-gatwick.dts - Device Tree file for the Gatwick board 9 #include "at91-wb50n.dtsi"
|
| /linux/drivers/mfd/ |
| H A D | at91-usart.c | 3 * Driver for AT91 USART 11 #include <dt-bindings/mfd/at91-usart.h> 67 MODULE_DESCRIPTION("AT91 USART MFD driver");
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | atmel,at91-ssc.yaml | 4 $id: http://devicetree.org/schemas/sound/atmel,at91-ssc.yaml# 85 #include <dt-bindings/clock/at91.h> 86 #include <dt-bindings/dma/at91.h>
|
| H A D | microchip,sama7g5-spdiftx.yaml | 63 #include <dt-bindings/clock/at91.h> 64 #include <dt-bindings/dma/at91.h>
|
| H A D | microchip,sama7g5-spdifrx.yaml | 63 #include <dt-bindings/clock/at91.h> 64 #include <dt-bindings/dma/at91.h>
|
| /linux/sound/soc/atmel/ |
| H A D | atmel-pcm.h | 3 * at91-pcm.h - ALSA PCM interface for the Atmel AT91 SoC. 10 * Based on at91-pcm. by:
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-at91-core.c | 3 * i2c Support for Atmel's AT91 Two-Wire Interface (TWI) 26 #include "i2c-at91.h" 229 snprintf(dev->adapter.name, sizeof(dev->adapter.name), "AT91"); in at91_twi_probe() 262 dev_info(dev->dev, "AT91 i2c bus driver (hw version: %#x).\n", in at91_twi_probe() 355 MODULE_DESCRIPTION("I2C (TWI) driver for Atmel AT91");
|
| /linux/drivers/power/reset/ |
| H A D | at91-reset.c | 2 * Atmel AT91 SAM9 & SAMA5 SoCs reset code 23 #include <soc/at91/at91sam9_ddrsdr.h> 24 #include <soc/at91/at91sam9_sdramc.h> 69 * struct at91_reset - AT91 reset specific data structure 97 * struct at91_reset_data - AT91 reset data 431 .name = "at91-reset",
|
| /linux/Documentation/w1/masters/ |
| H A D | w1-gpio.rst | 17 Example (mach-at91) 28 GPIO_LOOKUP_IDX("at91-gpio", AT91_PIN_PB20, NULL, 0,
|
| /linux/drivers/cpuidle/ |
| H A D | cpuidle-at91.c | 5 * CPU idle support for AT91 SoC 58 .name = "cpuidle-at91",
|
| /linux/Documentation/devicetree/bindings/power/reset/ |
| H A D | atmel,at91sam9260-shdwc.yaml | 7 title: Microchip AT91 SHDWC Shutdown Controller 13 Microchip AT91 SHDWC shutdown controller controls the power supplies VDDIO
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | atmel,hlcdc.yaml | 63 #include <dt-bindings/clock/at91.h> 64 #include <dt-bindings/dma/at91.h>
|