- 08 Feb, 2008 40 commits
-
-
Jesper Nilsson authored
- Change AFLAGS to asflags-y, LDFLAGS to ldflags-y and EXTRA_CFLAGS to ccflags-y. We only need the flags in this Makefile.
-
Jesper Nilsson authored
- Change AFLAGS to asflags-y, LDFLAGS to ldflags-y and KBUILD_CFLAGS to ccflags-y. We only need the flags in this Makefile.
-
Jesper Nilsson authored
-
Jesper Nilsson authored
-
Jesper Nilsson authored
Increment and decrement before assigning to return value.
-
Jesper Nilsson authored
-
Jesper Nilsson authored
-
Jesper Nilsson authored
-
Jesper Nilsson authored
The old comment stated that it was "junk needed for the arch-independent code but which we never use in the CRIS port", but this is no longer true.
-
Jesper Nilsson authored
- Change name of __smp_processor_id to raw_smp_processor_id. - cpu_possible_map is no longer a define for phys_cpu_present_map, it is now a cpumask_t.
-
Jesper Nilsson authored
Also, remove useless CVS id tag.
-
Jesper Nilsson authored
Also, remove useless CVS id tag.
-
Jesper Nilsson authored
-
Jesper Nilsson authored
Fixed a bug where two interfaces using pins in the same pin group could not be allocated at the same time even if there where no pin collisions. Change all restore and returns into goto exit pattern. Also, remove useless CVS id and correct chapter reference for ETRAX100LX Designer's Reference in comment.
-
Jesper Nilsson authored
If serial port 2 is used, select it in R_GEN_CONFIG. If serial port 2 is used, setup the control registers for the port. This is done to avoid a pulse on the TXD line during start up, which could disturb some units. Also, remove useless CVS id and log.
-
Jesper Nilsson authored
-
Jesper Nilsson authored
Also, cleanup formatting and fix whitespace errors.
-
Jesper Nilsson authored
Don't return when we're inside local_irq_disable(), use goto exit instead. Also, cleanup some whitespace errors.
-
Jesper Nilsson authored
-
Jesper Nilsson authored
-
Jesper Nilsson authored
-
Jesper Nilsson authored
-
Jesper Nilsson authored
-
Jesper Nilsson authored
-
Jesper Nilsson authored
-
Jesper Nilsson authored
-
Jesper Nilsson authored
- Remove useless CVS id tag. - Remove no longer needed extern declarations for kgdb.
-
Jesper Nilsson authored
- Change C99 comment style to C89. - Remove superfluous SANITYCHECK macro, test FAST_TIMER_SANITY_CHECKS instead.
-
Jesper Nilsson authored
-
Jesper Nilsson authored
-
Jesper Nilsson authored
-
Jesper Nilsson authored
-
Jesper Nilsson authored
- Move local_irq_save to after possible return in console_write_direct. - Remove old raw_printk hack, not needed anymore. - Add watchdog handling. - Make serial_driver use depend on CONFIG_ETRAX_SERIAL. - Remove useless CVS log.
-
Jesper Nilsson authored
- Change RTC_VLOW_RD -> RTC_VL_READ, RTC_VLOW_SET -> RTC_VL_CLR - Whitespace and formatting.
-
Jesper Nilsson authored
- Use mutex instead of spinlock, fixes kernel bugzilla report 8339. - Make sure that pcf8563_init can be called multiple times but only setup once. - Change RTC_VLOW_RD -> RTC_VL_READ, RTC_VLOW_SET -> RTC_VL_CLR - Cache the voltage low value at driver init so the battery status information does not get 'accidentally' cleared when setting the RTC time. - Add weekday handling. - Correct leapyear handling to include 100 and 400 year exceptions. - Correct whitespace and formatting errors. - Remove useless CVS id tag.
-
Jesper Nilsson authored
- Set the variable first to zero after first setup, so we can stop multiple calls to i2c_init from trying to setup i2c. - The last byte read by the master in an i2c transfer needs to be NACKed, not ACKed. - Also, remove useless CVS log and CVS id tags.
-
Jesper Nilsson authored
- Remove useless CVS log and CVS id tags. - Whitespace fix and remove C++ comment.
-
Jesper Nilsson authored
- Correct include path for sv_addr_ag.h, should be asm/arch/ - Fix some whitespace errors. - Remove useless CVS id tag.
-
Jesper Nilsson authored
- Correct include path for sv_addr_ag.h, should be included from asm/arch/ - Remove useless CVS id tag. - Correct whitespace errors and some formatting.
-
Jesper Nilsson authored
Replace EXTRA_CFLAGS with ccflags-y. Change ASFLAGS and LDFLAGS into asflags-y and ldflags-y, we only need these flags in this makefile.
-