/* * header file for ADAV80X parts * * Copyright 2011 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ #ifndef _ADAV80X_H #define _ADAV80X_H #include struct device; extern const struct regmap_config adav80x_regmap_config; int adav80x_bus_probe(struct device *dev, struct regmap *regmap); enum adav80x_pll_src { ADAV80X_PLL_SRC_XIN, ADAV80X_PLL_SRC_XTAL, ADAV80X_PLL_SRC_MCLKI, }; enum adav80x_pll { ADAV80X_PLL1 = 0, ADAV80X_PLL2 = 1, }; enum adav80x_clk_src { ADAV80X_CLK_XIN = 0, ADAV80X_CLK_MCLKI = 1, ADAV80X_CLK_PLL1 = 2, ADAV80X_CLK_PLL2 = 3, ADAV80X_CLK_XTAL = 6, ADAV80X_CLK_SYSCLK1 = 6, ADAV80X_CLK_SYSCLK2 = 7, ADAV80X_CLK_SYSCLK3 = 8, }; #endif logo' rowspan='2'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-tmio.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-02-08 09:56:15 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-08 09:56:15 -0800
commit23fbe2cdc1de80120cf9ccd478ac57c3a3a0764b (patch)
tree4aff32d5f2f6fe2f54028bfd4d1b66fdd2f8d281 /drivers/usb/host/ohci-tmio.c
parent926af6273fc683cd98cd0ce7bf0d04a02eed6742 (diff)
parenteeeefd41843218c55a8782a6920f044d9bf6207a (diff)
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fix from Jens Axboe: "A single fix that should go into 4.10, fixing a regression on some devices with the WRITE_SAME command" * 'for-linus' of git://git.kernel.dk/linux-block: block: don't try Write Same from __blkdev_issue_zeroout
Diffstat (limited to 'drivers/usb/host/ohci-tmio.c')