summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | spi/tegra: remove checks for valid speedLaxman Dewangan2013-02-052-6/+14
| * | | | spi: make sure all transfer has proper speed setLaxman Dewangan2013-02-051-2/+4
| * | | | spi/ath79: avoid multiple initialization of the SPI controllerGabor Juhos2013-02-051-17/+24
| * | | | spi/ath79: use gpio_request_oneGabor Juhos2013-02-051-11/+11
| * | | | spi/ath79: remove superfluous chip select codeGabor Juhos2013-02-051-6/+0
| * | | | spi/ath79: add missing HIGH->LOW SCK transitionGabor Juhos2013-02-051-0/+2
| * | | | spi/ath79: add delay between SCK changesGabor Juhos2013-02-051-1/+43
| * | | | mxs/spi: clear XFER_COUNT in ctrl0 field in DMA descriptorJuha Lumme2013-02-051-1/+4
| * | | | spi/sirf: add support for new SiRFmarco SMP SoCBarry Song2013-02-051-0/+1
| * | | | spi/sirf: use clk_prepare_enable and clk_disable_unprepareBarry Song2013-02-051-3/+3
| * | | | Merge branch 'broonie/spi-next' of git://git.kernel.org/pub/scm/linux/kernel/...Grant Likely2013-02-0512-376/+148
| |\ \ \ \ | | |/ / /
| | * | | spi: spi-gpio: fix compilation warning on 64 bits systemsMaxime Ripard2013-01-311-2/+2
| | * | | spi: spi-omap2-mcspi.c: Toggle CS after each wordMatthias Brugger2013-01-262-0/+21
| | * | | spi: spi-omap2-mcspi.c: fix coding styleMatthias Brugger2013-01-261-8/+8
| | * | | spi: spi-gpio: Add checks for the dt propertiesMaxime Ripard2013-01-261-3/+20
| | * | | spi/pxa2xx: convert to the common clk frameworkMika Westerberg2013-01-262-31/+20
| | * | | spi/pxa2xx: convert to the pump message infrastructureMika Westerberg2013-01-261-200/+12
| | * | | spi/pxa2xx: fix warnings when compiling a 64-bit kernelMika Westerberg2013-01-261-3/+2
| | * | | spi/pxa2xx: allow building on a 64-bit kernelMika Westerberg2013-01-261-2/+2
| | * | | MAINTAINERS: Add myself as a backup maintainer for SPIMark Brown2013-01-141-0/+1
| | * | | spi: bitbang: simplify pointer arithmeticsGuennadi Liakhovetski2013-01-141-13/+14
| | * | | spi/pxa2xx: embed the ssp_device to platform dataMika Westerberg2013-01-084-72/+28
| | * | | spi/pxa2xx-pci: switch to use pcim_* interfacesMika Westerberg2013-01-081-56/+30
| | * | | spi/s3c64xx: Complain if we fail to set a transfer speedMark Brown2013-01-081-0/+2
| * | | | spi: remove check for bits_per_word on transfer from low level driverLaxman Dewangan2013-02-0511-25/+16
| * | | | spi/of: Use DT aliases for assigning bus numberGrant Likely2013-02-051-0/+3
| * | | | spi/sh-msiof: Add device tree parsing to driverBastian Hecht2013-02-052-1/+67
| * | | | spi/davinci: add OF support for the spi controllerMurali Karicheri2013-02-051-14/+88
| * | | | spi/omap2: disable DMA requests before complete()Felipe Balbi2013-02-051-4/+4
| | |/ / | |/| |
* | | | Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2013-02-2023-276/+527
|\ \ \ \
| * | | | clk: sunxi: remove stale Makefile entryArnd Bergmann2013-02-141-1/+0
| * | | | clk: vexpress: Use common of_clk_init() functionPrashant Gaikwad2013-01-242-7/+2
| * | | | clk: zynq: Use common of_clk_init() functionPrashant Gaikwad2013-01-241-10/+4
| * | | | clk: vt8500: Use common of_clk_init() functionPrashant Gaikwad2013-01-241-12/+5
| * | | | clk: highbank: Use common of_clk_init() functionPrashant Gaikwad2013-01-243-16/+6
| * | | | clk: sunxi: Use common of_clk_init() functionPrashant Gaikwad2013-01-243-54/+2
| * | | | clk: add common of_clk_init() functionPrashant Gaikwad2013-01-244-0/+26
| * | | | clk: Deduplicate exit code in clk_set_rateNestor Ovroy2013-01-211-3/+0
| * | | | clk: beautify MakefileMike Turquette2013-01-181-2/+7
| * | | | clk-divider: fix macrosJames Hogan2013-01-181-3/+3
| * | | | clk: prima2: enable dt-binding clkdev mappingBarry Song2013-01-183-126/+183
| * | | | clk: mxs: Index is always positiveFabio Estevam2013-01-152-2/+2
| * | | | clk: max77686: Avoid double free at remove timeLaurent Pinchart2013-01-151-2/+1
| * | | | clk: remove exported function from __init sectionDenis Efremov2013-01-151-1/+1
| * | | | clk: vt8500: Add support for WM8750/WM8850 PLL clocksTony Prisk2013-01-151-2/+100
| * | | | clk: vt8500: Fix division-by-0 when requested rate=0Tony Prisk2013-01-151-2/+12
| * | | | clk: vt8500: Fix device clock divisor calculationsTony Prisk2013-01-151-0/+8
| * | | | clk: vt8500: Fix error in PLL calculations on non-exact match.Tony Prisk2013-01-151-3/+3
| * | | | clk: max77686: Remove unnecessary NULL checking for container_of()Axel Lin2013-01-151-21/+7
| * | | | clk: JSON debugfs clock tree summaryPrashant Gaikwad2013-01-111-0/+75
OpenPOWER on IntegriCloud