Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-28 | Almost make rotation workgdrm-2.6.32 | Thomas White | |
Signed-off-by: Thomas White <taw@bitwiz.org.uk> | |||
2010-04-24 | Enable dummy frames when switching resolution | Thomas White | |
Signed-off-by: Thomas White <taw@bitwiz.org.uk> | |||
2010-04-24 | Remove a couple of debugging messages | Thomas White | |
Signed-off-by: Thomas White <taw@bitwiz.org.uk> | |||
2010-04-24 | JBT6k74 tweaks: Make resolution switch work | Thomas White | |
Signed-off-by: Thomas White <taw@bitwiz.org.uk> | |||
2010-04-18 | Reject modes with clock=0 | Thomas White | |
Signed-off-by: Thomas White <taw@bitwiz.org.uk> | |||
2010-04-17 | Revert "Re-enable Glamo fence IRQ if it sticks" | Thomas White | |
This reverts commit e49965464471cbbf2b8b5ff0883959961d06a8a6. | |||
2010-04-13 | Fix KMS framebuffer physical address | Thomas White | |
This allows "/dev/fb0" to work correctly with mmap(). Signed-off-by: Thomas White <taw@bitwiz.org.uk> | |||
2010-04-13 | Re-enable Glamo fence IRQ if it sticks | Thomas White | |
Also fix a formatting typo. Signed-off-by: Thomas White <taw@bitwiz.org.uk> | |||
2010-03-21 | Enable display before trying to set mode or base | Thomas 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-08 | Clean up JBT hooks, and allow resolution switching | Thomas White | |
Signed-off-by: Thomas White <taw@bitwiz.org.uk> | |||
2010-03-01 | Change connector type to LVDS | Thomas 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-01 | Report all FB modes given by the lower levels | Thomas White | |
Signed-off-by: Thomas White <taw@bitwiz.org.uk> | |||
2010-02-28 | Don't choke if userspace provides a pixel clock value | Thomas White | |
Signed-off-by: Thomas White <taw@bitwiz.org.uk> | |||
2010-02-28 | Simplify the JBT6k74 driver | Thomas 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-09 | A couple of GEM refcounting fixes | Thomas 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-09 | Fix crash when reading Glamo registers via sysfs | Thomas 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-09 | glamo-drm: select DRM_KMS_HELPER for crtc functions | Martin Jansa | |
2010-02-09 | glamo-drm: use dev_set_drvdata instead of setting driver_data directly | Martin 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-09 | Add JBT6k74 hook for use by KMS | Thomas White | |
Signed-off-by: Thomas White <taw@bitwiz.org.uk> | |||
2010-02-09 | Work on Glamo-core for DRM | Thomas 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-09 | Glamo DRM and KMS driver | Thomas 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-09 | DRM for platform devices | Thomas 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-09 | Merge branch 'gta02-machine-devices-2.6.32' into om-gta02-2.6.32 | Lars-Peter Clausen | |
2010-02-09 | mach-gta02: Fix mmc regulator constrains | Lars-Peter Clausen | |
2010-01-22 | Merge branch 'pcf50633-2.6.32' into om-gta02-2.6.32om-gta02-2.6.32 | Lars-Peter Clausen | |
2010-01-22 | Merge branch 'gta02-machine-devices-2.6.32' into om-gta02-2.6.32 | Lars-Peter Clausen | |
2010-01-22 | Merge branch 'gta02-machine-2.6.32' into gta02-machine-devices-2.6.32 | Lars-Peter Clausen | |
Conflicts: arch/arm/mach-s3c2442/include/mach/gta02.h arch/arm/mach-s3c2442/mach-gta02.c | |||
2010-01-22 | gta02: Those changes were lost during merging... | Lars-Peter Clausen | |
2010-01-22 | pcf50633: Move pcf50633-gpio driver to the gpio drivers folder | Lars-Peter Clausen | |
2010-01-22 | pcf50633-gpio: Add gpiolib support. | Lars-Peter Clausen | |
2010-01-22 | gta02: Configure pcf50633-gpio device and add a regulator device which | Lars-Peter Clausen | |
represents the power switch in front of the gsm modem. | |||
2010-01-22 | Replace glamo gpio probe callback with generic solution. | Lars-Peter Clausen | |
2010-01-22 | Instead of adding a probe_completed callback to each an every driver install a | Lars-Peter Clausen | |
bus notify handler and handle this in a generic way. | |||
2010-01-22 | Merge branch 'gta02-machine-devices-2.6.32' into om-gta02-2.6.32 | Lars-Peter Clausen | |
Conflicts: arch/arm/mach-s3c2442/Kconfig arch/arm/mach-s3c2442/Makefile | |||
2010-01-22 | Merge branch 'gta02-machine-2.6.32' into gta02-machine-devices-2.6.32 | Lars-Peter Clausen | |
Conflicts: arch/arm/mach-s3c2442/include/mach/gta02.h arch/arm/mach-s3c2442/mach-gta02.c | |||
2010-01-22 | gta02: Configure pcf50633-gpio device and add a regulator device which | Lars-Peter Clausen | |
represents the power switch in front of the gsm modem. | |||
2010-01-22 | Replace glamo gpio probe callback with generic solution. | Lars-Peter Clausen | |
2010-01-22 | Merge branch 'gta02-machine-2.6.32' into gta02-machine-devices-2.6.32 | Lars-Peter Clausen | |
2010-01-22 | Instead of adding a probe_completed callback to each an every driver install a | Lars-Peter Clausen | |
bus notify handler and handle this in a generic way. | |||
2010-01-22 | Merge branch 'gta02-machine-2.6.32' into gta02-machine-devices-2.6.32 | Lars-Peter Clausen | |
Conflicts: arch/arm/mach-s3c2442/Kconfig arch/arm/mach-s3c2442/Makefile arch/arm/mach-s3c2442/mach-gta02.c | |||
2010-01-19 | Merge branch 'om-s3c-2.6.32' into om-gta02-2.6.32 | Lars-Peter Clausen | |
2010-01-19 | s3c-mci: Disable write-protect and detect gpios in default platfrom data | Lars-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-17 | Merge branch 'glamo-2.6.32' into om-gta02-2.6.32 | Lars-Peter Clausen | |
2010-01-17 | glamo: ups... forgot to commit header file for previous commit | Lars-Peter Clausen | |
2010-01-17 | Merge branch 'glamo-2.6.32' into om-gta02-2.6.32 | Lars-Peter Clausen | |
2010-01-17 | glamo: restore irq mask after resume. | Lars-Peter Clausen | |
2010-01-17 | mach-gta02: Fix mmc regulator constrains | Lars-Peter Clausen | |
2009-12-27 | Merge branch 'ar6000-2.6.32' into om-gta02-2.6.32 | Lars-Peter Clausen | |
2009-12-27 | Add atheros sdio ids. | Lars-Peter Clausen | |
2009-12-27 | Add ar6000 wireless driver. | Lars-Peter Clausen | |