/* * wm8962.h -- WM8962 Soc Audio driver platform data * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef _WM8962_PDATA_H #define _WM8962_PDATA_H #define WM8962_MAX_GPIO 6 /* Use to set GPIO default values to zero */ #define WM8962_GPIO_SET 0x10000 #define WM8962_GPIO_FN_CLKOUT 0 #define WM8962_GPIO_FN_LOGIC 1 #define WM8962_GPIO_FN_SDOUT 2 #define WM8962_GPIO_FN_IRQ 3 #define WM8962_GPIO_FN_THERMAL 4 #define WM8962_GPIO_FN_PLL2_LOCK 6 #define WM8962_GPIO_FN_PLL3_LOCK 7 #define WM8962_GPIO_FN_FLL_LOCK 9 #define WM8962_GPIO_FN_DRC_ACT 10 #define WM8962_GPIO_FN_WSEQ_DONE 11 #define WM8962_GPIO_FN_ALC_NG_ACT 12 #define WM8962_GPIO_FN_ALC_PEAK_LIMIT 13 #define WM8962_GPIO_FN_ALC_SATURATION 14 #define WM8962_GPIO_FN_ALC_LEVEL_THR 15 #define WM8962_GPIO_FN_ALC_LEVEL_LOCK 16 #define WM8962_GPIO_FN_FIFO_ERR 17 #define WM8962_GPIO_FN_OPCLK 18 #define WM8962_GPIO_FN_DMICCLK 19 #define WM8962_GPIO_FN_DMICDAT 20 #define WM8962_GPIO_FN_MICD 21 #define WM8962_GPIO_FN_MICSCD 22 struct wm8962_pdata { struct clk *mclk; int gpio_base; u32 gpio_init[WM8962_MAX_GPIO]; /* Setup for microphone detection, raw value to be written to * R48(0x30) - only microphone related bits will be updated. * Detection may be enabled here for use with signals brought * out on the GPIOs. */ u32 mic_cfg; bool irq_active_low; bool spk_mono; /* Speaker outputs tied together as mono */ /** * This flag should be set if one or both IN4 inputs is wired * in a DC measurement configuration. */ bool in4_dc_measure; }; #endif include/net/route.h?h=nds-private-remove&id=a088d1d73a4bcfd7bc482f8d08375b9b665dc3e5'>treecommitdiff
path: root/include/net/route.h
f2'/>
AgeCommit message (Expand)AuthorFilesLines
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-02-06 14:16:23 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-06 14:16:23 -0800
commit396bf4cd835e62d70fad4a03a8963e61f19021f2 (patch)
tree79ac8f33554260fea1a8d43e6f8c4c5460115f45 /include/dt-bindings/gpio
parentd5adbfcd5f7bcc6fa58a41c5c5ada0e5c826ce2c (diff)
parent7c2cf1c4615cc2f576d0604406cdf0065f00b83b (diff)
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fixes from Herbert Xu: - use-after-free in algif_aead - modular aesni regression when pcbc is modular but absent - bug causing IO page faults in ccp - double list add in ccp - NULL pointer dereference in qat (two patches) - panic in chcr - NULL pointer dereference in chcr - out-of-bound access in chcr * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: chcr - Fix key length for RFC4106 crypto: algif_aead - Fix kernel panic on list_del crypto: aesni - Fix failure when pcbc module is absent crypto: ccp - Fix double add when creating new DMA command crypto: ccp - Fix DMA operations when IOMMU is enabled crypto: chcr - Check device is allocated before use crypto: chcr - Fix panic on dma_unmap_sg crypto: qat - zero esram only for DH85x devices crypto: qat - fix bar discovery for c62x
Diffstat (limited to 'include/dt-bindings/gpio')