Commit Graph

194 Commits (34bbbbf9c3b39e7b2d81df590aad5cdbd00280d6)

Author SHA1 Message Date
Mirko Vogt 2d2dab50a5 do not override CFLAGS - the default ones are fine
SVN-Revision: 23323
14 years ago
Lars-Peter Clausen 83d6a36019 update 2.6.35.x to 2.6.35.7
SVN-Revision: 23213
14 years ago
Lars-Peter Clausen cf445bb48f Update 2.6.35.x to 2.6.35.4
SVN-Revision: 22833
14 years ago
Lars-Peter Clausen 1dfa6cffb1 refresh config
SVN-Revision: 22777
14 years ago
Lars-Peter Clausen b584c5f0f0 Fix n5x6 sound drivers
SVN-Revision: 22776
14 years ago
Michael Büsch 7ebcd04786 Update to 2.6.35.3
SVN-Revision: 22753
14 years ago
Lars-Peter Clausen 31f570fe4b qi_lb60: Fix keyboard gpio pins
SVN-Revision: 22524
14 years ago
Mirko Vogt acd054f18d Add missing symbol to 2.6.35 config
SVN-Revision: 22513
14 years ago
Lars-Peter Clausen 1980190a5a Drop 2.6.32 patches
SVN-Revision: 22485
14 years ago
Lars-Peter Clausen f312e1580b Set -march=mips32
SVN-Revision: 22484
14 years ago
Lars-Peter Clausen 75a7e3e55a Adjust codec driver module name for 2.6.35
SVN-Revision: 22483
14 years ago
Lars-Peter Clausen 5b8cbd5d5a Fix mmc card detection
SVN-Revision: 22481
14 years ago
Lars-Peter Clausen e1bfcceb93 Add 2.6.35 patches
SVN-Revision: 22463
14 years ago
Claudio Mignanti 2d86ea7bf3 massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
SVN-Revision: 22145
14 years ago
Hauke Mehrtens e2ce2feedb kernel: update to kernel 2.6.34.1
SVN-Revision: 22118
14 years ago
Lars-Peter Clausen c88f0ac390 udc: Fix recursive spinlocks
Driver had recursive spinlock locking: 1. jz4740_queue() acquires lock 2. done()
is called in chain:
jz4740_queue()->jz4740_ep0_kick()->jz4740_ep0_in()->write_fifo_ep0()->done() and
it tries to acquire same lock. 3. Deadlock.

Signed-off-by:
Yauhen Kharuzhy <jekhor@gmail.com>

SVN-Revision: 21619
14 years ago
Lars-Peter Clausen e66107e12b ASoC: Fix and cleaup dma config
SVN-Revision: 21618
14 years ago
Lars-Peter Clausen dd93818f19 core fixes * Mask timer irq on startup * Fix dma width constants * Do not try to ack intc irqs
SVN-Revision: 21617
14 years ago
Lars-Peter Clausen ada563beac jzcodec: Enable support for S8 format
SVN-Revision: 21615
14 years ago
Lars-Peter Clausen fecadfa91c fb: Fix pseudo palette for non 32bit color depth.
SVN-Revision: 21614
14 years ago
Lars-Peter Clausen 3107304b89 rtc: Put rtc Kconfig entry into the correct section
SVN-Revision: 21613
14 years ago
Lars-Peter Clausen ba30e23bbc Add checksum for 2.6.34, refresh 2.6.34 patches and update targets from 2.6.34-rcX to 2.6.34
SVN-Revision: 21498
14 years ago
Lars-Peter Clausen 946c8fa59a Add 2.6.34 patches
SVN-Revision: 21438
14 years ago
Mirko Vogt 0910a01ef6 sound-soc-qi_lb60: rename package as underscores are not allowed by opkg
SVN-Revision: 21412
14 years ago
Mirko Vogt 9da99a7111 enable inotify support target xburst
SVN-Revision: 21260
14 years ago
Nicolas Thill b3b591c000 buildsystem: rename tgz/TGZ "feature" and matching options to targz/TARGZ
SVN-Revision: 21238
14 years ago
Alexandros C. Couloumbis fdac9ae836 sync to kernel 2.6.32.12
SVN-Revision: 21195
14 years ago
Nicolas Thill e2b57ecf5f define a shared IMG_PREFIX variable used as a basename for image files, it contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files
SVN-Revision: 20834
14 years ago
Nicolas Thill 0946764732 remove 'svn:executable' property
SVN-Revision: 20831
14 years ago
Lars-Peter Clausen d1031cd861 time.c: Timer enable registers are only 8bit width.
SVN-Revision: 20796
14 years ago
Lars-Peter Clausen f8275576d9 jzcodec: Only support 16bit formats for now
SVN-Revision: 20701
14 years ago
Mirko Vogt e60b9b9b35 do not disable netfilter support for xburst target (some packages require netfilter support)
SVN-Revision: 20698
14 years ago
Mirko Vogt 633933f8bf adjust module loading sequence to change 20345, as snd-soc-core needs to get loaded before
SVN-Revision: 20490
14 years ago
Gabor Juhos e66a368bd1 kernel: update to 2.6.32.10
SVN-Revision: 20444
14 years ago
Lars-Peter Clausen 0ddd7f1082 sound jz4740_pcm: Set dma channel to NULL after it has been freed, because hw_free can be called multiple times aswell.
SVN-Revision: 20373
14 years ago
Lars-Peter Clausen fd3344d488 sound jz4740_pcm: Don't request dma channel mor then once.
It is possible that the hw_params callback is called multiple times when using
the oss emulation layer. Thus we need to check whether the dma channel has
already been requested otherwise we'll end up with all dma channels being
requested by sound driver.

