diff options
author | Andreas Larsson <andreas@gaisler.com> | 2012-11-15 02:47:14 -0500 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2012-11-15 14:47:26 -0500 |
commit | 6cec9b07fe6a0c4dfbcdcee7c6283529f087c521 (patch) | |
tree | a7c45d677c49ee428f519bf3ed83865011c12431 /Documentation/kernel-parameters.txt | |
parent | c70edb9e8a30c7bd8eae347b9a7d83984e2b5ae3 (diff) |
can: grcan: Add device driver for GRCAN and GRHCAN cores
This driver supports GRCAN and CRHCAN CAN controllers available in the GRLIB
VHDL IP core library.
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
Acked-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 9776f068306b..3da4f9670d8b 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -905,6 +905,24 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
905 | gpt [EFI] Forces disk with valid GPT signature but | 905 | gpt [EFI] Forces disk with valid GPT signature but |
906 | invalid Protective MBR to be treated as GPT. | 906 | invalid Protective MBR to be treated as GPT. |
907 | 907 | ||
908 | grcan.enable0= [HW] Configuration of physical interface 0. Determines | ||
909 | the "Enable 0" bit of the configuration register. | ||
910 | Format: 0 | 1 | ||
911 | Default: 0 | ||
912 | grcan.enable1= [HW] Configuration of physical interface 1. Determines | ||
913 | the "Enable 0" bit of the configuration register. | ||
914 | Format: 0 | 1 | ||
915 | Default: 0 | ||
916 | grcan.select= [HW] Select which physical interface to use. | ||
917 | Format: 0 | 1 | ||
918 | Default: 0 | ||
919 | grcan.txsize= [HW] Sets the size of the tx buffer. | ||
920 | Format: <unsigned int> such that (txsize & ~0x1fffc0) == 0. | ||
921 | Default: 1024 | ||
922 | grcan.rxsize= [HW] Sets the size of the rx buffer. | ||
923 | Format: <unsigned int> such that (rxsize & ~0x1fffc0) == 0. | ||
924 | Default: 1024 | ||
925 | |||
908 | hashdist= [KNL,NUMA] Large hashes allocated during boot | 926 | hashdist= [KNL,NUMA] Large hashes allocated during boot |
909 | are distributed across NUMA nodes. Defaults on | 927 | are distributed across NUMA nodes. Defaults on |
910 | for 64-bit NUMA, off otherwise. | 928 | for 64-bit NUMA, off otherwise. |