Skip to content

Commit

Permalink
massively fix file encodings and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
amery committed Jun 7, 2012
1 parent 514f1c5 commit 7ea8500
Show file tree
Hide file tree
Showing 1,916 changed files with 114,680 additions and 114,681 deletions.
Empty file modified arch/arm/mach-sun4i/Makefile 100755 → 100644
Empty file.
Empty file modified arch/arm/mach-sun4i/clock/Makefile 100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion arch/arm/mach-sun4i/clock/aw_clocksrc.c
Expand Up @@ -213,7 +213,7 @@ static int aw_set_next_clkevt(unsigned long delta, struct clock_event_device *de
TMR_REG_TMR1_CTL |= (1<<1);

/* enable timer */
TMR_REG_TMR1_CTL |= (1<<0);
TMR_REG_TMR1_CTL |= (1<<0);
spin_unlock_irqrestore(&timer1_spin_lock, flags);
return 0;
}
Expand Down
Empty file modified arch/arm/mach-sun4i/clock/aw_clocksrc.h 100755 → 100644
Empty file.
Empty file modified arch/arm/mach-sun4i/clock/ccmu/pll_cfg_tbl.c 100755 → 100644
Empty file.
Empty file modified arch/arm/mach-sun4i/cpu-freq/Makefile 100755 → 100644
Empty file.
Empty file modified arch/arm/mach-sun4i/cpu-freq/cpu-freq-table.c 100755 → 100644
Empty file.
Empty file modified arch/arm/mach-sun4i/cpu-freq/cpu-freq.c 100755 → 100644
Empty file.
Empty file modified arch/arm/mach-sun4i/cpu-freq/cpu-freq.h 100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion arch/arm/mach-sun4i/dma/Makefile
@@ -1,3 +1,3 @@

obj-y += dma.o dma_15.o

0 comments on commit 7ea8500

Please sign in to comment.