summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | regulator: max8649: Constify struct regmap_config and regulator_opsKrzysztof Kozlowski2015-01-051-2/+2
| | |/ / / / / / / / /
| | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ \ \ Merge remote-tracking branches 'regulator/topic/isl9305', 'regulator/topic/lp...Mark Brown2015-02-087-74/+324
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | regulator: max77843: Add max77843 regulator driverJaewon Kim2015-02-053-0/+236
| | | | | | |/ / / / / / / / /
| | | | | * | | | | | | | | | regulator: max77686: Add GPIO controlKrzysztof Kozlowski2015-01-081-5/+65
| | | | * | | | | | | | | | | regulator: max14577: Use regulator_nodes/of_match in the descriptorBeomho Seo2014-12-221-48/+14
| | | | | |/ / / / / / / / / | | | | |/| | | | | | | | |
| | | * / | | | | | | | | | regulator: lp872x: Remove **regulators from struct lp872xAxel Lin2015-01-261-19/+5
| | | |/ / / / / / / / / /
| | * / / / / / / / / / / regulator: isl9305: deprecate use of isl in compatible string for isilArnaud Ebalard2014-12-221-2/+4
| | |/ / / / / / / / / /
| | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branches 'regulator/topic/axp20x', 'regulator/topic/da9...Mark Brown2015-02-083-60/+53
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | regulator: fan53555: Constify struct regmap_config and slew_rates arrayKrzysztof Kozlowski2015-01-051-2/+2
| | | | |/ / / / / / / / / /
| | | * | | | | | | | | | | regulator: da9211: Add gpio control for enable/disable of buckJames Ban2015-01-281-0/+12
| | | * | | | | | | | | | | regulator: da9211: fix unmatched of_nodeJames Ban2015-01-161-2/+2
| | | |/ / / / / / / / / /
| | * | | | | | | | | | | regulator: axp20x: Migrate to regulator core's simplified DT parsing codeChen-Yu Tsai2015-01-091-36/+8
| | * | | | | | | | | | | regulator: axp20x: Fill regulators_node and of_match descriptor fieldsChen-Yu Tsai2015-01-091-20/+29
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge remote-tracking branch 'regulator/topic/dt-cb' into regulator-nextMark Brown2015-02-083-5/+30
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | regulator: Update documentation after renaming function argumentKrzysztof Kozlowski2015-01-141-1/+1
| | * | | | | | | | | | | Merge branch 'topic/core' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2015-01-091-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | regulator: Allow parsing custom properties when using simplified DT parsingKrzysztof Kozlowski2015-01-083-1/+14
| | * | | | | | | | | | | regulator: Copy config passed during registrationKrzysztof Kozlowski2015-01-081-3/+15
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2015-02-081-130/+111
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | regulator: Build sysfs entries with static attribute groupsTakashi Iwai2015-02-021-127/+108
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | regulator: core: Fix format specifier warningAniroop Mathur2014-12-291-1/+1
| | * | | | | | | | | | regulator: core: Avoid negative regulator no & initialize it to -1Aniroop Mathur2014-12-291-3/+3
| | |/ / / / / / / / /
| * | | | | | | | | | Merge remote-tracking branch 'regulator/fix/qcom-rpm' into regulator-linusMark Brown2015-02-081-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | regulator: qcom-rpm: signedness bug in probe()Dan Carpenter2015-01-281-1/+1
| | |/ / / / / / / / /
* | | | | | | | | | | Merge tag 'spi-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2015-02-0948-697/+2198
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'spi/topic/xilinx' into spi-nextMark Brown2015-02-081-135/+163
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | spi/xilinx: Fix access invalid memory on xilinx_spi_txRicardo Ribalda Delgado2015-02-021-1/+16
| | * | | | | | | | | | | spi: Revert "spi/xilinx: Remove iowrite/ioread wrappers"Mark Brown2015-01-301-4/+24
| | * | | | | | | | | | | spi/xilinx: Check number of slaves rangeRicardo Ribalda2015-01-281-0/+7
| | * | | | | | | | | | | spi/xilinx: Use polling mode on small transfersRicardo Ribalda Delgado2015-01-281-18/+25
| | * | | | | | | | | | | spi/xilinx: Remove remaining_words driver data variableRicardo Ribalda Delgado2015-01-281-16/+12
| | * | | | | | | | | | | spi/xilinx: Remove iowrite/ioread wrappersRicardo Ribalda Delgado2015-01-281-24/+4
| | * | | | | | | | | | | spi/xilinx: Convert bits_per_word in bytes_per_wordRicardo Ribalda Delgado2015-01-281-9/+9
| | * | | | | | | | | | | spi/xilinx: Convert remainding_bytes in remaining wordsRicardo Ribalda Delgado2015-01-281-7/+6
| | * | | | | | | | | | | spi/xilinx: Make spi_tx and spi_rx simmetricRicardo Ribalda Delgado2015-01-281-4/+5
| | * | | | | | | | | | | spi/xilinx: Remove rx_fn and tx_fn pointerRicardo Ribalda Delgado2015-01-281-51/+18
| | * | | | | | | | | | | spi/xilinx: Support for spi mode CS_HIGHRicardo Ribalda Delgado2015-01-281-24/+38
| | * | | | | | | | | | | spi/xilinx: Do not inhibit transmission in polling modeRicardo Ribalda Delgado2015-01-281-10/+15
| | * | | | | | | | | | | spi/xilinx: Support cores with no interruptRicardo Ribalda Delgado2015-01-281-14/+19
| | * | | | | | | | | | | spi/xilinx: Use cached value of registerRicardo Ribalda Delgado2015-01-281-1/+0
| | * | | | | | | | | | | spi/xilinx: Code cleanupRicardo Ribalda Delgado2015-01-281-5/+1
| | * | | | | | | | | | | spi/xilinx: Leave the IRQ always enabled.Ricardo Ribalda Delgado2015-01-281-14/+5
| | * | | | | | | | | | | spi/xilinx: Simplify spi_fill_tx_fifoRicardo Ribalda Delgado2015-01-281-13/+33
| | * | | | | | | | | | | spi/xilinx: Simplify data read from the Rx FIFORicardo Ribalda Delgado2015-01-271-7/+8
| | * | | | | | | | | | | spi/xilinx: Support for spi mode LOOPRicardo Ribalda Delgado2015-01-261-2/+4
| | * | | | | | | | | | | spi/xilinx: Support for spi mode LSB_FIRSTRicardo Ribalda Delgado2015-01-261-2/+5
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-----. \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branches 'spi/topic/sirf', 'spi/topic/spidev', 'spi/top...Mark Brown2015-02-086-33/+615
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | spi: ti-qspi: cleanup wait_for_completion return handlingNicholas Mc Guire2015-02-051-8/+6
| | | | | |/ / / / / / / / / /
| | | | * | | | | | | | | | | spi: st-ssc4: Remove duplicate code to test unsupported mode bitsAxel Lin2015-01-141-6/+0
| | | | * | | | | | | | | | | spi: Add new driver for STMicroelectronics' SPI ControllerLee Jones2014-12-223-0/+518
| | | | |/ / / / / / / / / /