]> rtime.felk.cvut.cz Git - lincan.git/log
lincan.git
15 years agoEmbedded code-base updated to actual version from uLan repository.
ppisa [Sun, 23 Nov 2008 13:11:32 +0000 (14:11 +0100)]
Embedded code-base updated to actual version from uLan repository.

Signed-off-by: ppisa <pisa@cmp.felk.cvut.cz>
15 years agoreport detailed CAN messages processing only if CAN_DEBUG is set.
ppisa [Tue, 11 Nov 2008 12:23:51 +0000 (13:23 +0100)]
report detailed CAN messages processing only if CAN_DEBUG is set.

15 years agoMerge branch 'master' into can-usb1
ppisa [Tue, 11 Nov 2008 12:06:22 +0000 (13:06 +0100)]
Merge branch 'master' into can-usb1

15 years agoMerge commit 'sf-ocera-lincan/master'
ppisa [Sun, 9 Nov 2008 12:26:13 +0000 (13:26 +0100)]
Merge commit 'sf-ocera-lincan/master'

15 years agoTS-CAN1 and TS-7KV support separated and updated. Needs testing. sf-ocera-lincan/HEAD sf-ocera-lincan/master
ppisa [Sun, 9 Nov 2008 13:24:07 +0000 (13:24 +0000)]
TS-CAN1 and TS-7KV support separated and updated. Needs testing.

The "tscan1" and "ts7kv" board support shares minimal amount of functions.
The "ts7kv" support is moved to separate file now and is inclussion
into final build is controlled by separate option from "config.omk" file

  CONFIG_OC_LINCAN_CARD_tscan1=y
  CONFIG_OC_LINCAN_CARD_ts7kv=y

The both sources share "tsxxx_base" module parameter still
but solution is not elegant and use of different parameter
names is considered.

The "tscan1" seems to be used in MM I/O configurations on arm.
The the "tscan1mmio" hardware options has been included,
but there should be used ioremap() for MM I/O case.
But code found at Technologic Systems doesnot use it
 ftp://ftp.embeddedarm.com/pc104-peripherals/ts-can1/ts-7800-linuxr26/ocera-lincan-src.tar.gz
so I have not changed it.

The "ts7kv" is still I/O based only. May it be, that best
and simplest solution is to compile it with can_inb/can_outb
for x86 and with can_reab/can_writeb for ARM.

The code requires testing before prepared release.

15 years agoCorrected print of address in report of card presence check failure.
ppisa [Sun, 9 Nov 2008 00:06:57 +0000 (00:06 +0000)]
Corrected print of address in report of card presence check failure.

15 years agoMerge commit 'sf-ocera-lincan/master'
ppisa [Sat, 8 Nov 2008 23:16:07 +0000 (00:16 +0100)]
Merge commit 'sf-ocera-lincan/master'

15 years agoReturn back building of utilities provided with LinCAN.
ppisa [Sun, 2 Nov 2008 12:43:27 +0000 (12:43 +0000)]
Return back building of utilities provided with LinCAN.

Revert mistake in "some minor bug fixes for HCAN2 chip" commit.

Signed-off-by: ppisa <pisa@cmp.felk.cvut.cz>
15 years agoUse send_sig() instead of kill_proc() in emulated kthread support.
ppisa [Sun, 2 Nov 2008 12:35:20 +0000 (12:35 +0000)]
Use send_sig() instead of kill_proc() in emulated kthread support.

This allows to compile driver on latest 2.6.27+ kernels,
but is incorrect anyway. The local code for kernel thread
support is not more needed for recent 2.6 kernels and code
should be modified to emulate same interface for older ones.

15 years agoMerge branch 'master' into can-usb1
ppisa [Sun, 2 Nov 2008 11:59:16 +0000 (12:59 +0100)]
Merge branch 'master' into can-usb1

15 years agoMerge commit 'sf-ocera-lincan'
ppisa [Sun, 2 Nov 2008 11:52:29 +0000 (12:52 +0100)]
Merge commit 'sf-ocera-lincan'

