summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Park Yong Chul [Wed, 10 Apr 2013 07:28:40 +0000 (16:28 +0900)]
revert lcd state control part
[Problem] lcd control have to control by drm and fb ioctl
[Cause] lcd controller didn't sleep
[Solution] revert lcd on/off part
Change-Id: Id963ba1243b472a6e2f7a49964a08e1f10aa2690
Signed-off-by: Park Yong Chul <yc1216.park@samsung.com>
Park Yong Chul [Wed, 10 Apr 2013 06:06:35 +0000 (15:06 +0900)]
make it more generic : devman, device-node
1. replace HW specific device node with OAL
2. devman, device-node
3. auto detect screen resolution
4. remove useless parameters
5. fix battery state
6. battery state error - lcd dimming
7. delete wake lock unlock
Change-Id: I4cd24908a123aae3cbaaddcef3571ba1bcefa2a7
Signed-off-by: Park Yong Chul <yc1216.park@samsung.com>
Park Yong Chul [Wed, 10 Apr 2013 05:08:04 +0000 (14:08 +0900)]
changed cpu sleep sequence - add wake_lock/unlock
Change-Id: I647fee9e0e50e585be25588782a68a2c0fd0812b
Signed-off-by: Park Yong Chul <yc1216.park@samsung.com>
Park Yong Chul [Thu, 17 Jan 2013 11:28:02 +0000 (20:28 +0900)]
1. fixed lcd tearing effect with drmModePageFlip
2. add dlog message system - default logging printf
3. change flora license url
4. modified default input device node for systemd - event1
Change-Id: I7e8caaf76ac6581eabb07b421305f41a74140664
Signed-off-by: Park Yong Chul <yc1216.park@samsung.com>
Park Yong Chul [Mon, 14 Jan 2013 05:17:18 +0000 (14:17 +0900)]
update TIZEN 2.0 opensource license
Change-Id: Ibda77ee950c36a326087513c54514c8ef81dbc9a
Signed-off-by: Park Yong Chul <yc1216.park@samsung.com>
Park Yong Chul [Tue, 8 Jan 2013 08:05:40 +0000 (17:05 +0900)]
fixed high temperature warning defect
Change-Id: I30c8570f08f830ff3cfc45e069b87fd6404c11a5
Signed-off-by: Park Yong Chul <yc1216.park@samsung.com>
Park Yong Chul [Tue, 11 Dec 2012 08:53:29 +0000 (17:53 +0900)]
update code - sleep mode, keyeventnode, eglib
Change-Id: If5c663349fd4cbd3c88bac0239b4e3dc95a4bd28
Signed-off-by: Park Yong Chul <yc1216.park@samsung.com>
baik [Tue, 11 Dec 2012 04:36:47 +0000 (13:36 +0900)]
[systemd] add target specific code
it is just temporary code for systemd.
it should be correctly changed later because it is target specific code
Yin Kangkai [Fri, 27 Jul 2012 02:19:04 +0000 (10:19 +0800)]
Port from sysV rc script based to systemd based
To port to systemd based, these changes made:
1. config/* remove all the extra "export" keyword, since "EnvironmentFile" in
systemd does not need that;
2. Remove the run-chg-ani.in and its link in rc2, we will babysit
charging-animation by systemd.
3. Add charging-mode.service and charging-mode.target, also create a link of
charging-mode.service in charging-mode.target.wants
Signed-off-by: Yin Kangkai <kangkai.yin@intel.com>
[Polishes and fixes]
4. We will keep all the sysV rc srcripts;
5. Separate platform specific environment variables into
/etc/sysconfig/charging-animation;
Signed-off-by: Jacek Migacz <j.migacz@samsung.com>
Signed-off-by: Karol Lewandowski <k.lewandowsk@samsung.com>
YoungJin Lee [Fri, 24 Aug 2012 04:26:51 +0000 (13:26 +0900)]
change fb to drm for kernel 3.0
YoungJin Lee [Tue, 21 Aug 2012 10:39:05 +0000 (19:39 +0900)]
change hw model check logic
Kim Kibum [Fri, 8 Jun 2012 05:53:55 +0000 (14:53 +0900)]
apply FSL(Flora Software License)
Hyesook Choi [Thu, 7 Jun 2012 23:56:03 +0000 (08:56 +0900)]
Initial empty repository