- 08 2月, 2008 40 次提交
-
-
由 Jesper Nilsson 提交于
Also, remove useless CVS id tag.
-
由 Jesper Nilsson 提交于
- Workaround for cachebug (Guinness TR 106). - Add ARTPEC-3 support.
-
由 Jesper Nilsson 提交于
- 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 提交于
- 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 提交于
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
Increment and decrement before assigning to return value.
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
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 提交于
- 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 提交于
Also, remove useless CVS id tag.
-
由 Jesper Nilsson 提交于
Also, remove useless CVS id tag.
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
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 提交于
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 提交于
-
由 Jesper Nilsson 提交于
Also, cleanup formatting and fix whitespace errors.
-
由 Jesper Nilsson 提交于
Don't return when we're inside local_irq_disable(), use goto exit instead. Also, cleanup some whitespace errors.
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
- Remove useless CVS id tag. - Remove no longer needed extern declarations for kgdb.
-
由 Jesper Nilsson 提交于
- Change C99 comment style to C89. - Remove superfluous SANITYCHECK macro, test FAST_TIMER_SANITY_CHECKS instead.
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
-
由 Jesper Nilsson 提交于
- 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 提交于
- Change RTC_VLOW_RD -> RTC_VL_READ, RTC_VLOW_SET -> RTC_VL_CLR - Whitespace and formatting.
-
由 Jesper Nilsson 提交于
- 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 提交于
- 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 提交于
- Remove useless CVS log and CVS id tags. - Whitespace fix and remove C++ comment.
-
由 Jesper Nilsson 提交于
- Correct include path for sv_addr_ag.h, should be asm/arch/ - Fix some whitespace errors. - Remove useless CVS id tag.
-