15 years agoLinCAN can_usb1 code updated for latest kernels.
ppisa [Sat, 1 Nov 2008 13:11:23 +0000 (14:11 +0100)]
LinCAN can_usb1 code updated for latest kernels.

The freezer functions have been moved to linux/freezer.h headerfile.
Corrected name and body of the usbcan_report_error function.
The err() function does not compile correctly so use CANMSG
used in most of other files instead.

Signed-off-by: ppisa <pisa@cmp.felk.cvut.cz>
15 years agoMerge branch 'master' into can-usb1
ppisa [Sat, 1 Nov 2008 12:40:35 +0000 (13:40 +0100)]
Merge branch 'master' into can-usb1

The changes between LinCAN 0.3.3 version and current master head are propagated
into "can-usb1" branch.

Conflicts:

lincan/include/kthread.h
lincan/include/main.h
lincan/src/Makefile.omk
lincan/src/bfadcan.c
lincan/src/boardlist.c
lincan/src/finish.c
lincan/src/kthread.c
lincan/src/main.c
lincan/src/modparms.c
lincan/src/proc.c
lincan/src/setup.c

15 years agoMerge: LinCAN partial update of thread helper support for 2.6.27+ kernels.
ppisa [Sat, 1 Nov 2008 01:51:16 +0000 (02:51 +0100)]
Merge: LinCAN partial update of thread helper support for 2.6.27+ kernels.

Merge commit 'remotes/sf-ocera-lincan/master'

15 years agoLinCAN partial update of thread helper support for 2.6.27+ kernels. sf-ocera-lincan/master-backup
ppisa [Wed, 15 Oct 2008 01:29:41 +0000 (01:29 +0000)]
LinCAN partial update of thread helper support for 2.6.27+ kernels.

15 years agoEnsure, that chip wakeup_tx function is not called for not fully setup CAN channel.
ppisa [Wed, 8 Oct 2008 23:43:53 +0000 (23:43 +0000)]
Ensure, that chip wakeup_tx function is not called for not fully setup CAN channel.

Problem found by Jan Kriz during USB<->CAN converter support development.

15 years agoWhitespace cleanup in some LinCAN source files to prepare for integration of Jan...
ppisa [Wed, 8 Oct 2008 23:21:24 +0000 (23:21 +0000)]
Whitespace cleanup in some LinCAN source files to prepare for integration of Jan Kriz work.

15 years agoMerge: Ensure, that chip wakeup_tx function is not called for not fully setup CAN...
ppisa [Wed, 8 Oct 2008 21:43:00 +0000 (23:43 +0200)]
Merge: Ensure, that chip wakeup_tx function is not called for not fully setup CAN channel.

Merge commit 'remotes/sf-ocera-lincan/master'

15 years agoMerge: Whitespace cleanup in some LinCAN source files to prepare for integration...
ppisa [Wed, 8 Oct 2008 21:21:00 +0000 (23:21 +0200)]
Merge: Whitespace cleanup in some LinCAN source files to prepare for integration of Jan Kriz work.

Merge commit 'remotes/sf-ocera-lincan/master'

15 years agochanged usb vendor and product id. CLT_COMM_CAN_usb_can1_kriz_bp
Jan Kriz [Wed, 8 Oct 2008 07:44:48 +0000 (09:44 +0200)]
changed usb vendor and product id.

15 years agoFixed errors when device gets disconnected during communication
Jan Kriz [Mon, 4 Aug 2008 09:12:38 +0000 (11:12 +0200)]
Fixed errors when device gets disconnected during communication

15 years agoUsbcan thread split into smaller functions
Jan Kriz [Sun, 27 Jul 2008 16:30:39 +0000 (18:30 +0200)]
Usbcan thread split into smaller functions

15 years agoFully working solution!
Jan Kriz [Sun, 27 Jul 2008 15:47:46 +0000 (17:47 +0200)]
Fully working solution!

fixed simple getting the same device name when reconnected
fixed more usb urbs to send and receive messages
pending split kernel thread to smaller functions
pending commentaries

