summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* reset: add TI SYSCON based reset driverAndrew F. Davis2016-06-293-0/+248
* reset: hisilicon: Add hi6220 media subsystem reset supportXinliang Liu2016-06-291-2/+47
* reset: hisilicon: Change to syscon register accessChen Feng2016-06-291-40/+45
* reset: Add support for the Amlogic Meson SoC Reset ControllerNeil Armstrong2016-06-012-0/+137
* reset: oxnas: Use devm register API and get rid of platform removeNeil Armstrong2016-05-301-11/+1
* reset: fix Kconfig menu to include reset drivers in sub-menuMasahiro Yamada2016-05-302-1/+4
* reset: zynq: use devm_reset_controller_register()Masahiro Yamada2016-05-301-11/+1
* reset: socfpga: use devm_reset_controller_register()Masahiro Yamada2016-05-301-11/+1
* reset: sunxi: use devm_reset_controller_register()Masahiro Yamada2016-05-301-11/+1
* reset: pistachio: use devm_reset_controller_register()Masahiro Yamada2016-05-301-11/+1
* reset: ath79: use devm_reset_controller_register()Masahiro Yamada2016-05-301-2/+1
* reset: add devm_reset_controller_register APIMasahiro Yamada2016-05-301-0/+37
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-05-281-1/+9
|\
| * irqchip: mips-gic: Setup EIC mode on each CPU if it's in usePaul Burton2016-05-281-1/+9
* | Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds2016-05-281-0/+2
|\ \
| * | Eliminate bad hash multipliers from hash_32() and hash_64()George Spelvin2016-05-281-0/+2
* | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-281-1/+1
|\ \ \
| * | | i2c: dev: use after free in detachDan Carpenter2016-05-281-1/+1
* | | | Merge tag 'chrome-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-288-15/+230
|\ \ \ \
| * | | | Revert "platform/chrome: chromeos_laptop: Add Leon Touch"Benson Leung2016-05-281-15/+0
| * | | | platform/chrome: chromeos_laptop - Add Elan touchpad for WolfCharlie Mooney2016-05-111-0/+2
| * | | | platform/chrome: chromeos_laptop - Add elan trackpad option for C720Benson Leung2016-05-111-1/+19
| * | | | platform/chrome: cros_ec_dev - Populate compat_ioctlGuenter Roeck2016-05-111-0/+3
| * | | | platform/chrome: cros_ec_lightbar - use name instead of ID to hide lightbar a...Clinton Sprain2016-05-111-1/+6
| * | | | platform/chrome: cros_ec_dev - Fix security issueGwendal Grignou2016-05-112-2/+6
| * | | | platform/chrome: Add Chrome OS keyboard backlight LEDs supportSimon Que2016-05-113-7/+140
| * | | | platform/chrome: use to_platform_device()Geliang Tang2016-05-111-2/+1
| * | | | platform/chrome: pstore: Move to larger record size.Olof Johansson2016-05-111-1/+1
| * | | | platform/chrome: pstore: probe for ramoops buffer using acpiAaron Durbin2016-05-111-1/+52
| * | | | platform/chrome: chromeos_laptop: Add Leon TouchGene Chen2016-05-111-0/+15
* | | | | Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-281-1/+1
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge remote-tracking branches 'asoc/fix/ak4642', 'asoc/fix/ep93xx', 'asoc/fi...Mark Brown2016-05-251-1/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | | * | | | spi: spi-ep93xx: Fix the PTR_ERR() argumentFabio Estevam2016-05-241-1/+1
| | |/ / / /
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-05-2840-790/+5647
|\ \ \ \ \ \
| * | | | | | iscsi-target: Fix early sk_data_ready LOGIN_FLAGS_READY raceNicholas Bellinger2016-05-171-9/+9
| * | | | | | cxgbit: Use type ISCSI_CXGBIT + cxgbit tpg_np attributeNicholas Bellinger2016-05-162-8/+8
| * | | | | | iscsi-target: Convert transport drivers to signal rdma_shutdownNicholas Bellinger2016-05-163-6/+6
| * | | | | | iscsi-target: Make iscsi_tpg_np driver show/store use generic codeNicholas Bellinger2016-05-161-158/+41
| * | | | | | tcm_qla2xxx Add SCSI command jammer/discard capabilityLaurence Oberman2016-05-103-0/+30
| * | | | | | iscsi-target: graceful disconnect on invalid mapping to iovecImran Haider2016-05-101-1/+8
| * | | | | | target: need_to_release is always false, remove redundant check and kfreeColin Ian King2016-05-101-4/+0
| * | | | | | target: remove sess_kref and ->shutdown_sessionChristoph Hellwig2016-05-102-34/+3
| * | | | | | iscsi-target: remove usage of ->shutdown_sessionChristoph Hellwig2016-05-104-23/+12
| * | | | | | tcm_qla2xxx: introduce a private sess_krefChristoph Hellwig2016-05-103-64/+35
| * | | | | | target: make close_session optionalChristoph Hellwig2016-05-107-33/+2
| * | | | | | target: make ->shutdown_session optionalChristoph Hellwig2016-05-1011-58/+4
| * | | | | | target: remove acl_stopChristoph Hellwig2016-05-102-10/+7
| * | | | | | target: consolidate and fix session shutdownChristoph Hellwig2016-05-101-54/+33
| * | | | | | cxgbit: add files for cxgbit.koVarun Prakash2016-05-0910-0/+5114
| * | | | | | iscsi-target: export symbolsVarun Prakash2016-05-096-10/+23