summaryrefslogtreecommitdiffstats
path: root/drivers/staging
Commit message (Expand)AuthorAgeFilesLines
* staging: mt29f_spinand: remove useless mtd->priv = chip assignmentBoris BREZILLON2015-12-181-1/+0
* staging: mt29f_spinand: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-3/+1
* staging: mt29f_spinand: make use of mtd_to_nand()Boris BREZILLON2015-12-081-2/+2
* Merge v4.4-rc1 into MTD developmentBrian Norris2015-11-15934-57000/+45165
|\
| * Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-101-2/+3
| |\
| | * block: change ->make_request_fn() and users to return a queue cookieJens Axboe2015-11-071-2/+3
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-0713-16/+16
| |\ \
| | * | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-062-2/+2
| | * | mm: page_alloc: remove GFP_IOFSMel Gorman2015-11-069-12/+12
| | * | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-062-2/+2
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-0719-223/+170
| |\ \ \
| | * | | IB/ipath: Remove fast registration from the codeSagi Grimberg2015-10-292-4/+0
| | * | | IB/hfi1: Remove fast registration from the codeSagi Grimberg2015-10-294-102/+3
| | * | | Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-2818-136/+184
| | |\ \ \
| | | * \ \ Merge branch 'wr-cleanup' of git://git.infradead.org/users/hch/rdma into wr-c...Doug Ledford2015-10-2818-136/+184
| | | |\ \ \
| | | | * | | IB: split struct ib_send_wrChristoph Hellwig2015-10-0818-136/+184
| | * | | | | IB/cma: Add support for network namespacesGuy Shapiro2015-10-281-1/+3
| | |/ / / /
| * | | | | Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds2015-11-061-3/+3
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-0529-30/+0
| |\ \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | *-. \ \ \ \ Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-0429-30/+0
| | |\ \ \ \ \ \
| | | | * | | | | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-2829-30/+0
| | | |/ / / / /
| * | | | | | | Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-11-058-71/+68
| |\ \ \ \ \ \ \
| | * | | | | | | [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-202-2/+2
| | * | | | | | | [media] staging: media: omap4iss: fix handling platform_get_irq resultAndrzej Hajda2015-10-031-2/+3
| | * | | | | | | [media] staging: lirc: fix indentationMaciek Borzecki2015-10-031-1/+1
| | * | | | | | | [media] staging: lirc: lirc_serial: use dynamic debugsMaciek Borzecki2015-10-031-22/+10
| | * | | | | | | [media] media: videobuf2: Restructure vb2_bufferJunghak Sung2015-10-014-30/+41
| | * | | | | | | [media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2Junghak Sung2015-10-011-1/+1
| | * | | | | | | [media] use v4l2_get_timestamp where possibleArnd Bergmann2015-10-011-4/+1
| | * | | | | | | [media] Staging: media: bcm2048: warnings for uninitialized variables fixedAndrew Milkovich2015-09-251-10/+10
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-11-051-6/+2
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-6/+2
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'staging-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-04871-56581/+30771
| |\ \ \ \ \ \
| | * | | | | | Staging: rtl8192u: ieee80211: added missing blank linesKurt Kanzenbach2015-10-291-0/+5
| | * | | | | | Staging: rtl8192u: ieee80211: removed unnecessary bracesKurt Kanzenbach2015-10-291-4/+2
| | * | | | | | Staging: rtl8192u: ieee80211: corrected block commentsKurt Kanzenbach2015-10-291-10/+21
| | * | | | | | Staging: rtl8192u: ieee80211: corrected indentKurt Kanzenbach2015-10-291-5/+5
| | * | | | | | Staging: rtl8192u: ieee80211: added missing spaces after ifKurt Kanzenbach2015-10-291-2/+2
| | * | | | | | Staging: rtl8192u: ieee80211: added missing space around '='Kurt Kanzenbach2015-10-291-1/+1
| | * | | | | | Staging: rtl8192u: ieee80211: fixed position of else statementsKurt Kanzenbach2015-10-291-4/+2
| | * | | | | | Staging: rtl8192u: ieee80211: fixed open brace positionsKurt Kanzenbach2015-10-291-12/+6
| | * | | | | | staging: rdma: ipath: Remove unneeded vairable.Muhammad Falak R Wani2015-10-291-2/+1
| | * | | | | | staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset functionIvan Safonov2015-10-291-2/+1
| | * | | | | | staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[...Ivan Safonov2015-10-291-16/+18
| | * | | | | | staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.cIvan Safonov2015-10-291-6/+6
| | * | | | | | staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into tw...Ivan Safonov2015-10-291-4/+8
| | * | | | | | staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesisIvan Safonov2015-10-291-1/+1
| | * | | | | | staging: rtl8188eu: checkpatch fixes: unnecessary parentheses removed in hal/...Ivan Safonov2015-10-291-4/+4
| | * | | | | | staging: rtl8188eu: checkpatch fixes: spaces preferred around that '|' in hal...Ivan Safonov2015-10-291-1/+1
| | * | | | | | staging: rtl8188eu: operator = replaced by += in loop incrementIvan Safonov2015-10-292-4/+4
OpenPOWER on IntegriCloud