SVN-Revision: 20369
14 years ago
Lars-Peter Clausen 28e68dd8c7 jz_mmc: Fix timeout timer. Annotate timeout checks as unlikely()
SVN-Revision: 20349
14 years ago
Mirko Vogt 4c0b32c02a do not use font <FONT_MINI_4x6> for target lb60 by default as it's unreadable
SVN-Revision: 20274
14 years ago
Lars-Peter Clausen 4153768fd6 refresh patches
SVN-Revision: 20253
14 years ago
Lars-Peter Clausen 8cb059a958 The lcm driver currently does not use any of the backlight api, so remove CONFIG_BACKLIGHT_CLASS_DEVICE as a dependecy and from the config. Fixes #6871
SVN-Revision: 20248
14 years ago
Lars-Peter Clausen d58bf6adba config-2.6.32: Add mising symbol
SVN-Revision: 20217
14 years ago
Lars-Peter Clausen a4d823a9e3 jzcodec: Fix supported formats.
SVN-Revision: 20210
14 years ago
Lars-Peter Clausen efc6d42d50 modules.mk: Fix typo
SVN-Revision: 20179
14 years ago
Lars-Peter Clausen 07b46f3a82 Fix image generation for qi_lb60 subtarget
SVN-Revision: 20152
14 years ago
Nicolas Thill e1863691d9 do *not* enable CONFIG_PCI in generic config, but on targets where it makes sense instead (partially revert [18370])
SVN-Revision: 20136
14 years ago
Lars-Peter Clausen 256f938e5a Add kernel sound packages
SVN-Revision: 20132
14 years ago
Lars-Peter Clausen 371f987651 jz4740-i2s: Export jz4740_i2s_dai
SVN-Revision: 20131
14 years ago
Lars-Peter Clausen 7768a25923 dma: export jz4740_dma_request
SVN-Revision: 20129
14 years ago
Lars-Peter Clausen bf31e79489 metronomefb: Add rotation support and some minor cleanups
SVN-Revision: 20128
14 years ago
Lars-Peter Clausen c239c05829 n516-lpc: Fix irq strom during resume
SVN-Revision: 20127
14 years ago
Lars-Peter Clausen a5441beb82 jz4740: Properly setup intc irq handler.
SVN-Revision: 20082
14 years ago
Lars-Peter Clausen f05bb5f275 n516-lpc: Ack wakeup events and some minor cleanups
SVN-Revision: 20075
14 years ago
Lars-Peter Clausen c0b9c9d4a9 jz4740-gpio: Fix potential race condition
SVN-Revision: 20071
14 years ago
Lars-Peter Clausen 94f764a9d6 Fix gpio and irq wakeup irq handling.
SVN-Revision: 20070
14 years ago
Lars-Peter Clausen fa445c6a47 Export gpio and irq registers through debugfs
SVN-Revision: 20069
14 years ago
Lars-Peter Clausen e5f2994620 Add sound support for the n516.
SVN-Revision: 20044
14 years ago
Lars-Peter Clausen 2be4423361 Add support for enabling/disabling the aic controllers clock.
SVN-Revision: 20043
14 years ago
Lars-Peter Clausen 01ed21fc16 Add support for the n516
SVN-Revision: 19987
14 years ago
Lars-Peter Clausen f1afccc2d9 Add subtarget for each device
SVN-Revision: 19986
14 years ago
Lars-Peter Clausen 185b919e5f jz4740 pm: Fix gpio suspend/resume. Turn pll off while in suspend and gate clocks off which arn't handeld by their subsystems yet.
SVN-Revision: 19984
14 years ago
Lars-Peter Clausen d9e32f1932 gpio.h: Add proper parenthesis to JZ_GPIO_PORTX macros
SVN-Revision: 19983
14 years ago
Lars-Peter Clausen 020df2b0dc jz4740_fb: Add support for parallel displays, improve power consumption and some minor bugfixes
SVN-Revision: 19982
14 years ago
Lars-Peter Clausen 7c966b8a32 jz4740_udc: Implement suspend/resume
SVN-Revision: 19978
14 years ago
Hauke Mehrtens 0c7b285613 kernel: update to kernel 2.6.32.9
SVN-Revision: 19890
14 years ago
Lars-Peter Clausen 87298f0de2 jz4740_nand: * Use NAND_ECC_HW_OOB_FIRST mode instead of a patched NAND_ECC_HW * Fix subpage writing * speed up reading
SVN-Revision: 19875
14 years ago
Lars-Peter Clausen d6b0f9d093 Add per board struct describing the external clock setup.
SVN-Revision: 19783
14 years ago
Imre Kaloz 8fc2abee8d change back kernel version to 2.6.32.8
SVN-Revision: 19653
15 years ago
Lars-Peter Clausen 900de42186 Add audio feature flag.
There are targets which neither have usb host nor pci support but do have audio
capabilities. Those targets should expliclitly specifiy that they support audio
through the new feature flag. The audio feature flag is also implicitly selected
by the usb and pci feature flags.

