~ubuntu-branches/ubuntu/precise/linux-linaro-u8500/precise

« back to all changes in this revision

Viewing changes to kernel/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): John Rigby, Upstream Fixes, Andy Green, John Rigby
  • Date: 2011-04-14 12:16:06 UTC
  • Revision ID: james.westby@ubuntu.com-20110414121606-b77podkyqgr2oix7
Tags: 2.6.38-1002.3
[ Upstream Fixes ]

* MUSB: shutdown: Make sure block is awake before doing shutdown
  - LP: #745737
* Fixed gpio polarity of gpio USB-phy reset.
  - LP: #747639

[ Andy Green ]

* LINARO: SAUCE: disable CONFIG_OMAP_RESET_CLOCKS
  - LP: #752900

[ John Rigby ]

* Rebase to new upstreams:
  Linux v2.6.38.1
  linaro-linux-2.6.38-upstream-29Mar2011
  Ubuntu-2.6.38-7.35
* SAUCE: OMAP4: clock: wait for module to become accessible on
  a clk enable
  - LP: #745737
* Rebase to new upstreams:
  Linux v2.6.38.2
  linaro-linux-2.6.38-upstream-5Apr2011
  Ubuntu-2.6.38-8.41
  - LP: #732842
* Update configs for device tree, dvfs and lttng
* LINARO: add building of dtb's
* LINARO: SAUCE: Disable lowest operating freqs on omap34xx
  - LP: #732912

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
obj-$(CONFIG_SYSCTL) += utsname_sysctl.o
92
92
obj-$(CONFIG_TASK_DELAY_ACCT) += delayacct.o
93
93
obj-$(CONFIG_TASKSTATS) += taskstats.o tsacct.o
 
94
obj-$(CONFIG_MARKERS) += marker.o
94
95
obj-$(CONFIG_TRACEPOINTS) += tracepoint.o
95
96
obj-$(CONFIG_LATENCYTOP) += latencytop.o
96
97
obj-$(CONFIG_BINFMT_ELF) += elfcore.o
99
100
obj-$(CONFIG_FUNCTION_TRACER) += trace/
100
101
obj-$(CONFIG_TRACING) += trace/
101
102
obj-$(CONFIG_X86_DS) += trace/
 
103
obj-$(CONFIG_MARKERS) += ltt-channels.o
102
104
obj-$(CONFIG_RING_BUFFER) += trace/
 
105
obj-$(CONFIG_HAVE_TRACE_CLOCK_32_TO_64) += trace/
 
106
obj-$(CONFIG_HAVE_TRACE_CLOCK_GENERIC) += trace/
103
107
obj-$(CONFIG_TRACEPOINTS) += trace/
104
108
obj-$(CONFIG_SMP) += sched_cpupri.o
105
109
obj-$(CONFIG_IRQ_WORK) += irq_work.o