summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | leds-lp5523: add new device id for LP55231Kim, Milo2012-09-111-2/+8
| * | | leds-lp5523: support new LP55231 deviceKim, Milo2012-09-111-3/+4
| * | | leds: triggers: send uevent when changing triggersColin Cross2012-09-111-0/+13
| * | | leds-lp5523: minor code style fixesKim, Milo2012-09-111-8/+7
| * | | leds-lp5523: change the return type of lp5523_set_mode()Kim, Milo2012-09-111-11/+13
| * | | leds-lp5523: set the brightness to 0 forcely on removing the driverKim, Milo2012-09-111-2/+2
| * | | leds-lp5523: add channel name in the platform dataKim, Milo2012-09-113-6/+26
| * | | leds: leds-gpio: Use of_get_child_count() helperTobias Klauser2012-09-111-3/+2
| * | | leds: leds-gpio: Use platform_{get,set}_drvdataTobias Klauser2012-09-111-2/+2
| * | | leds: leds-gpio: use of_match_ptr()Tobias Klauser2012-09-111-2/+1
| * | | leds: delay led_set_brightness if stopping soft-blinkFabio Baltieri2012-09-115-4/+37
| * | | leds: wm8350: Convert to devm_regulator_get()Axel Lin2012-09-111-22/+7
| * | | leds-clevo-mail: Fix Clevo M5x0V DMI stringsOndrej Zary2012-09-111-2/+1
| * | | leds-clevo-mail: add MODULE_DEVICE_TABLEOndrej Zary2012-09-111-3/+4
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-10-1050-735/+640
|\ \ \ \
| * | | | iscsi-target: Bump defaults for nopin_timeout + nopin_response_timeout valuesNicholas Bellinger2012-10-031-2/+2
| * | | | iscsit: proper endianess conversionsChristoph Hellwig2012-10-0310-138/+122
| * | | | iscsit: use the itt_t abstract typeChristoph Hellwig2012-10-0310-46/+37
| * | | | iscsit: add missing endianess conversion in iscsit_check_inaddr_anyChristoph Hellwig2012-10-021-1/+1
| * | | | iscsit: remove incorrect unlock in iscsit_build_sendtargets_respChristoph Hellwig2012-10-021-1/+0
| * | | | iscsit: mark various functions staticChristoph Hellwig2012-10-0210-25/+23
| * | | | target/iscsi: precedence bug in iscsit_set_dataout_sequence_values()Dan Carpenter2012-10-021-3/+3
| * | | | target/usb-gadget: strlen() doesn't count the terminatorDan Carpenter2012-10-021-1/+1
| * | | | target/usb-gadget: remove duplicate initializationDan Carpenter2012-10-021-1/+0
| * | | | tcm_vhost: Convert I/O path to use target_submit_cmd_map_sglsNicholas Bellinger2012-10-022-54/+22
| * | | | target: Add control CDB READ payload zero work-aroundNicholas Bellinger2012-10-021-0/+21
| * | | | tcm_loop: Convert I/O path to use target_submit_cmd_map_sglsNicholas Bellinger2012-10-021-54/+8
| * | | | target: Add target_submit_cmd_map_sgls for SGL fabric memory passthroughNicholas Bellinger2012-10-022-6/+62
| * | | | iscsi-target: Add explicit set of cache_dynamic_acls=1 for TPG demo-modeNicholas Bellinger2012-10-021-0/+12
| * | | | iscsi-target: Change iscsi_target_seq_pdu_list.c to honor MaxXmitDataSegmentL...Nicholas Bellinger2012-10-021-30/+31
| * | | | iscsi-target: Add MaxXmitDataSegmentLength connection recovery checkNicholas Bellinger2012-10-023-1/+10
| * | | | iscsi-target: Convert incoming PDU payload checks to MaxXmitDataSegmentLengthNicholas Bellinger2012-10-021-12/+12
| * | | | iscsi-target: Enable MaxXmitDataSegmentLength operation in login pathNicholas Bellinger2012-10-023-12/+44
| * | | | iscsi-target: Add base MaxXmitDataSegmentLength codeNicholas Bellinger2012-10-024-0/+31
| * | | | target/file: Re-enable optional fd_buffered_io=1 operationNicholas Bellinger2012-10-022-3/+39
| * | | | iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDUNicholas Bellinger2012-09-221-0/+1
| * | | | sbp-target: fix return value check in sbp_register_configfs()Wei Yongjun2012-09-221-2/+2
| * | | | qla2xxx: Fix endianness of task management response codeRoland Dreier2012-09-221-1/+1
| * | | | target: fix return code in target_core_init_configfs error pathPeter Senna Tschudin2012-09-171-1/+7
| * | | | target: move the dereference below the NULL testWei Yongjun2012-09-171-4/+6
| * | | | tcm_fc: move the dereference below the NULL testWei Yongjun2012-09-171-1/+2
| * | | | target: go through normal processing for all zero-length commandsPaolo Bonzini2012-09-171-17/+0
| * | | | target: do not submit a zero-bio I/O requestPaolo Bonzini2012-09-171-0/+6
| * | | | target: support zero allocation length in SBC commandsPaolo Bonzini2012-09-171-8/+15
| * | | | target: fix truncation of mode data, support zero allocation lengthPaolo Bonzini2012-09-171-10/+7
| * | | | target: support zero allocation length in INQUIRYPaolo Bonzini2012-09-171-25/+6
| * | | | target: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-171-2/+1
| * | | | target/iscsi: Don't log "iSCSI Login negotiation failed." twiceRoland Dreier2012-09-171-1/+0
| * | | | target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flagsNicholas Bellinger2012-09-175-12/+6
| * | | | target: remove unused including <generated/utsrelease.h>Wei Yongjun2012-09-172-2/+0
OpenPOWER on IntegriCloud