Wed, 02 Jul 2014 08:15:27 +0200Refactoring: stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Wed, 02 Jul 2014 08:15:27 +0200] rev 2576
Refactoring:
- convert next_tx/rx counter into dma_fifo member fifo->next
- use POLL_TIME define instead of magic number 100
- remove obsolete tx_fifo_full()

Thu, 05 Jun 2014 18:12:30 +0200remove obsolete print.* files stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 18:12:30 +0200] rev 2575
remove obsolete print.* files

Thu, 05 Jun 2014 17:54:35 +0200remove dead commented code stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 17:54:35 +0200] rev 2574
remove dead commented code

Thu, 05 Jun 2014 17:41:48 +0200remove print.* from release tree stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 17:41:48 +0200] rev 2573
remove print.* from release tree
run indent

Thu, 05 Jun 2014 17:27:16 +0200reorder functions in netdev.c to avoid forward declarations stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 17:27:16 +0200] rev 2572
reorder functions in netdev.c to avoid forward declarations

Thu, 05 Jun 2014 17:08:54 +0200reorder functions in update.c to omit forward declarations stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 17:08:54 +0200] rev 2571
reorder functions in update.c to omit forward declarations

Thu, 05 Jun 2014 16:40:01 +0200- don't use compat.h in the mainline driver stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 16:40:01 +0200] rev 2570
- don't use compat.h in the mainline driver
- correct constness of function pointer declarations

Thu, 05 Jun 2014 16:30:22 +0200make ccat driver more linux compliant stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 16:30:22 +0200] rev 2569
make ccat driver more linux compliant
- reduce enum ccat_info_t to the minimal set of defines
- replace CamelCased WINDOWS typedef structs with linux types
- remove print.c/.h from the driver build, but keep the files for debugging

Thu, 05 Jun 2014 16:14:13 +0200move first *_carrier_off() in front of register_netdev()/ ecdev_open() stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 16:14:13 +0200] rev 2568
move first *_carrier_off() in front of register_netdev()/ ecdev_open()

Thu, 05 Jun 2014 16:07:52 +0200- use short kernel types, add empty lines after variable declaration to conform better with linux coding style stable-1.5
Patrick Bruenn <p.bruenn@beckhoff.com> [Thu, 05 Jun 2014 16:07:52 +0200] rev 2567
- use short kernel types, add empty lines after variable declaration to conform better with linux coding style
- replace polling threads with hrtimer callback