summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/loopback', 'spi/to...Mark Brown2017-09-045-35/+227
|\ \ \ \ \
| | | | | * spi: pl022: constify amba_idArvind Yadav2017-08-231-1/+1
| | | | * | spi: pic32: fix spelling mistakes on macro namesColin Ian King2017-07-261-2/+2
| | | | |/
| | | * / spi: omap: Allocate bus number from spi frameworkSuniel Mahesh2017-08-181-4/+0
| | | |/
| | * | spi: loopback-test: implement testing with no CSOleksij Rempel2017-07-261-3/+9
| | * | spi: loopback-test: make several module parameters staticColin Ian King2017-07-181-7/+7
| | * | spi: loopback-test: provide loop_req option.Oleksij Rempel2017-07-171-0/+16
| | |/
| * | spi: imx: fix use of native chip-selects with devicetreeGreg Ungerer2017-08-291-4/+4
| * | spi: imx: fix little-endian buildArnd Bergmann2017-08-231-0/+4
| * | spi: imx: dynamic burst length adjust for PIO modejiada wang2017-08-171-9/+141
| * | spi: imx: add SPI_NO_CS supportOleksij Rempel2017-07-261-1/+8
| * | spi: imx: add selection for iMX53 and iMX6 controllerjiada wang2017-07-171-2/+24
| * | spi: imx: introduce fifo_size and has_dmamode in spi_imx_devtype_datajiada wang2017-07-171-9/+18
| |/
| |
| \
| \
| \
| \
| \
*-----. \ Merge remote-tracking branches 'spi/topic/cadence', 'spi/topic/dt', 'spi/topi...Mark Brown2017-09-045-348/+193
|\ \ \ \ \
| | | | * | spi: spi-falcon: drop check of boot selectHauke Mehrtens2017-09-011-5/+0
| | | | |/
| | | * | spi: spi-ep93xx: use the default master transfer queueing mechanismH Hartley Sweeten2017-08-091-214/+108
| | | * | spi: spi-ep93xx: remove private data 'current_msg'H Hartley Sweeten2017-08-091-11/+5
| | | * | spi: spi-ep93xx: pass the spi_master pointer aroundH Hartley Sweeten2017-08-091-41/+49
| | | * | spi: spi-ep93xx: absorb the interrupt enable/disable helpersH Hartley Sweeten2017-08-091-20/+12
| | | * | spi: spi-ep93xx: add spi master prepare_transfer_hardware()H Hartley Sweeten2017-08-091-39/+33
| | | * | spi: spi-ep93xx: use 32-bit read/write for all registersH Hartley Sweeten2017-08-091-45/+38
| | | * | spi: spi-ep93xx: remove io wrappersH Hartley Sweeten2017-08-091-47/+25
| | | |/
| | * / spi: Convert to using %pOF instead of full_nameRob Herring2017-07-192-18/+13
| | |/
| * | spi: cadence: Add support for context lossShubhrajyoti Datta2017-08-081-0/+2
| * | spi: cadence: change sequence of calling runtime_enableNaga Sureshkumar Relli2017-08-081-1/+1
| |/
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/at79', 'spi/top...Mark Brown2017-09-046-175/+105
|\ \ \ \ \ \
| | | | | * | spi/bcm63xx-hspi: Fix checkpatch warningsAravind Thokala2017-07-171-3/+3
| | | | | |/
| | | | * | spi/bcm63xx-hspi: fix error return code in bcm63xx_hsspi_probe()Gustavo A. R. Silva2017-08-081-2/+2
| | | | * | spi/bcm63xx: fix error return code in bcm63xx_spi_probe()Gustavo A. R. Silva2017-08-081-2/+2
| | | | |/
| | | * / spi: bcm-qspi: Remove hardcoded settings and spi-nor.h dependencyKamal Dasu2017-07-281-56/+33
| | | |/
| | * / spi/ath79: Fix checkpatch warningsAravind Thokala2017-07-171-7/+6
| | |/
| * | spi: altera: Consolidate TX/RX data register accessLars-Peter Clausen2017-08-161-40/+35
| * | spi: altera: Switch to SPI core transfer queue managementLars-Peter Clausen2017-08-162-68/+27
| |/
* | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2017-09-041-24/+59
|\ \
| * | spi: Kernel coding style fixesSuniel Mahesh2017-08-171-17/+12
| * | spi: Pick spi bus number from Linux idr or spi aliasSuniel Mahesh2017-08-161-15/+56
| * | spi: use of_property_read_bool()Sergei Shtylyov2017-08-071-5/+5
| * | spi: core: Propagate error code of add_uevent_var()Andy Shevchenko2017-07-261-2/+1
| |/
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-09-031-1/+4
|\ \
| * | irqchip: mips-gic: SYNC after enabling GIC regionJames Hogan2017-08-301-1/+4
* | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-022-6/+16
|\ \ \
| * | | i2c: designware: Round down ACPI provided clk to nearest supported clkHans de Goede2017-08-311-4/+12
| * | | i2c: ismt: Return EMSGSIZE for block reads with bogus lengthStephen Douthit2017-08-291-1/+3
| * | | i2c: ismt: Don't duplicate the receive length for block readsStephen Douthit2017-08-291-2/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-0154-287/+377
|\ \ \
| * | | mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel2017-09-011-0/+6
| * | | wl1251: add a missing spin_lock_init()Cong Wang2017-08-311-0/+1
| * | | Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli2017-08-311-3/+0
| * | | Merge tag 'mlx5-fixes-2017-08-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-08-3110-36/+43
| |\ \ \
| | * | | net/mlx5e: Fix CQ moderation mode not set properlyTal Gilboa2017-08-301-0/+1