Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-23 | Merge branch 'glamo-2.6.34' into om-gta02-2.6.34 | Lars-Peter Clausen | |
2010-06-23 | glamofb: Drop unsued core field from glamo_fb_platform_data | Lars-Peter Clausen | |
2010-06-23 | glamo-fb: Drop unused exports | Lars-Peter Clausen | |
glamo_cmd_mode is only used in glamofb.c and glamo_cmd_write is not used at all. | |||
2010-06-23 | glamo-fb: Code style cleanups | Lars-Peter Clausen | |
2010-06-23 | glamo-fb: Remove nops in reg_{read,write} | Lars-Peter Clausen | |
2010-06-23 | Merge branch 'glamo-2.6.34' into om-gta02-2.6.34 | Lars-Peter Clausen | |
Conflicts: drivers/gpio/Makefile | |||
2010-06-23 | commit b90406de472c1aa5371ab593a2bb79136d5de658 | Thomas White | |
Author: Thomas White <taw@bitwiz.org.uk> Date: Thu Nov 26 11:55:33 2009 +0300 Subject: mfd: glamo: Enable FIFO stage for the LCD engine's memory access By avoiding conflicts of memory access inside Glamo, this doubles the speed of internal memory access. Signed-off-by: Thomas White <taw@bitwiz.org.uk> Signed-off-by: Paul Fertser <fercerpav@gmail.com> | |||
2010-06-23 | 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-06-23 | glamo-gpio: fix Kconfig help text | Thibaut Girka | |
2010-06-23 | glamo: Move subdrivers to appropriate directories | Thibaut Girka | |
Instead of staying in drivers/mfd/glamo, the glamo subdrivers have been moved to the appropriate directories. Additionally, config options were renamed as follows: * MFD_GLAMO stays the same * MFD_GLAMO_MCI becomes MMC_GLAMO * MFD_GLAMO_GPIO becomes GPIO_GLAMO * MFD_GLAMO_FB becomes FB_GLAMO | |||
2010-06-23 | glamo-fb: unmap/free everything mapped/allocated | Thibaut Girka | |
2010-06-23 | glamo: style/indentation fixes | Thibaut Girka | |
2010-06-23 | glamo-core: drop unused attribute irq_works (forgot to commit header file) | Thibaut Girka | |
2010-06-21 | Merge branch 'gta02-machine-2.6.34' into om-gta02-2.6.34 | Lars-Peter Clausen | |
2010-06-21 | Revert "Use bq27x00 battery driver instead of bq27000." | Lars-Peter Clausen | |
This reverts commit a6f1e10d879adca8f3f0ec3d8a2c3eaf0882e03f. | |||
2010-06-21 | Revert "Use bq27x00 battery driver instead of bq27000." | Lars-Peter Clausen | |
This reverts commit a6f1e10d879adca8f3f0ec3d8a2c3eaf0882e03f. | |||
2010-06-20 | Merge branch 'gta02-machine-2.6.34' into om-gta02-2.6.34 | Lars-Peter Clausen | |
2010-06-20 | gta02: select S3C24XX_GPIO_EXTRA64 | Lars-Peter Clausen | |
2010-06-19 | Merge branch 'glamo-2.6.34' into om-gta02-2.6.34 | Lars-Peter Clausen | |
2010-06-19 | glamo-core: drop unused attribute irq_works | Thibaut Girka | |
2010-06-19 | glamo: fix two bitmask issues | Thibaut Girka | |
2010-06-19 | glamo-mci: eliminate some duplicated code in glamo_mci_read_worker | Thibaut Girka | |
2010-06-19 | glamo-mci: Make the read_worker work in its own thread | Thibaut Girka | |
2010-06-19 | glamo: fixed some style/indentation issues | Thibaut Girka | |
2010-06-19 | glamo-mci: free irq after removing host, not before | Thibaut Girka | |
2010-06-19 | glamo-mci: safer probe | Thibaut Girka | |
Calls mmc_host_disable instead of mmc_host_lazy_disable if an error occurs, thus avoiding to schedule a delayed work that would end up using free'd objects. | |||
2010-06-19 | glamo-mci: Make use of mmc_host_enable/disable instead of custom timer. | Thibaut Girka | |
A custom timer was used to suspend the mmc host when idle. MMC core now provides a generic way to do that. | |||
2010-06-10 | Merge branch 'glamo-2.6.34' into om-gta02-2.6.34 | Lars-Peter Clausen | |
2010-06-10 | glamo-mci: drop unused IRQ polling code | Thibaut Girka | |
host->irq_works is always true, so, the IRQ polling function in glamo-mci.c never gets called. Furthermore, according to Lars, it was only here for very early prototypes of the glamo chip. So, there should be no issue in dropping it. | |||
2010-06-09 | Merge branch 'glamo-2.6.34' into om-gta02-2.6.34 | Lars-Peter Clausen | |
2010-06-09 | glamo-mci: Use threaded irqs | Thibaut Girka | |
2010-06-08 | Merge branch 'pcf50633-2.6.34' into om-gta02-2.6.34 | Lars-Peter Clausen | |
2010-06-08 | pcf50633: Fix typo | Lars-Peter Clausen | |
2010-06-08 | Merge branch 'pcf50633-2.6.34' into om-gta02-2.6.34 | Lars-Peter Clausen | |
2010-06-08 | MFD: PCF50633: Use dev_pm_ops instead of legacy i2c suspend/resume callbacks | Lars-Peter Clausen | |
Right now in 2.6.34 the legacy powermanagement callbacks are broken, so we work around it by switching to dev_pm_ops. | |||
2010-06-08 | MFD: pcf50633: Use mfd cells to register child devices | Lars-Peter Clausen | |
This patch changes the pcf50633 core code to use mfd cells to register child devices instead of calling platform_device_{alloc,add} for each child. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> | |||
2010-06-06 | Merge branch 'glamo-2.6.34' into om-gta02-2.6.34 | Lars-Peter Clausen | |
2010-06-06 | glamo: Add MODULE_ALIAS for the glamo-fb and glamo-mci driver | Lars-Peter Clausen | |
This allows the modules to be auto-loaded by udev. Patch from ThibG. | |||
2010-05-25 | Use bq27x00 battery driver instead of bq27000. | Lars-Peter Clausen | |
2010-05-19 | Merge branch 'gta02-machine-2.6.34' into om-gta02-2.6.34 | Lars-Peter Clausen | |
2010-05-19 | gta02-defconfig update for 2.6.34 | Martin Jansa | |
2010-05-18 | Merge branch 'platform_battery-2.6.34' into om-gta02-2.6.34 | Lars-Peter Clausen | |
Conflicts: drivers/power/Kconfig drivers/power/Makefile | |||
2010-05-18 | Merge branch 'gta02-machine-2.6.34' into om-gta02-2.6.34 | Lars-Peter Clausen | |
2010-05-18 | Merge branch 'ar6000-2.6.34' into om-gta02-2.6.34 | Lars-Peter Clausen | |
2010-05-18 | Merge branch 'bq27000-2.6.34' into om-gta02-2.6.34 | Lars-Peter Clausen | |
2010-05-18 | Merge branches 'wm8753-2.6.34', 'pcf50633-2.6.34', 'jbt6k74-2.6.34', ↵ | Lars-Peter Clausen | |
'glamo-2.6.34', 'om-misc-2.6.34' and 'om-s3c-2.6.34' into om-gta02-2.6.34 | |||
2010-05-18 | Add glamo driver. | Lars-Peter Clausen | |
2010-05-18 | gta02_drm_defconfig | Martin Jansa | |
config used in SHR-U, KMS enabled | |||
2010-05-18 | gta02_defconfig | Radek Polak | |
config used for qtmoko-v20. It has all freerunner hardware built in - so that you can boot and your phone hardware is working even without /lib/modules. I have (hopefully) all drivers from 2.6.29 as modules (usb keyboards etc). | |||
2010-05-18 | gta02: add support for platform_battery | Paul Fertser | |
This adds support for platform_battery driver which allows to specify a set of power supply properties and callbacks to acquire them. It is needed to support dumb batteries where all the information about their status can only be obtained by platform-specific actions such as specific ADC measurements, some guessimation etc. Signed-off-by: Paul Fertser <fercerpav@gmail.com> |