15 years agoEach (future) canchip associated to different usb endpoint, instead of whole device...
Jan Kriz [Sat, 26 Jul 2008 22:40:29 +0000 (00:40 +0200)]
Each (future) canchip associated to different usb endpoint, instead of whole device to just one endpoint.

15 years agoEmbedded code and LinCAN driver now working
Jan Kriz [Sat, 26 Jul 2008 01:16:43 +0000 (03:16 +0200)]
Embedded code and LinCAN driver now working

fixed kernel thread running in atomic context
fixed initialization of SJA chip in embedded code
fixed vendor functions
pending more usb urbs handling in LinCAN

15 years agoMinor variable type corrections (__u8 -> u8)
Jan Kriz [Thu, 24 Jul 2008 10:06:24 +0000 (12:06 +0200)]
Minor variable type corrections (__u8 -> u8)

15 years agoAdded check of usbcan device presence on registration
Jan Kriz [Thu, 24 Jul 2008 09:44:01 +0000 (11:44 +0200)]
Added check of usbcan device presence on registration

15 years agoMinor fixes
Jan Kriz [Wed, 23 Jul 2008 14:59:11 +0000 (16:59 +0200)]
Minor fixes

fixed usbcan board name
fixed memory allocation of usbcan structure
pending kernel thread running in atomic context

15 years agoAdded vendor functions to embedded application, data transferred by usb channel seria...
Jan Kriz [Tue, 22 Jul 2008 03:10:34 +0000 (05:10 +0200)]
Added vendor functions to embedded application, data transferred by usb channel serialized (endian conflicts solved)

15 years agoMinor repairs in sources
Jan Kriz [Sat, 19 Jul 2008 03:59:24 +0000 (05:59 +0200)]
Minor repairs in sources

15 years agoAdded support for usb bulk and vendor communication with device
Jan Kriz [Sat, 19 Jul 2008 03:09:47 +0000 (05:09 +0200)]
Added support for usb bulk and vendor communication with device

15 years agoUpdates to compile with 2.6.26 Linux kernel.
ppisa [Thu, 17 Jul 2008 00:50:45 +0000 (00:50 +0000)]
Updates to compile with 2.6.26 Linux kernel.

15 years agoFixes and updates for SECO M437 provided by Philippe Corbes
ppisa [Wed, 16 Jul 2008 23:43:36 +0000 (23:43 +0000)]
Fixes and updates for SECO M437 provided by Philippe Corbes

The SECO M437 has not been used from pre LinCAn driver days
so there has been accumulated more bugs in its support.
Thanks to Philippe Corbes, email:philippe.corbes _AT_ logibag.com
for providing fixes and testing.

15 years agoMerge: Updates to compile with 2.6.26 Linux kernel.
ppisa [Wed, 16 Jul 2008 22:50:00 +0000 (00:50 +0200)]
Merge: Updates to compile with 2.6.26 Linux kernel.

Merge commit 'remotes/sf-ocera-lincan/master'

15 years agoMerge: Fixes and updates for SECO M437 provided by Philippe Corbes
ppisa [Wed, 16 Jul 2008 21:43:00 +0000 (23:43 +0200)]
Merge: Fixes and updates for SECO M437 provided by Philippe Corbes

Merge commit 'remotes/sf-ocera-lincan/master'

15 years agominor changes in the code in order to be compilable
Jan Kriz [Tue, 15 Jul 2008 20:33:29 +0000 (22:33 +0200)]
minor changes in the code in order to be compilable

15 years agoUnoptimized usb extension, adds proc and devfs entry removing function, changed proc...
Jan Kriz [Tue, 15 Jul 2008 12:24:20 +0000 (14:24 +0200)]
Unoptimized usb extension, adds proc and devfs entry removing function, changed proc structures usage (proc.c)

15 years agoChanges in kernel version dependent function calls, basic sja1000p structure in usbca...
Jan Kriz [Tue, 15 Jul 2008 10:57:13 +0000 (12:57 +0200)]
Changes in kernel version dependent function calls, basic sja1000p structure in usbcan (still no USB)

