# This example was used to boot the snowball ARM board. # See http://people.redhat.com/srostedt/ktest-embedded-2012/ # PWD is a ktest.pl variable that will result in the process working # directory that ktest.pl is executed in. # THIS_DIR is automatically assigned the PWD of the path that generated # the config file. It is best to use this variable when assigning other # directory paths within this directory. This allows you to easily # move the test cases to other locations or to other machines. # THIS_DIR := /home/rostedt/work/demo/ktest-embed LOG_FILE = ${OUTPUT_DIR}/snowball.log CLEAR_LOG = 1 MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-unknown-linux-gnueabi- make ARCH=arm ADD_CONFIG = ${THIS_DIR}/addconfig SCP_TO_TARGET = echo "don't do scp" TFTPBOOT := /var/lib/tftpboot TFTPDEF := ${TFTPBOOT}/snowball-default TFTPTEST := ${OUTPUT_DIR}/${BUILD_TARGET} SWITCH_TO_GOOD = cp ${TFTPDEF} ${TARGET_IMAGE} SWITCH_TO_TEST = cp ${TFTPTEST} ${TARGET_IMAGE} # Define each test with TEST_START # The config options below it will override the defaults TEST_START SKIP TEST_TYPE = boot BUILD_TYPE = u8500_defconfig BUILD_NOCLEAN = 1 TEST_START TEST_TYPE = make_min_config OUTPUT_MIN_CONFIG = ${THIS_DIR}/config.newmin START_MIN_CONFIG = ${THIS_DIR}/config.orig IGNORE_CONFIG = ${THIS_DIR}/config.ignore BUILD_NOCLEAN = 1 DEFAULTS LOCALVERSION = -test POWER_CYCLE = echo use the thumb luke; read a CONSOLE = cat ${THIS_DIR}/snowball-cat REBOOT_TYPE = script SSH_USER = root BUILD_OPTIONS = -j8 uImage BUILD_DIR = ${THIS_DIR}/linux.git OUTPUT_DIR = ${THIS_DIR}/snowball-build MACHINE = snowball TARGET_IMAGE = /var/lib/tftpboot/snowball-image BUILD_TARGET = arch/arm/boot/uImage t/ti-drv260x.h'>logtreecommitdiff
path: root/include/dt-bindings/input/ti-drv260x.h
diff options
context:
space:
mode:
authorEyal Itkin <eyal.itkin@gmail.com>2017-02-07 16:43:05 +0300
committerDoug Ledford <dledford@redhat.com>2017-02-08 12:28:30 -0500
commit628f07d33c1f2e7bf31e0a4a988bb07914bd5e73 (patch)
treec228c66498f9a4562093fbbf80a41bcede0c06f2 /include/dt-bindings/input/ti-drv260x.h
parentb4cfe3971f6eab542dd7ecc398bfa1aeec889934 (diff)
IB/rxe: Fix resid update
Update the response's resid field when larger than MTU, instead of only updating the local resid variable. Fixes: 8700e3e7c485 ("Soft RoCE driver") Signed-off-by: Eyal Itkin <eyal.itkin@gmail.com> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/dt-bindings/input/ti-drv260x.h')