SVN-Revision: 19643
15 years ago
Lars-Peter Clausen 85d6f271e4 jz-mmc: Fix deadlock which could occur if the card was removed while a data transfer was active.
SVN-Revision: 19628
15 years ago
Travis Kemen 5c75e1dd02 update kernel from 2.6.32.7 to 2.6.32.8, thanks tripolar
SVN-Revision: 19591
15 years ago
Imre Kaloz 825b37cc56 clean up handling of some kernel symbols
SVN-Revision: 19581
15 years ago
Imre Kaloz 0a52bc58f8 re-sort all target and subtarget config files
SVN-Revision: 19580
15 years ago
Lars-Peter Clausen 7c8f9f5630 jz4740_fb: Do not disable lcd clock during blanking. Only during suspend.
SVN-Revision: 19561
15 years ago
Lars-Peter Clausen 59375ef46b defkeymap.c has been renamed to defkeymap.c_shipped in 2.6.32
SVN-Revision: 19544
15 years ago
Lars-Peter Clausen 69dfa15155 board-qi_lb60: Fix battery platform data.
SVN-Revision: 19541
15 years ago
Lars-Peter Clausen ff078dadf8 clocks: Fix JZ_REG_CLOCK_SLEEP_CTRL address
SVN-Revision: 19540
15 years ago
Lars-Peter Clausen 988a987fea Unset PCI support in the config file
SVN-Revision: 19527
15 years ago
Lars-Peter Clausen f2eb84f448 There is currently no host usb support.
SVN-Revision: 19526
15 years ago
Lars-Peter Clausen 4faa1ab58b Cleanup battery driver
SVN-Revision: 19505
15 years ago
Lars-Peter Clausen 27a0d8478d Seperate charger logic from battery driver
SVN-Revision: 19504
15 years ago
Lars-Peter Clausen 9a201dcd10 rtc-jz4740: Free rtc irq when driver is removed
SVN-Revision: 19489
15 years ago
Lars-Peter Clausen 565a84faba rtc-jz4740: reset rtc clock if it has lost its state
SVN-Revision: 19437
15 years ago
Lars-Peter Clausen 060ffa70ee Dynamically gate adc clock
SVN-Revision: 19394
15 years ago
Lars-Peter Clausen 0cf1256fbb Fix usb gadget driver build
SVN-Revision: 19385
15 years ago
Lars-Peter Clausen ac5d8374d1 Export clock states through debugfs
SVN-Revision: 19383
15 years ago
Imre Kaloz e831384efb update to 2.6.32.7
SVN-Revision: 19379
15 years ago
Gabor Juhos 6ff3e61cf7 kernel: update to 2.6.32.6
SVN-Revision: 19358
15 years ago
Lars-Peter Clausen 3eaf82ee3f Disable LOCALVERSION_AUTO
SVN-Revision: 19309
15 years ago
Lars-Peter Clausen ad8700a22a Cleanup clock module a bit and replace last users of __cpm_*
SVN-Revision: 19281
15 years ago
Lars-Peter Clausen 275f0556a8 Enable fireware loading support
SVN-Revision: 19280
15 years ago
Imre Kaloz a827205280 update to latest kernel versions
SVN-Revision: 19224
15 years ago
Lars-Peter Clausen a0a6ab8181 Disable CONFIG_MODVERSIONS
SVN-Revision: 19109
15 years ago
Imre Kaloz ad558af26d targets using 2.6.32 should use the latest release
SVN-Revision: 19101
15 years ago
Lars-Peter Clausen 541158d5ad Merge xburst target.
SVN-Revision: 19098
15 years ago