lincan-0.3.3/src/Makefile.omk
lincan-0.3.3/src/bfadcan.c
lincan-0.3.3/src/main.c

lincan-0.3.3/include/usbcan.h
lincan-0.3.3/src/usbcan.c

15 years agoAdding usbcan file structure
Jan Kriz [Tue, 15 Jul 2008 10:19:02 +0000 (12:19 +0200)]
Adding usbcan file structure

15 years agohw side seems complete,
Jan Kriz [Wed, 9 Jul 2008 10:51:33 +0000 (12:51 +0200)]
hw side seems complete,

remains LinCAN side

15 years agoDevice side of canqueue, compilation successful
Jan Kriz [Mon, 7 Jul 2008 21:46:02 +0000 (23:46 +0200)]
Device side of canqueue, compilation successful

working not tested/confirmed

15 years agoAdding device side of can queue
Jan Kriz [Mon, 7 Jul 2008 21:11:32 +0000 (23:11 +0200)]
Adding device side of can queue

15 years agoCorrected seeking for MAKERULES_DIR in leaf-node Makefile redirector.
ppisa [Mon, 7 Jul 2008 09:55:55 +0000 (09:55 +0000)]
Corrected seeking for MAKERULES_DIR in leaf-node Makefile redirector.

The operator "==" is not defined for some non-bash species of shells,
the use of "=" operator corrects the problem.

15 years agoMerge: Corrected seeking for MAKERULES_DIR in leaf-node Makefile redirector.
ppisa [Mon, 7 Jul 2008 07:55:00 +0000 (09:55 +0200)]
Merge: Corrected seeking for MAKERULES_DIR in leaf-node Makefile redirector.

Merge commit 'remotes/sf-ocera-lincan/master'

15 years agosleeping commented out from can_quesysless
Jan Kriz [Sun, 6 Jul 2008 09:47:16 +0000 (11:47 +0200)]
sleeping commented out from can_quesysless

15 years agocan_quesysless.c remains to be fixed (tasklets and sleeping)
Jan Kriz [Sun, 6 Jul 2008 09:15:05 +0000 (11:15 +0200)]
can_quesysless.c remains to be fixed (tasklets and sleeping)

15 years agoAdded script to setup embedded-build/can-usb1 directory and starting build of CAN...
ppisa [Sun, 6 Jul 2008 09:10:07 +0000 (11:10 +0200)]
Added script to setup embedded-build/can-usb1 directory and starting build of CAN<->USB converter device.

