aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-28Almost make rotation workgdrm-2.6.32Thomas White
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-04-24Enable dummy frames when switching resolutionThomas White
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-04-24Remove a couple of debugging messagesThomas White
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-04-24JBT6k74 tweaks: Make resolution switch workThomas White
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-04-18Reject modes with clock=0Thomas White
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-04-17Revert "Re-enable Glamo fence IRQ if it sticks"Thomas White
This reverts commit e49965464471cbbf2b8b5ff0883959961d06a8a6.
2010-04-13Fix KMS framebuffer physical addressThomas White
This allows "/dev/fb0" to work correctly with mmap(). Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-04-13Re-enable Glamo fence IRQ if it sticksThomas White
Also fix a formatting typo. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-03-21Enable display before trying to set mode or baseThomas White
This makes it possible to change mode when the screen is switched off. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-03-08Clean up JBT hooks, and allow resolution switchingThomas White
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-03-01Change connector type to LVDSThomas White
Not certain that this exactly describes what it is, and too lazy to check, but for sure it's a better description than "Unknown". Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-03-01Report all FB modes given by the lower levelsThomas White
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-02-28Don't choke if userspace provides a pixel clock valueThomas White
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-02-28Simplify the JBT6k74 driverThomas White
We don't need all the native sleep states - they just complicate things. Instead, just use the LDO "power switch" to send it firmly to sleep and wake it up in a virgin state each time. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-02-09A couple of GEM refcounting fixesThomas White
This allows GEM objects to be freed properly, which wasn't working before. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-02-09Fix crash when reading Glamo registers via sysfsThomas White
glamo-core didn't ioremap() some areas, so don't try to read them. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-02-09glamo-drm: select DRM_KMS_HELPER for crtc functionsMartin Jansa
2010-02-09glamo-drm: use dev_set_drvdata instead of setting driver_data directlyMartin Jansa
* driver_data is private since 2.6.32 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b4028437876866aba4747a655ede00f892089e14 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-09Add JBT6k74 hook for use by KMSThomas White
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-02-09Work on Glamo-core for DRMThomas White
This adds modifications to the core of the Glamo driver to expose functionality to support DRM and KMS. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-02-09Glamo DRM and KMS driverThomas White
This adds the Glamo DRM and KMS driver, but not the modifications needed elsewhere to support it. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-02-09DRM for platform devicesThomas White
This modifies the DRM core in a small number of places to allow platform devices to be used for direct rendering, alongside PCI devices. Signed-off-by: Thomas White <taw@bitwiz.org.uk>
2010-02-09Merge branch 'gta02-machine-devices-2.6.32' into om-gta02-2.6.32Lars-Peter Clausen
2010-02-09mach-gta02: Fix mmc regulator constrainsLars-Peter Clausen
2010-01-22Merge branch 'pcf50633-2.6.32' into om-gta02-2.6.32om-gta02-2.6.32Lars-Peter Clausen
2010-01-22Merge branch 'gta02-machine-devices-2.6.32' into om-gta02-2.6.32Lars-Peter Clausen
2010-01-22Merge branch 'gta02-machine-2.6.32' into gta02-machine-devices-2.6.32Lars-Peter Clausen
Conflicts: arch/arm/mach-s3c2442/include/mach/gta02.h arch/arm/mach-s3c2442/mach-gta02.c
2010-01-22gta02: Those changes were lost during merging...Lars-Peter Clausen
2010-01-22pcf50633: Move pcf50633-gpio driver to the gpio drivers folderLars-Peter Clausen
2010-01-22pcf50633-gpio: Add gpiolib support.Lars-Peter Clausen
2010-01-22gta02: Configure pcf50633-gpio device and add a regulator device whichLars-Peter Clausen
represents the power switch in front of the gsm modem.
2010-01-22Replace glamo gpio probe callback with generic solution.Lars-Peter Clausen
2010-01-22Instead of adding a probe_completed callback to each an every driver install aLars-Peter Clausen
bus notify handler and handle this in a generic way.
2010-01-22Merge branch 'gta02-machine-devices-2.6.32' into om-gta02-2.6.32Lars-Peter Clausen
Conflicts: arch/arm/mach-s3c2442/Kconfig arch/arm/mach-s3c2442/Makefile
2010-01-22Merge branch 'gta02-machine-2.6.32' into gta02-machine-devices-2.6.32Lars-Peter Clausen
Conflicts: arch/arm/mach-s3c2442/include/mach/gta02.h arch/arm/mach-s3c2442/mach-gta02.c
2010-01-22gta02: Configure pcf50633-gpio device and add a regulator device whichLars-Peter Clausen
represents the power switch in front of the gsm modem.
2010-01-22Replace glamo gpio probe callback with generic solution.Lars-Peter Clausen
2010-01-22Merge branch 'gta02-machine-2.6.32' into gta02-machine-devices-2.6.32Lars-Peter Clausen
2010-01-22Instead of adding a probe_completed callback to each an every driver install aLars-Peter Clausen
bus notify handler and handle this in a generic way.
2010-01-22Merge branch 'gta02-machine-2.6.32' into gta02-machine-devices-2.6.32Lars-Peter Clausen
Conflicts: arch/arm/mach-s3c2442/Kconfig arch/arm/mach-s3c2442/Makefile arch/arm/mach-s3c2442/mach-gta02.c
2010-01-19Merge branch 'om-s3c-2.6.32' into om-gta02-2.6.32Lars-Peter Clausen
2010-01-19s3c-mci: Disable write-protect and detect gpios in default platfrom dataLars-Peter Clausen
Due to the change that gpio0 is now seen as a valid gpio by the driver it tries to request gpio0 as card detect and write-protect pin if no platform_data was given. This patch initalises no_wprotect and no_detect of the default platform data to 1 and restores pre 2.6.32 behaviour.
2010-01-17Merge branch 'glamo-2.6.32' into om-gta02-2.6.32Lars-Peter Clausen
2010-01-17glamo: ups... forgot to commit header file for previous commitLars-Peter Clausen
2010-01-17Merge branch 'glamo-2.6.32' into om-gta02-2.6.32Lars-Peter Clausen
2010-01-17glamo: restore irq mask after resume.Lars-Peter Clausen
2010-01-17mach-gta02: Fix mmc regulator constrainsLars-Peter Clausen
2009-12-27Merge branch 'ar6000-2.6.32' into om-gta02-2.6.32Lars-Peter Clausen
2009-12-27Add atheros sdio ids.Lars-Peter Clausen
2009-12-27Add ar6000 wireless driver.Lars-Peter Clausen