Signed-off-by: ppisa <pisa@cmp.felk.cvut.cz>
15 years agoskeleton of ul_usb1-can module (doesn't work yet)
Jan Kriz [Sun, 6 Jul 2008 08:59:31 +0000 (10:59 +0200)]
skeleton of ul_usb1-can module (doesn't work yet)

15 years agoIncluded ARM LPC21xx related code from uLan project. The snapshot date is 2008-07-05
ppisa [Sat, 5 Jul 2008 01:50:51 +0000 (03:50 +0200)]
Included ARM LPC21xx related code from uLan project. The snapshot date is 2008-07-05

It can be obtained by command

  cvs -z3 -d:pserver:anonymous@ulan.cvs.sourceforge.net:/cvsroot/ulan co -D 7/5/08 ulan/embedded

15 years agoIncluded OMK rules for system-less embedded applications build.
ppisa [Sat, 5 Jul 2008 01:43:06 +0000 (03:43 +0200)]
Included OMK rules for system-less embedded applications build.

15 years agohcan2.c : some bug fixes, IRQ read optimalisation
termitt [Sun, 27 Apr 2008 02:59:33 +0000 (02:59 +0000)]
hcan2.c : some bug fixes, IRQ read optimalisation
open.c : pre_read_config is called once for each message object not only when configuring chip

15 years agoMerge: hcan2.c : some bug fixes, IRQ read optimalisation
ppisa [Sun, 27 Apr 2008 00:59:00 +0000 (02:59 +0200)]
Merge: hcan2.c : some bug fixes, IRQ read optimalisation

Merge commit 'remotes/sf-ocera-lincan/master'

15 years agosome minor bug fixes for HCAN2 chip
termitt [Fri, 25 Apr 2008 09:24:06 +0000 (09:24 +0000)]
some minor bug fixes for HCAN2 chip

15 years agoMerge: some minor bug fixes for HCAN2 chip
ppisa [Fri, 25 Apr 2008 07:24:00 +0000 (09:24 +0200)]
Merge: some minor bug fixes for HCAN2 chip

Merge commit 'remotes/sf-ocera-lincan/master'

16 years agoCorrected TSCAN1 and TS7KV cards support to use IO address and base correctly.
ppisa [Mon, 14 Apr 2008 02:32:58 +0000 (02:32 +0000)]
Corrected TSCAN1 and TS7KV cards support to use IO address and base correctly.

The tsxxx_base variable should be used for ISA IO space base address only,
not as io_addr variable and "io" parameter unconditional override.

Thanks for problem analysis to Gonzalo A. de la Vega.

16 years agoMerge: Corrected TSCAN1 and TS7KV cards support to use IO address and base correctly.
ppisa [Mon, 14 Apr 2008 00:32:00 +0000 (02:32 +0200)]
Merge: Corrected TSCAN1 and TS7KV cards support to use IO address and base correctly.

Merge commit 'remotes/sf-ocera-lincan/master'

16 years agorepair: sh7760 cannot be loaded as modules (Wrong params)
termitt [Sat, 29 Mar 2008 19:25:45 +0000 (19:25 +0000)]
repair: sh7760 cannot be loaded as modules (Wrong params)

16 years agoMerge: repair: sh7760 cannot be loaded as modules (Wrong params)
ppisa [Sat, 29 Mar 2008 18:25:00 +0000 (19:25 +0100)]
Merge: repair: sh7760 cannot be loaded as modules (Wrong params)

Merge commit 'remotes/sf-ocera-lincan/master'

16 years agoThe SA_* flags has been replaced by IRQF_* flags for newer kernels.
ppisa [Sun, 2 Mar 2008 00:26:22 +0000 (00:26 +0000)]
The SA_* flags has been replaced by IRQF_* flags for newer kernels.

16 years agoMerge: The SA_* flags has been replaced by IRQF_* flags for newer kernels.
ppisa [Sat, 1 Mar 2008 23:26:00 +0000 (00:26 +0100)]
Merge: The SA_* flags has been replaced by IRQF_* flags for newer kernels.

Merge commit 'remotes/sf-ocera-lincan/master'

16 years agoThe inttypes.h file is now standard, use it where appropriate.
ppisa [Wed, 30 Jan 2008 02:38:46 +0000 (02:38 +0000)]
The inttypes.h file is now standard, use it where appropriate.

It is important to include inttypes.h before any Linux/IOCTL
related headers, because there is int64_t type conflict on
some AMD64 Debian versions.

16 years agoMerge: The inttypes.h file is now standard, use it where appropriate.
ppisa [Wed, 30 Jan 2008 01:38:00 +0000 (02:38 +0100)]
Merge: The inttypes.h file is now standard, use it where appropriate.

Merge commit 'remotes/sf-ocera-lincan/master'

16 years agoAdded support for HCAN2 controllers integrated in SH7760.
termitt [Tue, 20 Nov 2007 21:47:41 +0000 (21:47 +0000)]
Added support for HCAN2 controllers integrated in SH7760.

The code has been developed during diploma thesis work at the Department of Control Engineering, FEL, CTU and has been tested on EMX32 SH7760 based board produced by MSC.

16 years agoAdded support for HCAN2 controllers integrated in SH7760.
termitt [Tue, 20 Nov 2007 21:24:49 +0000 (21:24 +0000)]
Added support for HCAN2 controllers integrated in SH7760.

The code has been developed during diploma thesis work at the Department of Process Controll, FEL, CTU and has been tested on EMX32 SH7760 based board produced by MSC.

16 years agoMerge: Added support for HCAN2 controllers integrated in SH7760.
ppisa [Tue, 20 Nov 2007 20:47:00 +0000 (21:47 +0100)]
Merge: Added support for HCAN2 controllers integrated in SH7760.

Merge commit 'remotes/sf-ocera-lincan/master'

16 years agoMerge: Added support for HCAN2 controllers integrated in SH7760.
ppisa [Tue, 20 Nov 2007 20:24:00 +0000 (21:24 +0100)]
Merge: Added support for HCAN2 controllers integrated in SH7760.

Merge commit 'remotes/sf-ocera-lincan/master'

16 years agoCorrected typo in legacy PCA82C200 (SJA1000 std) chip driver.
ppisa [Tue, 30 Oct 2007 11:40:13 +0000 (11:40 +0000)]
Corrected typo in legacy PCA82C200 (SJA1000 std) chip driver.

Thanks to Terence Soh for noticing the problem.

Important notice, if the board is equipped by real SJA1000
CAN controller chip, then PeliCAN mode is much much better
choice and  sja1000p_register() function should be used
instead of bare standard sja1000_register() chip support.

16 years agoMerge: Corrected typo in legacy PCA82C200 (SJA1000 std) chip driver.
ppisa [Tue, 30 Oct 2007 10:40:00 +0000 (11:40 +0100)]
Merge: Corrected typo in legacy PCA82C200 (SJA1000 std) chip driver.

Merge commit 'remotes/sf-ocera-lincan/master'

16 years agoCorrection for 2.6.23-git kernel - unregister_chrdev() does not return value.
ppisa [Sun, 19 Aug 2007 19:03:05 +0000 (19:03 +0000)]
Correction for 2.6.23-git kernel - unregister_chrdev() does not return value.

16 years agoMerge: Correction for 2.6.23-git kernel - unregister_chrdev() does not return value.
ppisa [Sun, 19 Aug 2007 17:03:00 +0000 (19:03 +0200)]
Merge: Correction for 2.6.23-git kernel - unregister_chrdev() does not return value.

Merge commit 'remotes/sf-ocera-lincan/master'

16 years agoChanges in CAN/PCI-200 card sources to be more clean in types
ppisa [Wed, 15 Aug 2007 20:06:04 +0000 (20:06 +0000)]
Changes in CAN/PCI-200 card sources to be more clean in types

The newer kernels are very picky about diferentiate of numbers,
virtual and IO afddresses types. Try to follow rules and allow
compatability with older kernels is little csardas.

16 years agoIncludded support for ESD Electronics CAN/PCI-200 card contributed by Manuel Bessler
ppisa [Wed, 15 Aug 2007 18:10:02 +0000 (18:10 +0000)]
Includded support for ESD Electronics CAN/PCI-200 card contributed by Manuel Bessler

16 years agoMerge: Changes in CAN/PCI-200 card sources to be more clean in types
ppisa [Wed, 15 Aug 2007 18:06:00 +0000 (20:06 +0200)]
Merge: Changes in CAN/PCI-200 card sources to be more clean in types

Merge commit 'remotes/sf-ocera-lincan/master'

16 years agoMerge: Includded support for ESD Electronics CAN/PCI-200 card contributed by Manuel...
ppisa [Wed, 15 Aug 2007 16:10:00 +0000 (18:10 +0200)]
Merge: Includded support for ESD Electronics CAN/PCI-200 card contributed by Manuel Bessler

Merge commit 'remotes/sf-ocera-lincan/master'

16 years agoMinor correction in PEAK PCI can support.
ppisa [Tue, 7 Aug 2007 13:09:43 +0000 (13:09 +0000)]
Minor correction in PEAK PCI can support.

Some first tests worked on DigitalLogic's MSMCA104+
card clone. But interrupt handling requires
more testing. PITA documentation is unclear and real
behavior of IRQ status has to be analyzed and code
has to be adjusted accordingly.

16 years agoMerge: Minor correction in PEAK PCI can support.
ppisa [Tue, 7 Aug 2007 11:09:00 +0000 (13:09 +0200)]
Merge: Minor correction in PEAK PCI can support.

Merge commit 'remotes/sf-ocera-lincan/master'

16 years agoInitial test version of PEAK System's PCAN-PCI support
ppisa [Mon, 6 Aug 2007 01:22:03 +0000 (01:22 +0000)]
Initial test version of PEAK System's PCAN-PCI support

This card is based on Infineon's PSB 4600 PITA bridge.

16 years agoMerge: Initial test version of PEAK System's PCAN-PCI support
ppisa [Sun, 5 Aug 2007 23:22:00 +0000 (01:22 +0200)]
Merge: Initial test version of PEAK System's PCAN-PCI support

Merge commit 'remotes/sf-ocera-lincan/master'

16 years agoMinor chages to setup and enable filter masks for C_CAN chip correctly.
ppisa [Wed, 27 Jun 2007 00:32:35 +0000 (00:32 +0000)]
Minor chages to setup and enable filter masks for C_CAN chip correctly.

16 years agoMerge: Minor chages to setup and enable filter masks for C_CAN chip correctly.
ppisa [Tue, 26 Jun 2007 22:32:00 +0000 (00:32 +0200)]
Merge: Minor chages to setup and enable filter masks for C_CAN chip correctly.

Merge commit 'remotes/sf-ocera-lincan/master'

17 years agoThe first round of I/O space pointers separation.
ppisa [Mon, 1 Jan 2007 23:52:54 +0000 (23:52 +0000)]
The first round of I/O space pointers separation.

The new 2.6.x Linux kernels separates I/O space
addresses from kernel and user space ones.
They are defined as (void __iomem *).
To follow this rule and suppress some warnings
LinCAN defines type can_ioptr_t now which allows
to keep code compatible between 2.4.x and 2.6.x kernels.
These changes exposes more other inconsistencies
in some boards support code which should be corrected
one by one later.

The code requires testing and checking on more hardware.

17 years agoMerge: The first round of I/O space pointers separation.
ppisa [Mon, 1 Jan 2007 22:52:00 +0000 (23:52 +0100)]
Merge: The first round of I/O space pointers separation.

Merge commit 'remotes/sf-ocera-lincan/master'

17 years agoUpdate of IRQ handlers to conform to arguments from new function prototype (Linux...
ppisa [Fri, 15 Dec 2006 19:31:08 +0000 (19:31 +0000)]
Update of IRQ handlers to conform to arguments from new function prototype (Linux kernel 2.6.19+).

17 years agoMerge: Update of IRQ handlers to conform to arguments from new function prototype...
ppisa [Fri, 15 Dec 2006 18:31:00 +0000 (19:31 +0100)]
Merge: Update of IRQ handlers to conform to arguments from new function prototype (Linux kernel 2.6.19+).

Merge commit 'remotes/sf-ocera-lincan/master'

17 years agoThe non-OMK stand-alone build updated to work with 2.6.18+ kernels.
ppisa [Fri, 6 Oct 2006 18:41:05 +0000 (18:41 +0000)]
The non-OMK stand-alone build updated to work with 2.6.18+ kernels.
The linux/version.h file no longer provides information about
kernel release. This information can be found in the linux/utsrelease.h
include file.
The problem reported and correction suggested by Francesco Monica,
but little different solution tested in other drivers has been
included at the end.

17 years agoMerge: The non-OMK stand-alone build updated to work with 2.6.18+ kernels.
ppisa [Fri, 6 Oct 2006 16:41:00 +0000 (18:41 +0200)]
Merge: The non-OMK stand-alone build updated to work with 2.6.18+ kernels.

Merge commit 'remotes/sf-ocera-lincan/master'

17 years agoDo not attempt to include removed devfs_fs_kernel.h file for 2.6.18+ kernel.
ppisa [Tue, 3 Oct 2006 15:36:53 +0000 (15:36 +0000)]
Do not attempt to include removed devfs_fs_kernel.h file for 2.6.18+ kernel.

17 years agoMerge: Do not attempt to include removed devfs_fs_kernel.h file for 2.6.18+ kernel.
ppisa [Tue, 3 Oct 2006 13:36:00 +0000 (15:36 +0200)]
Merge: Do not attempt to include removed devfs_fs_kernel.h file for 2.6.18+ kernel.

Merge commit 'remotes/sf-ocera-lincan/master'

17 years agoCorrected incorrect use of mutex initializer for semaphore used in support code for...
ppisa [Wed, 16 Aug 2006 20:49:37 +0000 (20:49 +0000)]
Corrected incorrect use of mutex initializer for semaphore used in support code for IPCI165 card.
The mismatch prevented build of IPCI165 card support for fully preemptive kernel.

17 years agoMerge: Corrected incorrect use of mutex initializer for semaphore used in support...
ppisa [Wed, 16 Aug 2006 18:49:00 +0000 (20:49 +0200)]
Merge: Corrected incorrect use of mutex initializer for semaphore used in support code for IPCI165 card.

Merge commit 'remotes/sf-ocera-lincan/master'

17 years agoFix to behave correctly on latest real-time premptible kernels.
ppisa [Wed, 9 Aug 2006 14:02:44 +0000 (14:02 +0000)]
Fix to behave correctly on latest real-time premptible kernels.
preempt_disable() cannot be used there to boost thread priority temporarily.

17 years agoMerge: Fix to behave correctly on latest real-time premptible kernels.
ppisa [Wed, 9 Aug 2006 12:02:00 +0000 (14:02 +0200)]
Merge: Fix to behave correctly on latest real-time premptible kernels.

Merge commit 'remotes/sf-ocera-lincan/master'

17 years agoThe configuration control file for in OCERA tree build updated. CLT_COMM_CAN_pre_ul_log_introduction
ppisa [Thu, 13 Jul 2006 22:47:58 +0000 (22:47 +0000)]
The configuration control file for in OCERA tree build updated.

17 years agoMerge: The configuration control file for in OCERA tree build updated.
ppisa [Thu, 13 Jul 2006 20:47:00 +0000 (22:47 +0200)]
Merge: The configuration control file for in OCERA tree build updated.

Merge commit 'remotes/sf-ocera-lincan/master'

17 years agoChanged kernel version to switch to new module parameters made consistent with value...
ppisa [Wed, 12 Jul 2006 18:52:33 +0000 (18:52 +0000)]
Changed kernel version to switch to new module parameters made consistent with value in "main.c".

17 years agoMerge: Changed kernel version to switch to new module parameters made consistent...
ppisa [Wed, 12 Jul 2006 16:52:00 +0000 (18:52 +0200)]
Merge: Changed kernel version to switch to new module parameters made consistent with value in "main.c".

Merge commit 'remotes/sf-ocera-lincan/master'

17 years agoDo not use new module parameters declaration for old 2.6.x kernels.
ppisa [Tue, 11 Jul 2006 00:27:49 +0000 (00:27 +0000)]
Do not use new module parameters declaration for old 2.6.x kernels.

There has been change in used count report in module_param_array_named
macro somewhere around 2.6.10 kernel release which breaks LinCAN build

  -#define module_param_array_named(name, array, type, num, perm)          \
  +#define module_param_array_named(name, array, type, nump, perm)         \

17 years agoMerge: Do not use new module parameters declaration for old 2.6.x kernels.
ppisa [Mon, 10 Jul 2006 22:27:00 +0000 (00:27 +0200)]
Merge: Do not use new module parameters declaration for old 2.6.x kernels.

Merge commit 'remotes/sf-ocera-lincan/master'

17 years agoUse "lincan" as syslog messages identification instead of "can.o".
ppisa [Sun, 9 Jul 2006 23:30:05 +0000 (23:30 +0000)]
Use "lincan" as syslog messages identification instead of "can.o".

17 years agoMerge: Use "lincan" as syslog messages identification instead of "can.o".
ppisa [Sun, 9 Jul 2006 21:30:00 +0000 (23:30 +0200)]
Merge: Use "lincan" as syslog messages identification instead of "can.o".

Merge commit 'remotes/sf-ocera-lincan/master'